Results 1 to 4 of 4

Thread: color chage in Tell a Friend script

  1. #1
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default color chage in Tell a Friend script

    Please see attachment.
    Thanks For Your Time
    Script can be seen at http://www.javascriptkit.com/script/...lafriend.shtml

    GunSlinger

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Do you want to change color of the text "Tell a friend:" Or of the input color?
    Jeremy | jfein.net

  3. #3
    Join Date
    Feb 2010
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Text to red
    Enter E-Mail Address Here and send this URL Box Red And BG black
    Thanks

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Here:
    Code:
    <form name="eMailer">
    <span style="color: red;background:#000">Tell a friend:</span>
    <input type="text" style="color: red;background:#000" name="email" size="26" value="     Enter Address Here" onFocus="this.value=''" onMouseOver="window.status='Enter email address here and tell a friend about this site...'; return true" onMouseOut="window.status='';return true">
    <br />
    <input type="button" style="color: red;background:#000" value="Send this URL" onMouseOver="window.status='Click to send an email (with this page address) to a friend! Enter email address above...'; return true" onMouseOut="window.status='';return true" onClick="mailThisUrl();">
    </form>
    Jeremy | jfein.net

Bookmarks

Posting Permissions

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