White border around website

matthew-anderson wrote on 1/27/2009, 3:39 AM
Hi,

After publising my website, and then exporting the HTML code and inseting that in the index page of my own .com address, I then check the new page and find that there is a white boarder around the edge of my website.

Any solutions as to how to get rid of the white boarder? Increasing the page size does not work either.

Comments

Former user wrote on 1/28/2009, 2:57 AM
Hi,

you can chnage the color of the white space around the "imported" Website Maker flash directly inside the html file (the one you pasted the HTML Code in - in the most cases index.htm oder index.html). You only have to edit the <body...> tag.

If you want to change the background color add the red code
<body bgcolor="#000000">.



The 6 numbers behind # are hexadecimal code for color. e.g. "#000000" means black, "#ffffff" means white. First 00 is for red, next 00 green and the last 00 blue.

To learn more check e.g. this side: http://www.davesite.com/webstation/html/hexchart.shtml or google

Cheers, André