how do you write text in html?

Mike D

New member
how do you write words on an image in html. Like if I wanted to make a sidebar with a specific background, how would I write the links onto it?
 
<a href="/page1.htm" style="background: url('/images/side.jpg');">Link 1</a>
<a href="/page2.htm" style="background: url('/images/side.jpg');">Link 2</a>

--
Hope this helps
 
Back
Top