View Full Version : Iframes Question


Krysti
06-04-2003, 01:11 AM
I have two Iframes. I have a background behind them and in each of them. In my right frame, my background won't show up no matter how many times I rewrite to background code or make a new background image. I know I have the background code in the right place. Please help.

pb&j
06-04-2003, 02:49 AM
please post a link to the page/site in question.
its hard to fix something that cannot be seen.
thank you.

Krysti
06-04-2003, 03:35 PM
Sorry. The link is here (http://www31.brinkster.com/stardust17/testindex.htm).

pb&j
06-04-2003, 06:25 PM
There does not seem to be any background image coding in your menutest.htm file...

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Testing</title>
</head>
<body>
<font face="Verdana" size="1" color="000000">
Testing these frames!

</body>

</html>

darkgenie226
06-07-2003, 03:59 PM
How do i write inside of my iframe...i got it up .but i dont know how to write inside .can someone please respond..THANKYOU

cadi
06-09-2003, 12:34 AM
iFrames work like normal frames . . . each one is a separate file. Soooo, to write inside of your iFrame you have to make a file of some sort and have that be the source ("src") of that frame.