Newbie...a few questions about website

Geewilkers

New Member
OK
First,
I purchased a template from EWISOFT and I need to change the size of a box within a box,
I tried using the style box and changing the size, but it didn't change.
What am I doing wrong?

Thank you:confused:
 

ishie

New Member
Are you referring to text box? If yes, you can find it between the "<form>" and "</form>" tags and it will start with the "<input type="text">" tag. You can the "size" attribute for the text box very easily. For ex, the code "<input type="text" name="email" size="100">" will create a text box that is 100 characters long.
 
Top