• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

another HTML pic question - absolute positioning

I just edited this post so I didn't have to make another.

How do I position a picture wherever I want? Not like center, right, left, but using pixels? I know there's a way, but I just forgot and I can't find it anywhere else.


 
Delete the whitespace between the img and /td tags so it's like this <img></td>. IE has a stupid habit of adding extra spacing if it runs into any whitespace.
 
Originally posted by: O Hammer O is my gamertag
Originally posted by: notfred
position: absolute;

Where do I put that?

I'm not sure if this will work with well with various browsers. If it doesn't, you can just put a div tag around the img tag, and move the style attribute into the div.
 
Back
Top