RE: adding new stylesheet to reviews box
paulm2003 <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <ebe2216c1cba6e47a6e90249581a0f5a@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=226818#226818
----------------------------------------------------------------
Sorry,
I misunderstood, I'll give it another try, hope this is usefull.
looking at the code of the reviews box (not sure if yours is the same)
[code]<td class="reviews">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tbody><tr>
<td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="11" height="14"></td>
<td width="100%" height="14" class="infoBoxHeading">Reviews</td>
<td height="14" class="infoBoxHeading" nowrap="nowrap"><a href="http://www.televisiedokter.nl/catalog/reviews.php?osCsid=056996dd50875fc6a368f87ac56c140f"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td>
</tr>
</tbody></table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox">
<tbody><tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents">
<tr>
<td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
</tr>
<tr>
<tbody><tr><td class="boxText">
.............................................etc.
[/code]
Did you try:
[code]td.reviews table td.infoBoxHeading { font-size: 10px; } [/code]
and/or
[code]td.reviews table td.infoBoxContents { font-size: 10px; }[/code]
and/or
[code]td.reviews table td.boxText { font-size: 10px; }[/code]
depending on your needs