This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Logo help.
Started 14 years ago by allison4403 | 2 posts |
-
I believe I'm following the instructions (what I could find at least), but it's not appearing.
Here's my CSS...
/**** Logo Section *****/
#main_body h1
{
background-color:#dedede;
margin:0;
min-height:0;
padding:0;
text-decoration:none;
text-indent:-8000px;
background-image: url('../../../images/logo2.gif');
background-position: center;
background-repeat: no-repeat;
}I have my logo file in /public_html/machform/images
What am I missing?
Posted 14 years ago # -
It may be easier if you put the full URL to the logo file, i.e.
background-image: url('http://yoursite.com/machform/images/logo2.gif');
Hope that solves it!
Posted 14 years ago #
Reply
You must log in to post.