Home › Forums › CSS › tableless layout with image borders › Re: tableless layout with image borders
March 24, 2010 at 9:06 am
#72914
Member
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;}
#center {float:left; width:200px;}
#right {float: right; width:200px;}