Friday 11 November 2005 9:56:15 am
hi, 1 have a registration page with the first and last name fields, and other fields for it. i would like to change the textfield length of first and last name, may i know where to change? i understand that the registration page is using the same "box" class as "new forum reply" page. see below.
<tr>
<td>
<input class="box" type="text" size="70" name="ContentObjectAttribute_ezstring_data_text_10914" value="" />
</td>
</tr>
<tr>
<td>
<textarea class="box" name="ContentObjectAttribute_data_text_10915" cols="70" rows="10"></textarea> </td>
</tr>
how do i rename the class? because the registration page and "new forum reply" page layouts look different if i were to do css override for "box" class. or if possible, allow me to edit the textfield length would be good.
|