-
Script not working after adding color to button
Good morning.
I am using a print page button on a page but want it to be blue. When I add the color tag to the code the script quits working. How can I make this work?
<input type=button value="Print this Page" style="background:6699CC; color:#000000" name="Print" onClick="printit()>
Thanks,
Lisa
-
-
I'll just correct the obvious mistakes as I don't have a link to your code.
<input type="button" value="Print this Page" style="background:#6699CC; color:#000000" name="Print" onClick="printit();">
See if that helps.
cr3
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks