|
Posted by dorayme on 01/25/08 20:29
In article
<7926f454-a756-48b4-b9e0-d0decf543027@h11g2000prf.googlegroups.co
m>,
plenty900@yahoo.com wrote:
> Hi folks,
>
> Can someone show me how to convert this to div/span format?
>
> <table width=100%>
> <tr>
> <td>
> <table>
> <tr><td width=100>1</td></tr>
> <tr><td>2</td></tr>
> </table>
> </td>
> <td width=200> 3 </td>
> </tr>
> </table>
>
> Is there a good tutorial on how to convert a table-based
> layout to DIVs and SPANs?
>
No, there are no tutorials on this specifically. Nor could there
be because it is not one manageable and specific problem. There
might not be too many manuals on how to rebuild cities all in one
go and quickly either. <g>
I suggest you supply a rather more realistic case of a table
based layout that you have worked on and how you wish something
to appear to many people.
If you really want to know how to make a 1 appear on the left, a
2 underneath and a 3 way to the right, it is not too hard without
tables.
<div style="float:left">1<br>2</div>
<div style="float:right">3</div>
But how useful will this be to you?
--
dorayme
Navigation:
[Reply to this message]
|