M Mike D New member Oct 25, 2009 #1 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?
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?
S StupidShep New member Oct 25, 2009 #2 <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
<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