Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to reduce Height of a TD
Message
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00564859
Message ID:
00564899
Views:
15
>>>>I have a table that shows Actions assigned to a user. What I want to do is put a spearator between Actions as a visual clude to the user that this Action has ended and another is starting. So I thought I would just stick another TR and a TD entry in with an HR tag. But what I get is a small line inside a regular size height TD. How to I get the TD entry to shrink down to say a 3 point HR line?
>>>
>>>There might be a Height property for TR. If that doesn't work, we usually use an image of one pixel by one pixel which is transparent. Wherever we want to align stuff, we can use it with WIDTH=1 HEIGHT=3.
>>
>>
>>I tried a Height of 3 and put an HR inside with a size of 1 and what I get is a very thin line in the TD with a lot of space around it. It is the space in the TD that I wish to remove so it is the height of the HR.
>
>Do you have another cell in the same row? If you do you thats the problem.
>
>Jeff

No other cell in the same row.


< TR >

< font size="-1" >< b>Action< /b >< /font >
< /TH >
5 other headers
< /tr >
* Loop through actions data
< TR >
< TD >data< /td >
5 other action datas
< /TR >
* Now a new action is show and I want to put a visual clue in there
< TR >
< TD colspan="6" bgcolor="Blue" height="3" >
< HR size="1" >
< /td >
< /tr >

Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform