Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: bwah html help  (Read 1325 times)

0 Members and 1 Guest are viewing this topic.

sasuke_kun12

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:March 10, 2009, 09:05:13 pm
  • Its been to long... I'm never leaving this place!
bwah html help
« 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)
Why are all the good, cheap lowboys in brisbane?

drunkatuw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 252
  • Last login:April 24, 2025, 02:25:30 pm
    • Drunk at UW.com
Re: bwah html help
« Reply #1 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.

lucindrea

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 262
  • Last login:July 28, 2005, 10:06:19 am
  • I dont think I'm a llama!
Re: bwah html help
« Reply #2 on: January 11, 2005, 04:45:26 am »


ya just give us the url , anyone can look at source code of a web page

sasuke_kun12

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:March 10, 2009, 09:05:13 pm
  • Its been to long... I'm never leaving this place!
Re: bwah html help
« Reply #3 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 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.
Why are all the good, cheap lowboys in brisbane?

drunkatuw

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 252
  • Last login:April 24, 2025, 02:25:30 pm
    • Drunk at UW.com
Re: bwah html help
« Reply #4 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,*">)?

Sephroth57

  • Poo Monkey
  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3375
  • Last login:June 07, 2020, 11:17:00 am
    • Check it out!!!
Re: bwah html help
« Reply #5 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
"Owens is the ringleader in the ass hat circus"  D K

sasuke_kun12

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:March 10, 2009, 09:05:13 pm
  • Its been to long... I'm never leaving this place!
Re: bwah html help
« Reply #6 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
Why are all the good, cheap lowboys in brisbane?

lucindrea

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 262
  • Last login:July 28, 2005, 10:06:19 am
  • I dont think I'm a llama!
Re: bwah html help
« Reply #7 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>

sasuke_kun12

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 131
  • Last login:March 10, 2009, 09:05:13 pm
  • Its been to long... I'm never leaving this place!
Re: bwah html help
« Reply #8 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>
Why are all the good, cheap lowboys in brisbane?