Results 1 to 6 of 6

Thread: HTML help

  1. #1
    Δ As above, so below ∇ crashNUMBERS's Avatar
    Join Date
    Jan 2005
    Location
    hmm.
    Posts
    6,891
    Blog Entries
    1

    Default HTML help

    K so Im making a site using HTML which I am learning and junk. What I wanna know is how do you add a background?? Everytime I do so the background goes black. And I also wanna know how do you make a navigation bar. Or side bar. Whatever!! 'Cause whenever I go to the site link it says the site doesn't exist or a message saying not found through the freewebs crap. And thats what Im using. Freewebs. And if possible I wanted to kow if someone could make me a background. Kind of like a rippled red. With some texture in it. If possible at least...

  2. #2

    Default

    Oh, boy, let's see if I remember.
    OK, your BG: Do you want it to be a solid color or a pic?
    If you want it to be a solid color:
    [qute]
    <html>
    <head>blah blah blah
    </head>
    <body bgcolor=[insert color or RGB here]>
    </body>
    </html>
    [/quote]

    Or if you want it to be a picture the it is something like this:
    <html>
    <head>
    blah blah blah
    </head>
    <body background="File dirrectory">
    </body>
    </html>
    And for the navigarot thing (this one is kinda hard)
    It deals with frames and looks like this kinda:
    <html>
    <head>
    blah blah blah
    </head>
    <frameset cols="x%, y%">
    <frame src="Location for 1st page">
    <frame src="Location for 2nd page">
    </frameset>
    <noframes>
    [Text to enter incase someone's borwser doesn't support frames]
    </noframes>
    </html>
    Some things to note:
    1.Those may not be exact, but I think they are.
    2. The "x%, y%" is where you define how much of the page you want each of teh 2 frames to take up.
    3. the "<noframes>" isn't really needed I dont' think, because I think nowadays all webbrowsers support frames.
    4. the "<frameset>" takes place of the "<body>".

    Good luck and hope that helped.


    Xenogears: God and Mind
    (Awesome Xenogears site. Please join the forums. We don't have many members.)

  3. #3

    Default

    ....oh crap, I think I just messed something up.
    The places where I usually post don't allow HTML so you can type it freely .......... but umm... I think it kinda did what I told it to as best it could and messed something up...... :riiight: :laughing: :riiight: :laughing:

    Sorry!!
    As for the HTML help, try and contact me and I'll help you out.


    Xenogears: God and Mind
    (Awesome Xenogears site. Please join the forums. We don't have many members.)

  4. #4
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Fixed.

    You can use < for < as well as > for >

  5. #5

    Default

    heh heh.
    Sorry 'bout that.
    Thanks.


    Xenogears: God and Mind
    (Awesome Xenogears site. Please join the forums. We don't have many members.)

  6. #6
    Δ As above, so below ∇ crashNUMBERS's Avatar
    Join Date
    Jan 2005
    Location
    hmm.
    Posts
    6,891
    Blog Entries
    1

    Default

    Nevermind. I already asked at another forum...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •