+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: How do i add a page

  1. #1
    remnightfal is offline x10Hosting Member remnightfal is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    25

    Question How do i add a page

    hahaha this is going to sound weird, and im a total newb, so uhh ya
    how do i add a page to my site.
    What i mean is this is my site http://bluehedgehog.pcriot.com/ now if you see on the left there is a Main section, then there is a Home, then an Affiliate section, but when you click on affiliate it just brings you back to the main index page

    Plzzzz helpp i dunno how to create a page :drool:

  2. #2
    garikr's Avatar
    garikr is offline x10Hosting Member garikr is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    46

    Re: How do i add a page

    If you look at your page source code you'll see the line <a href="">Affilliate</a>.
    The href="www.yahoo.com" would take u to yahoo, the href="www.google.com" will take you to google. I think u get the idea... I would suggest looking at the code, taking each tag( <head>, <div>, <li> and so on) and looking it up online. Go to the www.w3schools.com/ there is a ton of information about anything pertaining to do with html, css and such.
    If you are really a rookie, get a beginner's book on web pages. You'll get a general idea. After that, there's more information on the internet about web technologies than on any other subject. If you got time it won't take u long to become proficient, otherwise, just pay somebody to do it. Good luck.

  3. #3
    remnightfal is offline x10Hosting Member remnightfal is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    25

    Re: How do i add a page

    Quote Originally Posted by garikr View Post
    If you look at your page source code you'll see the line <a href="">Affilliate</a>.
    The href="www.yahoo.com" would take u to yahoo, the href="www.google.com" will take you to google. I think u get the idea... I would suggest looking at the code, taking each tag( <head>, <div>, <li> and so on) and looking it up online. Go to the www.w3schools.com/ there is a ton of information about anything pertaining to do with html, css and such.
    If you are really a rookie, get a beginner's book on web pages. You'll get a general idea. After that, there's more information on the internet about web technologies than on any other subject. If you got time it won't take u long to become proficient, otherwise, just pay somebody to do it. Good luck.
    ya ya ya ya i knew that. I mean like how do i make it so I can create a new page for my site, like chat, i wanna make a chat page so members can chat in it, but i dont want to have it on the front page. I want it in the side bar so one people click on chat it will direct them to the part of the site that has the Chatbox in it:dunno:

  4. #4
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: How do i add a page

    Just have to say: avoid W3Schools. Their approach to HTML is very poor, advocating presentational HTML elements. The following sites have better tutorials: See "What’s the best website for learning HTML Semantically?" and "css, javascript — where to start ?" for other suggestions.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  5. #5
    remnightfal is offline x10Hosting Member remnightfal is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    25

    Re: How do i add a page

    i stilll need help iv been trying this for almost 3 hours >.<

  6. #6
    garikr's Avatar
    garikr is offline x10Hosting Member garikr is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    46

    Re: How do i add a page

    I don't know what kind of service you get from x10hostig, but if u have a free hosting, I'm pretty sure there is a line in your agreement stating that u can't host chats. Probbly have something to do with the traffic. But if you really want to make a chat, or anything else, look it up. Look it up. Here, I've said it again. I don't know how many times ppl said this, but be more specific with your questions. If I wanted to build a car, and you knew how to do this, what would u tell me? There are so many things which go into building a good site, you could write a book loger than this entire forum. Most of the things are trivial, some are more advance, but still, u have to grub a thread somewhere to untie the knot. Ask specific questions. Even to yourself. Than you'll find what you'r looking for.
    Good luck.
    Last edited by garikr; 02-12-2010 at 10:39 PM.

  7. #7
    remnightfal is offline x10Hosting Member remnightfal is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    25

    Re: How do i add a page

    Ohkay here it goes

    I want to make it so that one someone clicks on a link on my site, It goes to a differnt page that i created for the site, thats as descriptive as i can say

  8. #8
    garikr's Avatar
    garikr is offline x10Hosting Member garikr is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    46

    Re: How do i add a page

    <a href="something.html">link to something.html</a>. replace something.html with the address of your new page and 'link to something.html' with the description of a link ppl will click on. Keep on asking

  9. #9
    remnightfal is offline x10Hosting Member remnightfal is an unknown quantity at this point
    Join Date
    Feb 2010
    Posts
    25

    Re: How do i add a page

    gah bah do be da do poo da she na do re hahh ****kkkkk:rant2:


    Ohkay i mean a part of the site, not a part of a differnt site, its complicated

  10. #10
    garikr's Avatar
    garikr is offline x10Hosting Member garikr is an unknown quantity at this point
    Join Date
    Aug 2009
    Posts
    46

    Re: How do i add a page

    ok, so let's say your main page is called index.html. You make a new page called "affiliate.html", you upload it to the same derectory as you index.html. Then the address of your new page is http://bluehedgehog.pcriot.com/affiliate.html.
    So in your main page you put a link
    HTML Code:
    <a href="http://bluehedgehog.pcriot.com/affiliate.html">Affiliate</a>
    or simpler
    HTML Code:
    <a href="affiliate.html">Affiliate</a>

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Use PHP to add Content to page through Admin
    By goldy30 in forum Programming Help
    Replies: 1
    Last Post: 11-12-2008, 11:13 PM
  2. Unique php page
    By bunglebrown in forum Programming Help
    Replies: 48
    Last Post: 11-08-2008, 08:59 AM
  3. Replies: 0
    Last Post: 10-19-2008, 09:40 PM
  4. Passing variables from page to page
    By os242 in forum Scripts & 3rd Party Apps
    Replies: 3
    Last Post: 09-15-2007, 02:05 PM
  5. Ads on Every Page?
    By ThaoD in forum Free Hosting
    Replies: 5
    Last Post: 08-23-2005, 05:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers