Hello..(carparts.yourproducts.net) is my my website and I am having a problem is that there is space coming in the top of the header and right and left side..Please review and tell me how to cut this space..thanks
Hey, I've just had a quick look at your source code and notice it's still using tables. You'd be much better off (and have a lot more control over positioning) if you were to rewrite the site using css stylesheets. that way you can control the layout using divs. if you've not used css before there are a great number of tutorials online, just type css tutorial into google. If you need any tips drop me a message. edit... oh and the space is showing as it's looking for an image which doesn't seem to be there, it shows as grey as the table cell has been set with a grey background.
Hello, It is easy to fix your problem with some css. Include this code into your page, in the head section. <style type="text/css"> body { margin: 0; } </style> HTML: Good luck!