Simple question
Posted: Thu Jul 01, 2010 4:55 am
Hello,
How can I wrap img tags with li tags?
I have a bunch of images such as.
I would like to wrap each of them with li tag. Can you please tell me how to do this?
Thanks
How can I wrap img tags with li tags?
I have a bunch of images such as
Code: Select all
<img src="a.jpg"><img src="b.jpg"><img src="c.jpg">I would like to wrap each of them with li tag. Can you please tell me how to do this?
Thanks