NirajShah4
5 years agoQrew Cadet
Customizing Rich Text Save button
I want to add some flair to the rich text save button I am currently utilizing by changing the font and size but each time I make edits to the current code, it doesn't come out looking as I would expect.
Original Code:
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'><b>Submit</b></a>"
Result:
Updated Code:
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'><div style=\"height:25px;width:100px;color:white; font-size: 10pt; background-color:lightgreen;\"</div><b>Submit</b></a>"
I just want to be able to have a button save the form where the button has a light green background with white text.
------------------------------
Niraj Shah
------------------------------
Original Code:
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'><b>Submit</b></a>"
Result:
Updated Code:
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'><div style=\"height:25px;width:100px;color:white; font-size: 10pt; background-color:lightgreen;\"</div><b>Submit</b></a>"
------------------------------
Niraj Shah
------------------------------