html - perfect way to displaying images -


i new css . trying display images in perfect manner

here html code:

<div id="photos">             <h3>photo title</h3>             <p class="like"><a href="#">like</a> </p>             <p class="date">date </p>             <div id="image">                 <img src="something.jpg" />             </div>             <p class="about">about image goes here</p>          </div>   

now want style same this:

http://www.desolve.org/

if want make image wall post did in below given fiddle link.

http://jsfiddle.net/zws7c/1/


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -