Need assistance in footer styling - 9/21/2005 0:36:02
I'm unable to correctly set the placement of the footer text + links of the following sample page:
I want separate the copyright text from the links by adding some space in between, or by justify text on left and the links on right. all the attempt I had made was failed
Posts: 6370 Joined: 5/10/2005 From: Out here on the raggedy edge Status: offline
RE: Need assistance in footer styling - 9/21/2005 3:05:22
Hi Mario
For whatever reason I can't get onto the pages you linked to in your post - So I'll talk in general terms which you can probably apply to your text.
Easiest way of doing this is to float your left content left and float the right content right. Make sure you give each of the floats a width - probably 50% each. You could stick each bit in a span and apply the floating class to each span.