View Full Version : Iframe Background


sweet_as_sugar
03-29-2003, 03:47 PM
Hey I have an i-frame website: http://www.geocities.com/doll2505/index.htm I want the heart background to ONLY appear in the links Iframe how do I do it please help!!

MaGiCSuN
03-29-2003, 03:56 PM
delete this part:

<BODY BACKGROUND="http://image1ex.villagephotos.com/pubimage.asp?id_=1980780">

and change the <td> part before that one to this:

<TD Width="15%" Valign="top" style="border: 1 fixed #CC99FF" background="http://image1ex.villagephotos.com/pubimage.asp?id_=1980780">

you can't have a <body> tag in your table, so you have to add it like the one above :)

p.s: some other thing: you have got the <style> codes outside the </head> tag, but it has to be between the <head> and </head> tags like this:

<html>
<head>
<title>Beth's Dollz</title>
<STYLE TYPE="text/css">
A:link {text-decoration: none}
A:hover {text-decoration: none; color: #CC99FF}
A:visited {text-decoration: none;}
body {scrollbar-arrow-color: #CC99FF;
scrollbar-base-color: #FFFFFF;
scrollbar-dark-shadow-color: #CC99FF;
scrollbar-highlight-color: #CC99FF;
scrollbar-track-color: #FFFFFF;}
</style></head>

Love,
Mirna

sweet_as_sugar
03-29-2003, 07:45 PM
THANKS SO MUCH :D