and it is in a set height <td></td> yet it forces the cell to become bigger, although it is not bigger than the cell.
I have attached a screenshot, and this displays my problem. The "navigation" bar is supposed to end before that massive dark green horizontal line, yet the text box pushes it down! :-(
<input type="text" name="q" height="20" width="10" />
You need a type, and height/width i dont believe cols/rows/columns ever works on inputs they work on textareas only. Even if it does, its not a standard way of doing it and may be browser incompatible.
oops i realised that it was textarea that you put cols/rows/columns, but i dont know about height/width either
try <input type="text" name="q" size="20" />
size only changes the width as height is a default value which cannot be changed unless you use textarea instead.
Guys really sorry to be a newbie, can you point me in the right direction to get started please?
all the best
12
With what ??
or should this be a new thread?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?