dear sirs
i'd like to know how could add a logo in my header
as I am a very begginner in css or web design at all
The blog I need help with is excellence-expert.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
dear sirs
i'd like to know how could add a logo in my header
as I am a very begginner in css or web design at all
The blog I need help with is excellence-expert.com.
LK
please any answer
I've only just started but I wanted my logo by the heading and it took hours of experimentation before it worked. If it saves anyone else time, that's great. I am using Customized Inuit Types theme but presumably works elsewhere. You can change the 'right' to left or center - and adjust the margin accordingly.
#header {
background: url('http://xxxx.jpg') no-repeat scroll right transparent;
height: 60px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 110px;
}
#header .SAMPO|MEDIA {
margin-top: 0;
}
Sorry if it doesn't help
Obviously above was done in CSS custom design, for which I think you need to upgrade.
#header {
background: url('http://xxxx.jpg') no-repeat scroll right transparent;
height: 60px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 110px;
}
#header .SAMPO|MEDIA {
margin-top: 0;
}
#header {
background: url('http://xxxx.jpg') no-repeat scroll right transparent;
height: 40px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 110px;
}
#header .SAMPO|MEDIA {
margin-top: 0;
thanks all
i will try it
and if anybody have a link to css tutorial for codes and how to do things
please share it with us
thank you again
Here is a good beginner CSS tutorial:
http://www.htmldog.com/guides/cssbeginner/
This topic has been closed to new replies.