PDA

View Full Version : How to make this table via HTML


imported_iKwak
08-23-2004, 07:11 AM
Does anyone know how to make this table for the Google Adsense?

if you see http://forums.macrumors.com/showthread.php?t=85457 , adsense is inside a table.

So I like to make my adsense http://www.calpolyonline.com/forums/showthread.php?t=1233 look the same as the above page.

Thanks for your help.

Beermonster
08-23-2004, 08:32 AM
Try this


<table width="100%" border="1" cellpadding="1">
<tr>
<td bgcolor="#CCCCCC">

put Google code here

</td>
</tr>
</table>