top



hello
i need this code in picture
please code RJJ49860
http://www.tarooti.net/upfiles/RJJ49860.png

Where did u get it?

Is it some sort of affilate thingy? Or..? -not sure what it is Wink

shadowz_au wrote:Where did u get it?

from arabic forum http://mystar2day.yoo7.com/ ...

i am wait u .

hi,

guys he means the ads table in arabic forums,..
here you go

Code:
<table style="width: 728;" border="2px"><tr><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="468" height="60"><img src="Your Image Goes Here" border="0" width="468" height="60"></td></tr><tr><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="468" height="60"><img src="Your Image Goes Here" border="0" width="468" height="60"></td></tr><tr><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="130" height="60"><img src="Your Image Goes Here" border="0" width="130" height="60"></td><td width="468" height="60"><img src="Your Image Goes Here" border="0" width="468" height="60"></td></tr></table>

PS : Replace "Your Image Goes Here" With The Image URL, BTW Its Just A Table Happy

i do not means this table .. but means Frame around table Happy

well, if you meant to say is the table with a curved edges with shadow,..
if you are going to inspect the website, it is just a table with a background...

this images are used:
https://i.servimg.com/u/f66/14/36/30/53/2eb9xe10.png
https://i.servimg.com/u/f66/14/36/30/53/1zdr3610.png
https://i.servimg.com/u/f66/14/36/30/53/2eb9xe11.png

and others..the main bg is the first link, the 3rd image is just a image on the first row..
well, if you are going to ask us code the whole thing for you, well that'll be a tiresome job, go and try it yourself first..
learn it yourself...you dont just ask here and ask us to code it for you...

well, if you meant to say is the table with a curved edges with shadow,..
if you are going to inspect the website, it is just a table with a background...

this images are used:
https://i.servimg.com/u/f66/14/36/30/53/2eb9xe10.png
https://i.servimg.com/u/f66/14/36/30/53/1zdr3610.png
https://i.servimg.com/u/f66/14/36/30/53/2eb9xe11.png

and others..the main bg is the first link, the 3rd image is just a image on the first row..
well, if you are going to ask us code the whole thing for you, well that'll be a tiresome job, go and try it yourself first..
learn it yourself...you dont just ask here and ask us to code it for you...

okay . if you unable to get code for me .. i will waiting Gangstar .

Code:
<style>
.box {float: left; background: #ebebeb; padding: 10px; border: 1px solid #cecece; border-radius: 10px;
box-shadow: -1px 1px 15px #424241;}
.inner-box {}
.inner-box td {border: 1px solid #5b5b5a; height:45px;}
</style>
<div class="box" cellspacing="10px">
Test Here: bla bla bla
<table class="inner-box">
<tr>
<td width="120px">test</td> <td width="120px">test</td> <td width="230px">test</td>
</tr>
<tr>
<td width="120px">test</td> <td width="120px">test</td> <td width="230px">test</td>
</tr>
<tr>
<td width="120px">test</td> <td width="120px">test</td> <td width="230px">test</td>
</tr>
</table>
</div>
</div>