need some coding tips

I am trying to make my site look like a post nuke setup in the way that I have the calender,last forum topics,and maybe poll along sides with my content in middleand I found a site<br />
that has a general idea of what I have wanted.My question is I can get there with nested tables but I don't want to overload with code.What code should I use for this type of setup?Is there an easy way to get side scripts like post nuke style?<!--content-->you could do it with css,<br />
try having a look here (<!-- m --><a class="postlink" href="http://glish.com/css/">http://glish.com/css/</a><!-- m -->) :)<!--content-->I think that CSS is the best way to do it. You can get more info here (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m -->).<br />
<br />
If that fails then you could use PHP-Nuke or Post-Nuke. The link you posted isn't Post-Nuke though this is phpBB2 Portal.<!--content-->I know its not post nuke.I just wasn't sure if it was advanced css or combo of other coding.I don't want a post nuke just some of its features.I have a yabbse BB already and I am working on getting the recent topics in a post nuke type module.<br />
<br />
Will css work in IE and Netscape okay?Thats what nost of my pool players use.I will look inot the css tutorials.Thanks!<!--content-->If you use CSS for the layout, I suggest coding for N7 first then fixing the nitty gritty for IE. It will most likely not look the exact same in N7 and IE because of pixel issues, but it will be pretty damn close. You can check my Inkreations (<!-- m --><a class="postlink" href="http://www.inkreations.com">http://www.inkreations.com</a><!-- m -->) site is done solely with CSS for layout and you'll see that there a few thing like the 1px dotted borders don't really show up in IE but do in N7! ;)<br />
<br />
Have fun!<!--content-->CSS works great for everything...<!--content-->
 
Back
Top