Jump to content

Need HTML Code!


Afees98

Recommended Posts

4 div containers with the image/text float left and have a margin i.e

 

<div class="box">

<img src="" alt="" title="">

<div>

</div>

</div>

 

the css can be like

div.box {width:200px; height:400px; float:left; margin:5px}

div.box div {height:40%;}

div.box img {height:59%}

Link to comment
Share on other sites

4 div containers with the image/text float left and have a margin i.e

 

<div class="box">

<img src="" alt="" title="">

<div>

</div>

</div>

 

the css can be like

div.box {width:200px; height:400px; float:left; margin:5px}

div.box div {height:40%;}

div.box img {height:59%}

I got one more question, How can I get this "New" Corner sign on ONLY on the first picture without having to save the main picture twice (one with and w/out the new sign) http://www.tokosouvenirpernikahan.net/wp-content/uploads/2014/08/new.png ?

 

And by that I mean, I want it so I can just add the photo behind the "New" sign.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...