DaveM
Posts: 11
|
| Posted: 05/16/2008, 9:27 AM |
|
The problem i have is I need to make the text on all the labels and textboxes bigger throughout all of the forms that i have created.
I don't know if i can add this to my style or if there is some other way of doing it.
Many thanks
Dave M
|
 |
 |
E43509
Posts: 283
|
| Posted: 05/16/2008, 10:24 AM |
|
You can change out of the box style sheet.
You can copy and update your own style. (probably best choice).
If there are just a few areas that you need bigger text you can <span style="font-size:150%">my text </span>
|
 |
 |
DaveM
Posts: 11
|
| Posted: 05/19/2008, 12:16 AM |
|
Many thanks for the reply, but i need to do this on quite a lot of text boxes and this way would be quite labour intensive.
Thanks again, your help is appreciated.
DaveM
|
 |
 |
wkempees
|
| Posted: 05/19/2008, 2:57 AM |
|
Create your own 'overriding' style and include that in your page template or
include it in your HTM where you need it.
Or redefine the class (if it exists) in the used css.
Walter
|
|
|
 |