how did you make the entire header image a link?
Erm… by making the image the background of the link and setting the width and height of the link to the same dimensions as the image, I would imagine?
Alas, I can’t take much credit for the way the link works in the header. Alex King’s Dots template is what I based it on…I just changed to graphics and messed with it a little. It’s in the css of that template, though. Should be at bloggia.com, if you want to play with the idea. Thanks, tho!
Peace,
~S~
Well, I just can’t seem to figure out the mechanics of making spacing between the link categories. It annoys me to have them all jammed together like this.
~S~
from your css;
#menu ul {
list-style: none;
margin: 5;
padding: 10;
}
#menu ul li {
color: #5A634E;
font-weight: bold;
margin: 10 0 0px 10;
padding: 0;
padding-left: 5;
}
#linklist {
margin: 0 0 0px 10;
padding: 10;
padding-bottom: 5;
I think you need identifiers on your numbers, except 0. It can’t do a margin of 5 if it doesn’t know if it’s 5px or 5 inches or 5 whatevers.
ahhhh…..
thankyouthankyou!
That did the trick!
~S~
You’re welcome. Glad to help. π
Looking good. Congratulations!