HTML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SithCait22
    FFR Veteran
    • Mar 2005
    • 1093

    #1

    HTML

    So im getting PISSED off now. Im trying to get a background image in html (fro a site) I was told to upload the pic to the server thingymagangor then type that location in, but it still isnt working....i even had my bff get on it for me and he couldnt get it...So can someone give me like extremely detailed instructions on how to get this damn thing up. thanks
    Playing: DJMAX Technika 2
    Location: Kalahari Resort, Sandusky Ohio
    Join me?
  • Lightknight924
    FFR Player
    • Jul 2005
    • 1164

    #2
    Re: HTML

    Uhh....are you trying to make a picture appear on a site in an html code?

    You'd have to upload the picture from your computer(I usually upload it on www.imageshack.us), then copy the link in "Direct Link". From there, you go to the page that you're coding, type in <img src="*link of picture goes here*"> in the body of your html document. That should be it.

    Comment

    • g4z33b0
      Banned
      • Mar 2006
      • 2618

      #3
      Re: HTML

      ugh. if you want help, post your code.

      Comment

      • JsPapp26
        FFR Veteran
        • Oct 2004
        • 96

        #4
        Re: HTML

        If you have the image uploaded to your webhost, make sure you're getting the directory right. Like if you have it in a folder called images, it would be <img src='/images/picture.jpg'>
        Or, if you want it as your background, use this:
        Code:
        <style type='text/css'>
        body {
        background-image:url('http://site.com/imagelocation.jpg');
        }
        </style>

        Originally posted by SithCait22
        Location: Cleveland, Ohio
        I live in Canton.
        Last edited by JsPapp26; 07-5-2007, 11:56 AM.
        Originally posted by Synthlight
        We need to take a better photo and make a t-shirt out of that. That is awesome.

        Comment

        • xjohnieboyx
          FFR Player
          • Feb 2006
          • 1630

          #5
          Re: HTML

          If you still don't understand what JsPapp26 posted then feel free to PM me and I can help you out step by step.

          Comment

          Working...