Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you decrease font size in tables?


Trentide

Recommended Posts

Posted

Thank you for looking at my post. I can't seem to change the font styles to any of my CSS styles I have in my stylesheet.

 

I've tried everything. Here's a look at a portion of my code, if you need it:

 

 

define('TEXT_INFORMATION', 'Domestic shipping orders are processed Monday through Friday, usually at the end of the business day. Orders usually take 24 hours to process and there is no processing or shipping on weekends. Also, holidays are what you expect, no processing or shipping on those days either. Please take into consideration both processing and shipping times when expecting your product.

<p>Shipping fees are based on your order\'s weight, destination and shipping method you choose. Here\'s a brief intro into domestic shipping times and guidelines.</p>

<p>  </p>

<p class="style1">UPS DOMESTIC SHIPPING CHART </p>

<table width="500" height="238" border="1" cellpadding="3" cellspacing="0" bordercolor="#FF0000">

<tr>

<th width="125" height="51" scope="row"><div align="center">SHIPPING METHOD</div></th>

<td width="125"><div align="center">PROCESSING TIME </div></td>

<td width="125"><div align="center">DELIVERY TIME </div></td>

<td width="125"><div align="center">SHIPPING GUIDELINES</div></td>

</tr>

<tr>

<th height="41" scope="row">UPS Next Day Air </th>

<td><div align="center">1 day </div></td>

<td><div align="center">1-2 Business Days </div></td>

<td rowspan="2"><div align="center">No P.O. Boxes. Includes delivery To AK, HI, Puerto Rico and 48 States.</div></td>

</tr>.

 

 

 

Thank You In Advance For Any Advice,

Jason

Posted

It might help to give the url of your site to look at what you mean

 

The code you have given is just HTML , no styling at all.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...