|
|
| Topic: Resizing tables and ads... |
|
|
|
|
| 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. |
|
|
| KeeKee |
Don't try to touch the ads. |
|
|
| 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! |
|
|
| 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] |
|
|