The above image depicts what I currently have. One image consecutive to the next in a div layer defined:
code:
#Header
{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
height:75px;
border-style:none;
background-color:#fff;
background-image: url("../images/titlebackground.gif");
voice-family: "\"}\"";
voice-family:inherit;
}
Now this image is how I would like it to look. The main title on the left, with links on the right.
I tried to use a span with the text-align property set to left the the link images, but I was unable to get this to work.
What would I have to do, in order to get this to work, aside from tables.