without css my page looks like this:
The Official Website of The Angels: My Boyfriend's Back!
using css, so far i have gotten it to this point:
The Official Website of The Angels: My Boyfriend's Back!
how do i get it so that:
(1) the image has no space at the top of the window
(2) text aligns at bottom of image
(3) the image isn't cut off at the bottom
the substantive part of the css code is:
any and all help is much appreciated as I am just learning css...
-diane-
The Official Website of The Angels: My Boyfriend's Back!
using css, so far i have gotten it to this point:
The Official Website of The Angels: My Boyfriend's Back!
how do i get it so that:
(1) the image has no space at the top of the window
(2) text aligns at bottom of image
(3) the image isn't cut off at the bottom
the substantive part of the css code is:
Code:
<style type="text/css">
body {font-family: Trebuchet MS, helvetica, verdana, arial, sans-serif;
}
a:hover{
color:yellow;
}
</style>
</HEAD>
<body style="background-color: #000000;">
<DIV style="width:100%;height:100%;background: url(http://www.theangelsonline.com/stage.gif) no-repeat top center;">
<div style="font-size:medium;color:white;padding:30px;text-align:center;">
<a href="cd.html">NEW CD!</a> || <a href="news.html">NEWS</a> || <a href="history.html">HISTORY</a> <BR>
<a href="orders.html" target="_blank">MERCHANDISE</a> || <a href="disc.html">DISCOGRAPHY</a> || <a href="photos.html">PHOTOS</a>
<BR>
<a href="media.html">MUSIC & VIDEO</a> || <a href="press.html">PRESS</a> || <a href="links.html">LINKS</a> || <a href="http://users.smartgb.com/g/g.php?a=s&i=g18-09728-e1">GUESTBOOK</a> </b>
</div>
</DIV>
<center>
<font size="-1" color="white" face="Helvetica,Arial">
Logo graphics licensed © 2008, Holly Golightly.
any and all help is much appreciated as I am just learning css...
-diane-
Comment