Posted by Steve Pugh on 05/21/06 22:23
jjr <nothingtoreplyto@mymail.com> wrote:
>trying to shy away from using tables to layout my site. i was wondering
>if there was a way to get the same results from using <div> as if i were
>to use the following:
>
><table border="0" width="100%">
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
> <tr>
> <td width="361"> </td>
> <td> </td>
> <td width="156"> </td>
> </tr>
></table>
If you've really got six rows then I'd suspect that you have tabular
data and that a table is the correct markup to use. But without being
able to see a sample with actual content it's impossible to say for
sure.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
Navigation:
[Reply to this message]
|