A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ----easy Hmtl----question......

  1. #1
    :the D. Ziner: GraphicsGuru's Avatar
    Join Date
    Apr 2003
    Location
    sitting in front of my computer.
    Posts
    379

    ----easy Hmtl----question......

    I am loading external txt file with html in it.

    The problem is in my html txt file.

    here is how it reads:

    There is a problem, as the second paragraph, is all one button,
    The first is good as I only want the "Read More", being the clickasble link.

    but the whole second part is all one button and not the correct color, its the color of the link. no good.

    Tell me if there is something I am missing.

    here is whats in the txt. file:


    TextBox=
    <b>8. 19. 03</b>
    When the Lights Go Out in the City...<font face="Arial, Helvetica, sans-serif" color="#660000" size="+14"><a href="http://www.carpeinternational.com/carpe_press_releases/blackout.html" target="_blank"> read more.

    <b>7. 21. 03</b>
    Carpé International and the Elite Model Look 2003...<font face="Arial, Helvetica, sans-serif" color="#660000" size="+14"><a href="http://www.carpeinternational.com/carpe_press_releases/Elite.html" target="_blank"> read more.




    ---------------------heres the problem-------------

    the second paragraph above is all one button, and all the same color. The first paragrah looks perfect, as "read more" is the link which works fine. As for the second paragraph, I only want "read more" the link, not the whole paragrah, also, the whole second paragraph is the wrong color.


    What am I doing wrong?
    imac, do you?
    www.carpedenimjeans.com
    seize life.

  2. #2
    AFX == P. Forsberg
    Join Date
    Nov 2001
    Posts
    439

    close the tags

    just close the a and font tags after the "read more." text.

    TextBox=
    <b>8. 19. 03</b>
    When the Lights Go Out in the City...<font face="Arial, Helvetica, sans-serif" color="#660000" size="+14"><a href="http://www.carpeinternational.com/carpe_press_releases/blackout.html" target="_blank"> read more.</a></font>

    <b>7. 21. 03</b>
    Carpé International and the Elite Model Look 2003...<font face="Arial, Helvetica, sans-serif" color="#660000" size="+14"><a href="http://www.carpeinternational.com/carpe_press_releases/Elite.html" target="_blank"> read more.</a></font>

  3. #3
    :the D. Ziner: GraphicsGuru's Avatar
    Join Date
    Apr 2003
    Location
    sitting in front of my computer.
    Posts
    379
    thank you.

    That worked perfect.





    -G.G.
    imac, do you?
    www.carpedenimjeans.com
    seize life.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center