Need help with HTML code?

aseret_me

New member
Hi. So Here's my blog, yellowchuckles.blogspot.com

Can you see my header? Is it possible to write words on each side of the image?

On The left side I would like to add:

YEL
LOW

On the right I would like to add:
CHUC
KLES

Can you picture what I'm trying to say? :P

I dont want to write anything on the picture. I want to write the words on the empty space, the white part.. What should I do? Whats the html code?

Thanks!



.date-header {
color: #444444;
font: 10pt century gothic;
letter-spacing: 0.3em;
text-align: right;
<img src="<a href="http://i299.photobucket.com/albums/mm317/000fifi/22.jpg" target="_blank"><img src="http://i299.photobucket.com/albums/mm317/000fifi/lunapic-122837869563030.jpg" border="0" alt="Photobucket"></a>">
}
</style>

</head>
<body><br><br><br>
<div id="container">

<div id="header">

<DIV ALIGN=CENTER>
<img src="<a href="http://i299.photobucket.com/albums/mm317/000fifi/22.jpg" target="_blank"><img src="http://i299.photobucket.com/albums/mm317/000fifi/22.jpg" border="0" alt="Photobucket">
</DIV>

I'm confused....
where should I put the css?
 
Back
Top