Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS tableless layout with image borders Re: tableless layout with image borders

#72914

They way I do it is like this:

Code:
Code:
#left {float:left; width: 200px;}
#center {float:left; width:200px;}
#right {float: right; width:200px;}