View Full Version : Frames plz plz plz help me!!!


sweet_as_sugar
04-01-2003, 02:37 PM
Hey this is my site: http://www.geocities.com/doll2505/index.htm I want to have a frame in the right hand side of the page just exactly the same as the 1 in the left hand side I tried all the codes and changing the percentages and nothing works can some1 please help?

Sheila
04-01-2003, 05:09 PM
You're using tables. You need to add another column to your table then you can add the other iframe.

sweet_as_sugar
04-01-2003, 05:12 PM
how do i do that????

Sheila
04-01-2003, 05:32 PM
Copy and paste this. I fixed some of your coding....


<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>

<body bgcolor="#FFFFFF" text="#000000" link="#A84848" vlink="#D5ABAB" alink="#000000" bgproperties="fixed">

<div align="center">

<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING="4" CELLPADDING="4" BORDER="0">
<TR>
<TD Height="30%" Colspan="3" Valighn="top" Align="center" BGCOLOR="#FFFFFF"><img src="http://image1ex.villagephotos.com/pubimage.asp?id_=2002955" width=748 height=132></TD>
</TR>
<TR>

<TD Width="20%" Valign="top" background="http://image1ex.villagephotos.com/pubimage.asp?id_=1993565">
<a href="http://www.geocities.com/doll2505/header.html" target="inlineframe"><p align=center><font face="Tahoma" size="2" color="#CC99FF"> Home</a> <br>
<a href="http://www.neopets.com/guilds/guild.phtml?oid=sweet_as_sugar25" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">The Guild</a> <br>
<a href="http://www.geocities.com/doll2505/dollz.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF"> Dollz</a> <br><a href="http://www.geocities.com/doll2505/mini.html" target="inlineframe"> <font face="Tahoma" size="2" color="#CC99FF"> Mini Dollz</a> <br><a href="http://www.geocities.com/doll2505/boys.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF"> Male Dollz</a> <br><a href="http://www.geocities.com/doll2505/couplez.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF"> Couplez</a> <br><a href="http://www.geocities.com/doll2505/big.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF"> Big Dollz</a>
<br><a href="http://www.geocities.com/doll2505/wonder.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Wonder Dollz</a>
<br><a href="http://www.geocities.com/doll2505/backgrounds.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Dollz Backgrounds</a>
<br><a href="http://www.geocities.com/doll2505/request.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Request a Doll</a>
<br><a href="http://www.geocities.com/doll2505/awards.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Awards</a>
<br><a href="http://geocities.yahoo.com/gb/sign?member=doll2505"target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Sign Guestbook</a>
<br><a href="http://geocities.yahoo.com/gb/view?member=doll2505"target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">View Guestbook</a>
<br><a href="http://www.geocities.com/doll2505/vote.html" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Vote For me</a>
<br><a href="http://www.megaspinner.com/?beth2505" target="inlineframe"><font face="Tahoma" size="2" color="#CC99FF">Get 8000 hits for YOUR website</a></TD>

<TD Width="50%" Valign="top"><iframe src="http://www.geocities.com/doll2505//header.html" name="inlineframe" width="100%" height="100%" frameborder="0" border="0"></iframe></</TD>

<TD Width="20%" Valign="top" background="http://image1ex.villagephotos.com/pubimage.asp?id_=1993565">
PUT IFRAME HERE</TD>
</TR>
</TABLE>

</div>

</BODY>
</html>