Jump to content

baseline problem


omgsoy

Recommended Posts

Hi all,i am hoping this is a stupid problem with a simple answer. all i want to do is have my background image, and some links, aligned with the very bottom of the browser window. i have tried all variations of valign:bottom, baseline, absbottom, absbaseline, etc etc. i started over from scratch. i used a code in an online editor and it worked, then copied and pasted exactly into my html page, and it didn't. here is the code:

<html>	<head>						<title>i believe in something better</title><link rel="Shortcut Icon" href="/heart.ico">  	</head><style type="text/css">body{background-color:#ffffff;background-image:url('http://kihope.com/abs.jpg');background-repeat:no-repeat;background-position:left baseline;margin-left:200px;}</style></head><body><p>these will be links</p></body></html>

and the urlhttp://kihope.com/skeleton.html

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...