How can I change the font size of some php output in a table?
hi all,
i have bit of code:
<td rowspan="3"><div align="center"><img src="eastaged.gif" width="50" height="50"></div></td>
<td height="10"><span class="style1">emergency aid - stage 1 </span></td>
<td height="10" class="style1"><?php fdate('ea1'); ?></td>
<td height="10"><span class="style1">emergency aid - stage 2 </span></td>
<td height="10" class="style1"><?php fdate('ea2'); ?></td>
unfortunately php output big ... how can reduce down 10pt?
many thanks,
steve
without seeing code can see custom php function "fdate" using class "style1" formatting text. take @ style1 , change font-size css class.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment