How to Add More Craigslist Photos in HTML
I checked around and I haven’t seen a tutorial on how to do this yet, so here is how to add more than 4 images to craigslist. It’s super simple and anyone can do it! Don’t be intimated by the word “HTML” this ISN’T hard!
The HTML code that you will need to do what I did is below.
Follow Me on Twitter for All my Tweets!
Join my Facebook Group and Talk Tech With Fellow Geeks!
Enter, Return, or Break = (less than sign)br(greater than sign)
If you’re using imageshack.us to host your images, you will need to put:
(less than sign)img src=”IMAGESHACK CODE OR YOUR HOSTED URL HERE”(greater than sign)
If you want to have your images show as a specific size on the page, this code is optional:
(less than sign)img src=”IMAGESHACK CODE OR YOUR HOSTED URL HERE” width=”350″ height=”500″(greater than sign)




