Need help with codes - Need to resize

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bufftoto

    Need help with codes - Need to resize

    Hi, I am having problems resizing a text. What is wrong with the
    script?

    <td><size=6>F or payment information, please contact us at (021) 221100
    or at <a href="mailto:in fo@altha.com">i nfo@altha.com</a></size></td>

    Thanks.

  • bob.herbst@gmail.com

    #2
    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:.... \"

    Comment

    • Kim André Akerø

      #3
      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>F or payment information, please contact us at (021) 221100
      > or at <a href="mailto:in fo@altha.com">i nfo@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@NOSPAM betadome.com
      (remove NOSPAM to contact me directly)

      Comment

      Working...