blazinbeanie
09-28-2004, 02:34 PM
i have 2 iframes, one bein a navegation and other bein the welcome, when i minomize my screen, the welcome iframe goes 2 the bottem of my page.
wat do i need 2 do 2 make it stay at the top?
Monkey Bizzle
09-28-2004, 02:35 PM
can you post a link to the page in question please?
blazinbeanie
09-28-2004, 02:41 PM
http://www.freewebs.com/thevsshow/homepage.htm
den click on marvin's profile
Monkey Bizzle
09-28-2004, 02:54 PM
Not sure if any of this code is generated by the server but here is your code, and what's wrong with it...
<html>
<head>
<title>The VS Show!</title>
<style type="text/css">
}
you don't need that extra thing so delete that
body
{SCROLLBAR-FACE-COLOR: #fffff;
color codes have 6 digits, so you need to add another F if this is supposed to be white.
SCROLLBAR-HIGHLIGHT-COLOR: #C0C0C0;
SCROLLBAR-SHADOW-COLOR: #C0C0C0;
SCROLLBAR-3DLIGHT-COLOR: #ffccff;
SCROLLBAR-ARROW-COLOR: #C0C0C0;
SCROLLBAR-TRACK-COLOR: #C0C0C0;
SCROLLBAR-DARKSHADOW-COLOR:;
you should have a color here or take it out}
</head>
you are not done with your CSS or you Head section so you need to remove this tag
</style>
<STYLE>
you should combine all your CSS in one section so delete the above 2 style tags
A:link
{ text-decoration: none
you are missing a ";" at the end of the above
color:#ffccff; }
A:visited
{ text-decoration: none
you are missing a ";" at the end of the above
color:#ffccff; }
A:active
{ text-decoration: none
you are missing a ";" at the end of the above
color:#;
you should specify a color here}
A:hover
{ text-decoration: underline overline
you are missing a ";" at the end of the above
color:#ffccff;
cursor:crosshair
you are missing the ending }
</style>
</head>
</style>
</head>
you only need one set of closing head and style tags so delelte the above 2 codes
<body bgColor=#ffffff>
<div align="center">
<img src="<A href="http://img.photobucket.com/albums/v13/Shandy/thevsshowtite.jpg">">http://img.photobucket.com/albums/v13/Shandy/thevsshowtite.jpg">
the above image doesn't work... and you need to add a </div> tag to close the dive you started above.
<br>
<IFRAME name="navigation" src="http://www.freewebs.com/thevsshow/navigation.html"width="200 (http://www.freewebs.com/thevsshow/navigation.html)" height="650" frameborder="0" scrolling="auto" style="position: absolute; top: ##px; left: ##px;"></IFRAME>
<IFRAME name="welcome" src="http://www.freewebs.com/thevsshow/welcome.htm" width (http://www.freewebs.com/thevsshow/welcome.htm)="550" height="650" frameborder="0" scrolling="auto" style="position: absolute; top: ##px; left: ##px;"></IFRAME>
</br>
</br>
</br>
those three br tags don't need to be </br> since you are not using XHTML. change them to regular <br> tags. also, if you'll notice in red i added a style attribute to both iframes. change the ##to whatever numbers you want. you will have to play with the numbers a lot to get the frames positioned where you want them but this way they will stay put no matter how big the screen is.
<!--FreeWebs FreeBar Code Begin-->
<br />
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#EEEEEE" align="center">
<font size="2" color="#000000" face="verdana, arial">
This site is hosted for free by FreeWebs.com.
</font>
<a href="http://members.freewebs.com/" target="_blank">
<font size=2 color="#0000FF">
Click here to get your own free website.
</font>
</a>
</td>
</tr>
</table>
<!--FreeWebs FreeBar Code End-->
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
you are also missing the end </body> and </html> tags here.
blazinbeanie
09-28-2004, 03:16 PM
av i done something rong coz it doesn't seem 2 work
Monkey Bizzle
09-28-2004, 03:32 PM
umm yeah! you copy and pasted the whole post! of course that isn't gonna work... did you even read it?? you have to fix the errors, take out my comments and only post the code. i suggest you check out www.lissaexplains.com (http://www.lissaexplains.com/) and brush up on your HTML skills before you try to have a webpage.
blazinbeanie
09-28-2004, 04:03 PM
da stuff on the nav bar iframe doesn't seem 2 work now
Monkey Bizzle
09-28-2004, 06:25 PM
look sorry if i am sounding mean but it is hard to help people when they don't even read the help that you give them. i looked at the source code for the original page in question and you STILL didn't fix most of the errors.
As far as the page in the iframe, i looked at that source too and you have so many errors there as well. like i said, I suggest that you check out www.lissaexplains.com (http://www.lissaexplains.com) and learn some basic HTML, like the basic format of a page for one, and then try your page again.
Go to http://www.htmlhelp.com/tools/validator/ and run your page through this validator and fix all the problems in your iframe page. I am going to assume that if that's 2 pages with errors, then all the pages have errors so you might want to run all the pages thru the validator.
Monkey Bizzle
09-28-2004, 06:50 PM
like i said... if you change the ## part to whatever you want... that positions the frames where you want them. You will have to play around with the numbers until you get them positioned right.
blazinbeanie
09-28-2004, 06:59 PM
<html>
<head>
<title>The VS Show!</title>
<style type="text/css">
body
{SCROLLBAR-FACE-COLOR: #fffffff;
color codes have 6 digits, so you need to add another F if this is supposed to be white.
SCROLLBAR-HIGHLIGHT-COLOR: #ffffcc;
SCROLLBAR-SHADOW-COLOR: #ccffcc;
SCROLLBAR-3DLIGHT-COLOR: #ffccff;
SCROLLBAR-ARROW-COLOR: #ccffcc;
SCROLLBAR-TRACK-COLOR: #ccccff;
SCROLLBAR-DARKSHADOW-COLOR:cccccc;
A:link
{ text-decoration: none;
color:#ffccff; }
A:visited
{ text-decoration: none;
color:#ffccff; }
A:active
{ text-decoration: none;
you are missing a ";" at the end of the above
color:# ffccff;
}
A:hover
{ text-decoration: underline overline;
color:#ffccff;
cursor:crosshair
}
</style>
</head>
<body bgColor=#000000>
<div align="center">
<img src="<A href="http://img.photobucket.com/albums/v13/Shandy/Untitled-TrueColor-02.jpg">
</div>
<br>
<IFRAME name="navigation" src="http://www.freewebs.com/thevsshow/navigation.html"width="200" height="650" frameborder="0" scrolling="auto" style="position: absolute; top: 10px; left: 10px;"></IFRAME>
<IFRAME name="welcome" src="http://www.freewebs.com/thevsshow/welcome.htm" width="550" height="650" frameborder="0" scrolling="auto" style="position: absolute; top: 10px; left: 10px;"></IFRAME>
<br>
<br>
<br>
<!--FreeWebs FreeBar Code Begin-->
<br />
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#EEEEEE" align="center">
<font size="2" color="#000000" face="verdana, arial">
This site is hosted for free by FreeWebs.com.
</font>
<a href="http://members.freewebs.com/" target="_blank">
<font size=2 color="#0000FF">
Click here to get your own free website.
</font>
</a>
</td>
</tr>
</table>
<!--FreeWebs FreeBar Code End-->
<script language="JavaScript">
<!--
window.open = SymRealWinOpen;
//-->
</script>
</body>
</html>
is dat ok?
Monkey Bizzle
09-28-2004, 07:15 PM
in the CSS part, you still have 2 of my comments in there... also, you have BOTH iframes positioned at the same place... so, they are going to be on top of each other... you might want to move one of them over. to do that, just increase the number from the left for one of them.