Jump to content

DIV TAGS :@


liamloveslearning

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.