fyi... your font in IE is almost illegible as it's soooo tiny.. in firefox it's nice and large (almost too large lol)..
not sure if that intended however if not it might be something you'll want to look at.
Nice design!
fyi... your font in IE is almost illegible as it's soooo tiny.. in firefox it's nice and large (almost too large lol)..
not sure if that intended however if not it might be something you'll want to look at.
Nice design!
Ron Boyd
website consulting - design • optimization • marketing • [url=http://owhosting.com]Hosting[url] :: Follow Me: @boydrw
CSS or Tables
(Your Page look quite as it is good now :)
Well here's basic tables:-
Idea is to place code in a middle cell of three.
Youc can then do an align="left" that cell.
Code:<table border="1" width="100%"> <tr> <td width="33%"></td> <td width="33%"> <ul>[*]1[*]2[*]3[*]4[/list] </td> <td width="34%"></td> </tr> </table>