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
HTML
Collapse
X
-
Tags: None
-
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. -
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>
I live in Canton.Originally posted by SithCait22Location: Cleveland, OhioLast edited by JsPapp26; 07-5-2007, 11:56 AM.Originally posted by SynthlightWe need to take a better photo and make a t-shirt out of that. That is awesome.Comment
-
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

Comment