Help Align my fuzzy images
February 1, 2008 4:54 AM
Subscribe
How do I get my images where I want? I'm trying to overlay images on a background. Is there a fancy tool I could use that will tell me the exact coordinates? Should I not try tables and do some fancy css? Or am I going at this ass backwards?
Here's what I'm
talking about. It's a self link, but nothing really to see but my issue. View the source to see my attempt.
posted by bleucube to computers & internet (11 comments total)
2 users marked this as a favorite
You can do
<div position="absolute" left="X" top="Y">
to place items exactly where you want on a page.
posted by unixrat at 5:08 AM on February 1, 2008