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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.