Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Table joining  (Read 2958 times)

0 Members and 1 Guest are viewing this topic.

Muncill

    Topic Starter


    Rookie
  • Baseball is life, the rest is just details.
    Table joining
    « on: July 21, 2006, 01:02:55 PM »
    Can someone fix up these codes to make them into one big table?



    <table border="0" bordercolor="" width="10.9%" body background="homebutton11.gif">
    <tr>
    <td><a href="sleepaway.htm">_________[/url]</td>
    </tr>
    </table>
    <tr>
    <table border="0" bordercolor="" width="12.5%" body background="templatesbutton.gif">
    <tr>
    <td><a href="sleepaway.htm">_________[/url]</td>
    </tr>
    </table>
    <tr>
    <table border="0" bordercolor="" width="12.5%" body background="conditonsbutton1.gif">
    <tr>
    <td><a href="sleepaway.htm">_________[/url]</td>
    </tr>
    </table>
    <tr>
    <table border="0" bordercolor="" width="12.5%" body background="contactsbutton.gif">
    <tr>
    <td><a href="sleepaway.htm">_________[/url]</td>
    </tr>
    </table>




    <table border="0" bordercolor="Black" width="25%" bgcolor="">
    <tr>
    <td><p align="Left"> Addons </p></td>
    </tr>
    <tr>
    <td><p align="Left">Stuff </p></td>
    </tr>
    <tr>
    <td><p align="Left">Stuff </p></td>
    </tr>
    <tr>
    <td><p align="Left">Stuff </p></td>
    </tr>
    <tr>
    <td><p align="Left">Stuff </p></td>
    </tr>
    </table>
    ;

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: Table joining
    « Reply #1 on: July 24, 2006, 10:32:47 AM »
    What a mess!

    Is this closer to what you want?
    Code: [Select]
    <table border="0">
      <tr>
        <td width="10.9%" style="background-image: url('homebutton11.gif');">
          <a href="sleepaway.htm">_________</a>
        </td>
        <td width="12.5%" style="background-image: url('templatesbutton.gif');">
          <a href="sleepaway.htm">_________</a>
        </td>
        <td width="12.5%" style="background-image: url('conditonsbutton1.gif');">
          <a href="sleepaway.htm">_________</a>
        </td>
        <td width="12.5%" style="background-image: url('contactsbutton.gif');">
          <a href="sleepaway.htm">_________</a>
        </td>
      </tr>
      <tr>
        <td><p align="Left"><b> Addons <b></p></td>
        <td><p align="Left">Stuff </p></td>
        <td><p align="Left">Stuff </p></td>
        <td><p align="Left">Stuff </p></td>
        <td><p align="Left">Stuff </p></td>
      </tr>
    </table>
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos