HTML coding between H2 and image
-
Hi,
I’m trying to create a spacing between my H2 and the 125×125 image below it (at my sidebar). However, I don’t know what’s the html code for this. At the moment, I cheat with extra white margin added to my 125×125 image making it 130×125. However, that’s not ideal.
Anyone got a solution for me? What’s the code I should add to the following without having to use CSS.
<ul> <li> <h2>Featured</h2> <a href="http://www.com/"><img src="http://www.jpg" alt="jpg" alt="xxx"/></a> </li> </ul>This is my URL http://www.vivawoman.net and it’s the left sidebar. I want the 125×125 banner to align with the other one on the left (which is using another coding given to me)
Thanks!
The topic ‘HTML coding between H2 and image’ is closed to new replies.