PDA

View Full Version : i-frame shadows.....help


Drummer
10-12-2003, 01:24 AM
hey everybody, i have a question, a dumb question but hey, im only 14 years old... k, with my website, i'm using dreamweaver mx, i use like those layout tables and whatnot with it, but anyways when i tried putting stuff inside the layout tables it messed up, so instead of having all the graphics on my website in the wrong places i thought of using i-frames. My question is can you get rid of that shadow looking thing around the iframe? you know so i can make it look like it's part of the page instead of this ugly box looking thing on my weird looking backround...i want it to blend. anyways, i don't know if you can get rid of it or not...if so how?:confused: :confused: i'm really confused so post back asap. thanks, later

-William (the 14 year old drummin dude:) )

mywebsite---> unnoticeddrummer.tripod.com (http://unnoticeddrummer.tripod.com)

dga
10-12-2003, 07:02 AM
I believe you're referring to the iframe border. If so, add frameborder=0 in the iframe tag.

That will work, unlike the scrolling=no to remove the scrollabars. The only way I've made that work is to either refresh the page or add scroll=no in the body tag of the page loading in the iframe.

dga

me'
10-12-2003, 10:12 AM
Actually, use:

<iframe style="border: 0" rest of attributes here>

Drummer
10-12-2003, 03:48 PM
wow, that is as simple as i thought it would be, thanks
:thumbsup: William