The NEW Build Your Own Arcade Controls
Main => Everything Else => Topic started by: sasuke_kun12 on January 09, 2005, 11:44:35 pm
-
i need some html help! i will send it to anyone who will help me! i'm gettin really annoyed coz i posted on my site that i will be changin the site! bwah! (kicks computer in)
-
If you could post the code here or direct us to a site where the code is (even if it is not working), it'd be a lot easier to help you out.
-
ya just give us the url , anyone can look at source code of a web page
-
it's just a quickie. ok so here's my site so far. www.geocities.com/emily_fan05 (http://www.geocities.com/emily_fan05) ok click enter. now see how i have my navi bar? i want to have 3 frames. one on the top and 2 on the sides. I use frontpage and i use <frameset col 25,50,25> then i go and put in my webpages but i can't see the page. all i get is just white.
-
When I click on "Enter" I am greeted with the "News" page, the about_emily.htm file. Although I think on your Navi bar you have the "about emily" and "home" links switched. Are you still having a problem or did you fix this already because I only see 2 columns which is what you called in your html (<frameset cols="142,*">)?
-
i was gonna make fun of you cause that girl looks like shes 13, but then i saw that youre 14.. so i guess thats ok =P
-
When I click on "Enter" I am greeted with the "News" page, the about_emily.htm file. Although I think on your Navi bar you have the "about emily" and "home" links switched. Are you still having a problem or did you fix this already because I only see 2 columns which is what you called in your html
yeah it's switched around I'm too lazy. i'll send you the page i'm having problems with
-
if you want one on top and 2 on sideds you want
<frameset row 25,75>
<frame src="first">
<frameset col 25,50,25>
<frame src="second">
<frame src="third" >
<frame src="forth" >
</frameset col 25,50,25>
</frameset col 25,75>
-
ok here's the code
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<frameset rows="43%,57%">
<frame src="header.htm" target="_self>
<frame src=" scrolling="no" name="header">
<frameset cols="16%,84%">
<frame src="Navi.htm" target="_self>
<frame src=">
<frame src="about_emily.htm" target="_self">
</frameset>
</frameset>
</html>
</body>