Web Page Help!

Discussion in 'General Discussion' started by dotsnake, Oct 11, 2005.

  1. dotsnake

    dotsnake Well-Known Member

    Posts:
    1,641
    Likes Received:
    0
    Joined:
    Oct 17, 2004
    Location:
    nowhere
    ok, i have to build a web page for my computer application at school, and this is soo hard,
    its soo complicated... so i need ur help
    I have to make my own webpage by putting stuff on the "source"
    and i dont know whats
    Code:
    <head></head> or  <body text></body text>
    i dunno all that stuff,
    heres an example of a webpage from my teacher..
    soo, plzz help

    i dunno what to do... can u make me a webpage?
    i dont want it to be violence, or cussing, i want it like; about shirts and stuff.. i dunno, but plzz help me out here...

    100 credz??
     
  2. elusive.

    elusive. Well-Known Member

    Posts:
    2,191
    Likes Received:
    0
    Joined:
    Aug 4, 2004
    You probably shouldn't be in that class if you don't know what you're doing...
     
  3. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    Question you want help or you want me to do it? I'll do either since I'm in desperate need of credits...


    EDIT - okay nvm I get what you said...yes I'll make you a webpage
     
  4. Sociopath

    Sociopath Well-Known Member

    Posts:
    552
    Likes Received:
    0
    Joined:
    Apr 23, 2005
    So you want someone to design you a gallery?
     
  5. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    Wait each image has a specific page...am I suppose to make specific pages for each image? If so how many images do you need?
     
  6. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    I called it...lemme do it please!!! :(
     
  7. Phil

    Phil Senior Member

    Posts:
    957
    Likes Received:
    0
    Joined:
    Jul 26, 2005
    If you can't make the webpage, why are you in the class?
     
  8. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    how about band tshirts is that cool?
     
  9. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    Err well since you havent said anything I did what I think your teacher wants. I think she basically wanted you to know how to do source (src) with images for now. Basically when your doing image src (img src) it just goes like this.


    [​IMG]


    You just put that into where you want your image to go...you can center it using the <center> and </center> tags. So it would now be centered on the page and the code should look like...


    <center>[​IMG]</center>


    If you want to link the image to a specific page like your teacher did you use the and tags. The coding should look like the following...



    [​IMG]



    So pretty much I think you were just supposed to learn about image sources for now. And just a heads up...all webpages in html use the <html> , </html> , <head> , </head> , <body> and </body> tags. In a webpage it would look like...




    <html>
    <head>

    ---You can add a title in here by using ---

    <title>Whatever - Displays on top of window</title>

    ---Javascripts and php scripts can go in here...that is another lesson though---

    </head>
    <body bgcolor="color" text="color">

    ---Your body content---

    </body>
    </html>







    ANYWAY I made you the website you asked...

    http://www.thejerms.net/GR%20-%20Shirt.zip
     
  10. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    Did I get jipped? :huh:
     
  11. holy_grail

    holy_grail Well-Known Member

    Age:
    34
    Posts:
    70
    Likes Received:
    0
    Joined:
    Oct 11, 2005
    Location:
    United States, Michigan
    jeremyM is correct but in that example of your teachers there is no body text so the head is correct

    also if your in that class then you have a book and it is in there somewhere also why did you go into it if you know nothing about it
     
  12. EcKo™

    EcKo™ Well-Known Member

    Posts:
    315
    Likes Received:
    0
    Joined:
    Aug 16, 2005
    I can give it a shot if your not alright with Jeremys.
     
  13. JeremyM

    JeremyM Well-Known Member

    Age:
    35
    Posts:
    554
    Likes Received:
    0
    Joined:
    Oct 10, 2005
    I don't think he needs it any more...
     

Share This Page