Jump to content

Sniffy

Members
  • Posts

    403
  • Joined

  • Last visited

Everything posted by Sniffy

  1. My code doesn't seem to be working right no matter how I modify it. I'm trying to set up my homepage for my new "Bobville site" but, it doesn't wanna work for me.Just when my hosts server gets back up I have more problems. All my pages are made, random link page, news page, logo page, and menu , but I just can't seem to put it all on one page with the frames.Here's my code, do what you must with it. <html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Language" content="en"> <meta name="Author" content="Sniffy Gerbil"> <title>Welcome to Bobville!</title><link rel="stylesheet" type="text/css" href="stylesheet.css"></head><body><frameset cols="120,*" rows="100" border="0"><frame src="menu.html" name="navigation" scrolling=no noresize><frameset rows="100,*"> <frame src="header.html" name="logo" scrolling=no noresize><frame src="index2.html" name="main" scrolling=auto noresize><frameset "cols="120" rows="100"><frame src="link.html" name="rightside" scrolling=no noresize></frameset> </frameset></frameset></body></html> The site: http://bobville.1500mb.com/
  2. Sniffy

    Variable Change

    mercy beaucoup
  3. Sniffy

    Variable Change

    I have a simple question that I've been meaning to ask for a while.A variable change.Say, the variable (var1) equals 10 and (var2) equals 5, I want php to switch it to the same amount as (var1). I think it can be easily done and I might know how but I just want to be sure. I just started learning php and I'm not used to it yet.
  4. Sniffy

    FREE DOMAINS

    Yeah, I find that kind of annoying too, but what can you expect from free stuff, there's always a catch.
  5. Sniffy

    FREE DOMAINS

    Hey everyone, I finally found a place where you can get a free domain......Actually 3 for free.http://www.dot.tkHow to set it up.Basically what you have to do is when you choose your domain name it will ask you for the exact location of your site, you have to have a host already like http://www.freewebs.com or something, then it will create an Iframe of your site but you now own that domain name and it's much easier for people to find your site, but you can also get to it by freewebs.com/your_site or what ever.
  6. Sniffy

    JAVA

    This may be useless to you but I know it can be done because I've seen it before on sites, such as runescape.com. Most of the Jagex website is made up of java objects.
  7. Sniffy

    Navigation Bar.

    It is?Well, thanks for the example.
  8. Sniffy

    Navigation Bar.

    I've read all of the html tutorials and just started getting into CSS that's why I need more help, but I just need a fully written example of a basic navigation bar that I can look at and learn off of.
  9. Sniffy

    Navigation Bar.

    Honestly, I don't know what I'm doing.....I guess, I'd like to.
  10. Sniffy

    Navigation Bar.

    I don't really understand the DIV part.Can you give me a code example yourself?
  11. Sniffy

    Navigation Bar.

    Hey people, I desperately need to know how to make a navigation bar so I have an organized way for users to move around my site. I'm new to the world of web design and just need a basic example please.
  12. Sniffy

    FLASH Versus HTML

    I prefer using both of them because they each have their ups and downs.
  13. Hey everyone, my name is Sniffy the Gerbil and I'm new to the world of web and graphics design. I have no programming experience behind me and am pretty much have been a hopeless dreamer until, I came to W3schools. But still, I haven't found some of the important things I'm looking for. I've been mostly looking at the html guidelines and Flash as well.The questions I want to ask you today are for html possibly maybe even touching some stuff that may be easily accomplished with JS and CSS.My first question is how do I make a box/form that says: "Select One". Like a drop down box, but when they select one of the options it links them to one of my pages. I know this can be done, because I've seen it before.My next question is, how do I make a form so someone browses there computer for a file by clicking an upload button beside the form, and then locates and when they hit open, it's location on their harddrive appears on the form field?And then they can hit "submit", and a download link will appear on one of my designated pages for that purpose?The next question is touching CSS.I was wondering how do I make a sidebar/menu that appears on every page with links on it to other pages?The navigation bar is the proper term I think, and it's on practically every site....so I want it on mine lol.The rest of my questions were solved by this beautiful site, w3schools.
×
×
  • Create New...