Questions about multiple background images and underlined links

Jul 17, 2007 11:31

Hi there - I'm redoing my layout on the Smooth Sailing template and have one hard, and one easy, question. I think I've made a valiant effort to find answers in the tutorials and frequent questions post, but please be gentle if I missed something obvious ( Read more... )

tips, requests, background

Leave a comment

Comments 2

babyelefant July 17 2007, 16:49:05 UTC
Add the background-image to body:

body{
background-image: url("YourImageUrl");
background-position: bottom right;
background-repeat: no-repeat;
background-attachment:fixed;
}

and to remove the underline add:

a{
text-decoration:none;
}

Reply

agentxpndble July 17 2007, 17:00:30 UTC
Thank you *so much* - You rock!

Reply


Leave a comment

Up