SoyDelicious
Technical User
Problem:
When issuing <font></font> command inside a text box value will not work.
Attempted solution:
Format text in CSS using a "." as a seperator.
Example= <a href=" color="#000000">Front.</font><font color="F4F4F4">Page</font></a>
So my CSS looks like this presently
a {
font-size: 11px
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #808080;
text-decoration: none; }
a:hover {
color: #ff6600;
text-decoration: none; }
a:active {
text-decoration:underline;
color: #000066; }
When issuing <font></font> command inside a text box value will not work.
Attempted solution:
Format text in CSS using a "." as a seperator.
Example= <a href=" color="#000000">Front.</font><font color="F4F4F4">Page</font></a>
So my CSS looks like this presently
a {
font-size: 11px
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #808080;
text-decoration: none; }
a:hover {
color: #ff6600;
text-decoration: none; }
a:active {
text-decoration:underline;
color: #000066; }