The NEW Build Your Own Arcade Controls

Main => Everything Else => Topic started by: sasuke_kun12 on January 09, 2005, 11:44:35 pm

Title: bwah html help
Post 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)
Title: Re: bwah html help
Post by: drunkatuw on January 10, 2005, 04:44:58 pm
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.
Title: Re: bwah html help
Post by: lucindrea on January 11, 2005, 04:45:26 am


ya just give us the url , anyone can look at source code of a web page
Title: Re: bwah html help
Post by: sasuke_kun12 on January 13, 2005, 07:22:44 pm
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.
Title: Re: bwah html help
Post by: drunkatuw on January 14, 2005, 01:20:25 pm
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,*">)?
Title: Re: bwah html help
Post by: Sephroth57 on January 14, 2005, 01:26:47 pm
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
Title: Re: bwah html help
Post by: sasuke_kun12 on January 14, 2005, 07:49:53 pm
Quote
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
Title: Re: bwah html help
Post by: lucindrea on January 15, 2005, 12:21:28 am
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>
Title: Re: bwah html help
Post by: sasuke_kun12 on January 16, 2005, 06:27:10 pm
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&gt;
&lt;frame src=" scrolling="no" name="header">

<frameset cols="16%,84%">
<frame src="Navi.htm" target="_self&gt;
&lt;frame src=">
<frame src="about_emily.htm" target="_self">
</frameset>

</frameset>

</html>

</body>