Hello all,
Cek this site:
http://www.innovation.web.id/portfolio-marketing.php
I have this codes for portfolio-marketing.php
<div class="Page page1" style="display: block;">
<div id="portfoliomkt1"><img src="images/large pic.jpg" alt="portfolio1" height="230" width="280"></div>
<div id="portfoliomkt2"><img src="images/large pic.jpg" alt="portfolio2" height="230" width="280"></div>
<div id="portfoliomkt3"><img src="images/large pic.jpg" alt="portfolio3" height="230" width="280"></div>
<div id="portfoliomkt4"><img src="images/large pic.jpg" alt="portfolio4" height="230" width="280"></div>
<div id="portfoliomkt5"><img src="images/large pic.jpg" alt="portfolio5" height="230" width="280"></div>
<div id="portfoliomkt6"><img src="images/large pic.jpg" alt="portfolio6" height="230" width="280"></div>
and style.css
#portfoliomkt1 {margin: -50px 0 0 200px; border: 3px solid gray;}
#portfoliomkt2 {margin: -200px 0 0 500px; border: 3px solid gray;}
#portfoliomkt3 {margin: -200px 0 0 800px; border: 3px solid gray;}
#portfoliomkt4 {margin: -50px 0 0 200px; border: 3px solid gray;}
#portfoliomkt5 {margin: -200px 0 0 500px; border: 3px solid gray;}
#portfoliomkt6 {margin: -200px 0 0 800px; border: 3px solid gray;}
I wonder why in the website the gray border goes all the way to the right ? I only want them to stay just around each of the rustoleum portfolio box.
How to make it happens ?