|
Posted by Kim Andrι Akerψ on 11/19/65 11:47
bufftoto wrote:
> Hi, I am having problems resizing a text. What is wrong with the
> script?
>
> <td><size=6>For payment information, please contact us at (021) 221100
> or at <a href="mailto:info@altha.com">info@altha.com</a></size></td>
What script? This doesn't seem to be a PHP script, but rather an
attempt at HTML code.
In any case, <size> isn't a valid HTML tag. If you want to set a
specific size to your text, use one of the following:
<font size="6">insert text here</font>
or:
<span style="font-size: 14pt">insert text here</span>
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|