Connecting Tech Pros Worldwide Forums | Help | Site Map

Need help with codes - Need to resize

bufftoto
Guest
 
Posts: n/a
#1: May 11 '06
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>

Thanks.


bob.herbst@gmail.com
Guest
 
Posts: n/a
#2: May 11 '06

re: Need help with codes - Need to resize


I believe yo ucan put your size in quotes and if you are using php you
may have to escape your quotations marks in your a href to make the
\"maito:....\"

Kim André Akerĝ
Guest
 
Posts: n/a
#3: May 11 '06

re: Need help with codes - Need to resize


bufftoto wrote:
[color=blue]
> 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>[/color]

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)
Closed Thread