View Full Version : color chage in Tell a Friend script
GunSlinger
03-01-2010, 05:26 PM
Please see attachment.
Thanks For Your Time
Script can be seen at http://www.javascriptkit.com/script/script2/tellafriend.shtml
GunSlinger
Do you want to change color of the text "Tell a friend:" Or of the input color?
GunSlinger
03-01-2010, 07:46 PM
Text to red
Enter E-Mail Address Here and send this URL Box Red And BG black
Thanks
Here:
<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>
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.