View Full Version : How do i


Mrs Barrett
01-31-2006, 07:05 PM
Get the blue icon on the picture usin a table?

Thanks

http://i40.photobucket.com/albums/e211/Mario2k/ScreenHunter00.jpg

Kittie
01-31-2006, 07:18 PM
have the code after the initial code, whatever is "last" is on top.. does that help? this is the code you would use:

<img style="position:absolute; top:the amount of
pixels from toppx; left:the amount of pixels from
leftpx; width:your image width in pixelspx;
height:your image height in pixelspx" src="your image name.gif or .jpg">

Mrs Barrett
01-31-2006, 08:19 PM
the page is now all white..?

Kittie
01-31-2006, 11:16 PM
wait, could you post the whole code that your using?

Mrs Barrett
02-01-2006, 05:57 AM
I mailed it 2 you

Mrs Barrett
02-01-2006, 07:20 PM
whats this mean?
have the code after the initial code, whatever is "last" is on top

Kittie
02-01-2006, 10:46 PM
okay, do you mind if i post your code?

I mean, if you want the blue icon on top of the other image, the code needs to come after it.
<img src="firstimage.gif"><img src="secondimage.gif">
the 2nd image would be on top of the 1st.

okay, i'm not sure if i have to post your whole code for this. this is what i think you need to edit to make sure the whole html document work:

<img style="position:absolute; top:the amount of
pixels from toppx; left:the amount of pixels from
leftpx; width:your image width in pixelspx;
height:your image height in pixelspx" src="http://i40.photobucket.com/albums/e211/Mario2k/Image1.gif">

Just add whatever # before the "px". it navigates where you want the picture to go.

You can also delete the "<body>" right before all the "<br>"s because it is not needed, you have it in the part right above it ;)