Posted by Jim Moe on 04/22/06 23:12
Markus.Baerlocher@lau-net.de wrote:
>
> i would like to make a 2-column-layout with <table>.
> How do i make a space between the two "columns"?
>
Apply either margin or padding to one or both of the tables.
table-left { padding-right: 8%; } - or use margin-...
or
table-right { padding-left: 8%; }
or
table-left { padding-right: 4%; }
table-right { padding-left: 4%; }
Your code snippet implies that you are using tables for general layout.
Search for "2 column layout" to find modern methods for designing for the WWW.
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Navigation:
[Reply to this message]
|