Support Forums / Support forum / Archives / 08-21-2005 / Resizing tables and ads...

Topic: Resizing tables and ads...
May 27th, 2005 10:32 AM
rhsofrome Is there anyway to resize the ads and tables (on Search and other options) so that they can fit in a slightly smaller screne without the horizontal scroll bar?

I need the board to fit in a framed section that is only 460 pixels wide.
May 27th, 2005 08:51 PM
KeeKee Don't try to touch the ads.
May 28th, 2005 09:10 PM
Catchow If you change anything about the google ads, you are violating TOS. You can change the size of the tables in the custom templates but it is a tedious proceedure. Good luck with it!
May 28th, 2005 11:32 PM
Sage actually changint the size of the tables are easy seince all the tables are just percentages :)

all i do is make a table above all the other tables in the Header section of the custom templates and set the width to the width i want (such as 800 pixles)

and add the table closing in the footer section :)

Put this in the header section above all the table tags that look like this one...

<table width="WIDTH" align="center" border="0" cellpadding="0' cellspacing="0">
<tr>
<td width="100%">

now put this in the footer section

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

change the green lettering to what you want the width to be
[Edited by Sage]
[Edited by Sage]