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... )
Comments 2
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
Reply
Leave a comment