Help with coding the forum

2008paul

Paragon
Joined
Mar 10, 2009
Messages
1,039
Reaction score
0
FP$
6
I'm going to be making a new forum soon. I'm trying to do every thing on it by myself but I've got a bit stuck. I need help to code the forum bit into the page.

I'm talking about making this:
laaah.webp

I'll be running the forum on phpbb3, but I just cant seem to work out how to code them boxers in.


Thank you.
 
Can you explain more please? You need help coding but I don't understand which place you need help with.

If you are starting from complete scratch, I wouldn't if you've never done a style before. I suggest getting prosilver and modding it.
 
What are "boxers"?

Also, everything on that screenshot looks 'normal', that's just how phpBB3 is set up. I don't see any modification there.
 
He didn't do the stuff in the screenshot. He means he doesn't know what code to put in for the forums to show up.
 
Sorry for a slow reply.

Up to now i have just this code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
	<!-- header -->
    <div id="header">
    	<div id="logo"><a href="#">You're gaming chat forum.</a></div>
        <div id="menu">
        	<ul>
            <li><a href="#">Index</a></li>
            <li><a href="#">Rules</a></li>
            <li><a href="#">FAQ</a></li>
            <li><a href="#">About us</a></li>
            </ul>
      </div>
  </div>
    <!--end header -->
                         <!-- footer -->
    <div id="footer">
    <div id="left_footer">Copyright @ Paul</div>
    <div id="right_footer">

    </div>
    </div>
    <!-- end footer -->
    </div>
    <!-- end main -->

</body>

If I was to start the site up with that they would be no more people could post topics.

So, I was wondering how to add the boxs where people can see the topics etc like in the picture.
 
I will give you some code tomorrow as I'm currently on my phone. However by the looks of yor coding it's not smart to develop your own code..
 
Back
Top Bottom