View Full Version : hml/ifrme help


freakyraye
03-10-2006, 03:01 AM
http://members.aol.com/waffles222/ACRecords

i can't get the background for the HOME page to show up.
also!!!!!!

how do i make it so that th HOME page is what pops up first??

Valkyrie
03-10-2006, 03:53 AM
To get home to show up as the first page, save it as index.html
<iframe src="home.html" width="450" height="303" frameborder="0" name="iframe" allowtransparency="true"></iframe>
Or make a page in the main directory called home.html

For the background, try this instead:
style="background-image: url(http://i48.photobucket.com/albums/f218/ACRecords/website_buttons_etc/iframe.gif); background-repeat: no-repeat; background-attachment: fixed;"

freakyraye
03-11-2006, 10:20 AM
thank you!