View Full Version : Picture


Mrs Barrett
01-05-2006, 12:18 PM
I have this pic on the site im creating and want it to go more to the left
this is the code
<img src="http://i32.photobucket.com/albums/d5/UltimatelyMario/TP%20After%20Party/51736773.jpg" width=300"height="250" border="5" align="right" alt="imagetitle">

Thanks

Phillip
01-05-2006, 12:33 PM
I have this pic on the site im creating and want it to go more to the left
this is the code
<img src="http://i32.photobucket.com/albums/d5/UltimatelyMario/TP%20After%20Party/51736773.jpg" width=300"height="250" border="5" align="right" alt="imagetitle">

Thanks

hey have you tried to div align it?

pb&j
01-05-2006, 02:40 PM
can you show us your page online so far? hard to tell how to move something left when we cant see the layout.

Mrs Barrett
01-05-2006, 05:23 PM
its ok I done it, one more question, how do i get some nice backgrounds which I can edit and add pics on

Mrs Barrett
01-05-2006, 07:16 PM
I can mail it to u as its not hosted yet Phil?

X&Y
01-07-2006, 06:02 AM
its ok I done it, one more question, how do i get some nice backgrounds which I can edit and add pics on
First you need a image editing tool like MS Paint, Photoshop, Gimp. Now you have three choices.
1. Get an image off of the web, by "Rightclick/Copy" then in MS Paint, you Paste it on there "Edit/Paste". Then you can edit it anyway you like.
2. Create a new image with MS Pain. Im sure you already know how to do that.
3. Open a file already on your computer. "File/Open/Browse" locate your file, and click "Open".

When you are done editing, safe your image as a .jpg or .jpeg. Save it in the same place as your .html file (your website file).

When your ready to make it into a background, find the <body> tag and edit it so it says <body background="imagefilename.jpg">. And you're set.