Posted by Edwin van der Vaart on 06/27/05 22:02
Dado wrote:
> Hi,
>
> How do you put an image beside page title?? You know - the small logo or
> some image where <title> tag is displayed?
E.g.
In the style sheet
#title {
background: url(image.png) no-repeat right;
margin: 0px 0px 10px 0px; /* pehapse you don't need this. */
text-align: center;
width: 100%;}
In html file
<div id="title">
<h1>title</h1>
</div>
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
Navigation:
[Reply to this message]
|