Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adjusting the height when using FORMS in TABLES

Status
Not open for further replies.

Kenfng

Technical User
Feb 11, 2001
4
FR
I have another problem. I have defined a table that will show a few columns. The last column will be a link to another page to get more details. Instead of using a link, i have decided to use the FORM / SUBMIT to open up a new window. My problem is that when I the height of each row is double when I use the FORMS within, whereas if I just display a small picture, everything is fine. Is there a way to control or define the height? I have tried <TABLE Height=&quot;18&quot;> or even any other values and doesn't work.
Hope any of you guys/gals can help. Thanks again.

Kenneth
 
try something like this to avoid insanity...

<a href=&quot;javascript:NewWin=window.open ('file.cfm', 'showwindow', 'toolbar=no,status=no'); NewWin.focus();&quot;
onmouseover=&quot;window.status='Click here'; return true;&quot;
onmouseout=&quot;window.status=''; return true;&quot;
>Click here</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top