View Full Version : frame border


Monkey Bizzle
09-07-2004, 05:41 AM
blah... i have an iframe on my main page with my movable type "blog" in it. i put frameborder="0" in the iframe code but there still is an ugly white border around it... any idea what's wrong?

http://blue-starz.net is the main page and http://blue-starz.net/mt/index.html is the page that is in the iframe.

Sheila
09-07-2004, 12:19 PM
Use this:
border="0" frameborder="0" framespacing="0"
...it usually takes the white border away too.

Monkey Bizzle
09-07-2004, 03:30 PM
hrmm, those didn't work...