View Full Version : i want to make my iframes have no "frame" that you can see... ok?


frederick
02-19-2003, 11:27 PM
i know it's possible
i need to chose the colors of my borders, possibly
i think it's a css style problem... but whatever, answer my question... ha ha...

star_jewelz
02-19-2003, 11:31 PM
Yes its possible just ummmmmmmmm go to lissa's page and click css.
go to the style sheet part ....lalalalalalala

starlet
02-19-2003, 11:38 PM
you can just add border="0" frameborder="0" to the iframe code to make it 'seemless' is that what you mean?

frederick
02-20-2003, 07:38 AM
yes starlet, i think that's what i mean, thanks...

frederick
02-23-2003, 03:28 AM
okay... where in the script do i add

border="0" frameborder="0"

??

to the script of the html?? inside the iframe
or to the script of the page the iframe appears in??

epolady
02-23-2003, 05:11 AM
add that to where you have your iframe src - i.e.

<iframe src="abc.html" border="0" frameborder="0">