Hi, four days ago i launched a new site. I use the linkman script for the links but i want to edit the style. It comes with a css file but i really dont know how to edit it. I want to edit the width. I would like to be like 750px max. Does this has to be edited in the css file? If so, how? Thanks, fuser PS: This is not spam but if you want to see what i say the site is www.cuzc.com
Your site is not XHTML 1.0 Strict doctype. View all your errors here: http://validator.w3.org/check?uri=www.cuzc.com Try either: a) Fixing the errors b) changing doc types Also, why all the excessive whitespace in your code?
I haven't found any css file for your linkman script. You can do one thiing. Make a table like this... <body> <table width="750" cellspacing="0" cellpadding="2" align="center"> <tr> <td> ..........here put your codes............. </td> </tr> </table> </body> </html> Try this. But it'll better to have a separate css file.