liamloveslearning Posted July 7, 2008 Share Posted July 7, 2008 hey everyone, I cant get these div's side by side, i know theres no content and nor css on the second one, but even when i add it it doesnt place it along side by first div, any ideas? :S <div align="center"> <div id="topcontainer" class="topcontainer">{OVERALL_HEADER}</div> <div id="catcont" class="catcont" style="height:400px; width:232px;"> <div id="cattitle" class="cattext">Tasks by categories</div> <div class="catlist" id="cattext">{LOOP: CATS} <td><a href="{SITE_URL}projects.php?cat={CATS.id}">{CATS.title}</a><br /></td> IF("{CATS.counter}"%"3"){ <tr>{:IF} {/LOOP: CATS} <br /> </tr> </div> <br /> </div> <div class="posttask">Content for New Div Tag Goes Here</div> Link to comment https://forums.phpfreaks.com/topic/113635-div-tags/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.