Log in

View Full Version : image map on center aligned image



nomad0325
09-24-2008, 05:42 PM
Ok, this is my first CSS anything attempt, so bear with me. I'd like to have my image centered, but it seems like if i image map i would have to use absolute positioning. I would like to do this right from the get-go, and i'm really having trouble finding any threads or tutorials that apply. thanks in advance!

http://www.vinylepitaph.com

code:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>index</title>
</head>
<body style="color: silver; background-color: black;"
alink="#000099" link="#000099" vlink="#990099">
<div style="text-align: center;"><img
style="width: 900px; height: 675px;" alt="Napkin Menu"
src="Pics/napkin.JPG"><br>
</div>
</body>
</html>

any other tips/suggestions would be greatly appreciated.

Nile
09-25-2008, 02:40 AM
Image maps, or absolute positioning, unless you want to cut out and split each image in Photoshop, or w/e program you have. Then make the layout, that would be harder - but more suggested.