TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

1 pixel bevel table borders?

Page: 1 Reply
May 30th 2003#105834 Report
Member since: Mar 22nd 2003
Posts: 21
tut was on wastedyouth.org and i couldnt get it before they went down... anyone know howto do this?

thanks
Reply with Quote Reply
May 30th 2003#105838 Report
Member since: Mar 18th 2001
Posts: 6632
Use CSS instead. You don't need to do the old nested table trick anymore.

.tablewithborder {
border: solid 1px #000000;
}

< table class="tablewithborder">tr/td stuff here< /table>
Reply with Quote Reply
May 31st 2003#105856 Report
Member since: Mar 22nd 2003
Posts: 21
well i donno where to put ".tablewithborder {
border: solid 1px #000000;
}
" ;| help please

thanks tho
Reply with Quote Reply
May 31st 2003#105859 Report
Member since: Apr 20th 2002
Posts: 3000
<style type="text/css">

code

</style>
Reply with Quote Reply
May 31st 2003#105867 Report
Member since: May 13th 2003
Posts: 644















Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum