In Stylesheet whe I change the taglind Text-align to left, it goes left. When I change it to right it goes right. When I change it to middle it stays right. I'd like it in the middel, any suggestions?
In Stylesheet whe I change the taglind Text-align to left, it goes left. When I change it to right it goes right. When I change it to middle it stays right. I'd like it in the middel, any suggestions?
Have you tried changing it to "center"?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
CSS is sorta' picky when it comes to terms. Middle is used for vertical alignment and center is used for horizontal things.
I tried aligning my tagline to the bottom both this way
#tagline {
color:#000000;
font-size: 12px;
font-style:italic;
text-align: center;
vertical-align: bottom;
}
and this way
#logoWrapper {
width:760px;
height:200px;
background-image:url(../images/littlegees-n3.gif);
background-position:left;
background-repeat:no-repeat;
vertical-align:bottom;
}
so far nothing has worked.
If you find a solution to this pm me. Thanks
We don't PM answers. They remain on the forum for the benfit of all users.
I have answered this question in your other post.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Yes, you did and thank you! Sorry, still learning and will be for a long while, I'm afraid.![]()
Learning's good. Learning's encouraged. I learn lots from answering questions here and looking at other people's answers. So don't forget to use the search to find out if the answer you need is already there, and keep asking if you don't find what you need. Glad I could help.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)