Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Thanks for a great forum. My problem was answered just by scrolling through previously solved problems. Great service!!..."

Geography

Where in the world do Tek-Tips members come from?
tshad (Programmer)
2 May 12 16:14
I am trying to use the valid way of increasing the height of a row in a table (not all rows just one particular row).

I can get it to work with:

            <tr height="30px">

But that is apparently not valid.  The suggested way is:

            <tr style="height:30px">

But that doesn't seem to do anything.  I also tried putting it in the td tag with the same non results.

So how are you supposed to do it when the invalid way works and the valid way doesn't?

Thanks,

Tom
feherke (Programmer)
3 May 12 4:33
Hi

The first one is invalid, as the tr tag has no height attribute and even if it would have, the value should be specified as 30 ( without unit ).

The second one is valid and works for me in Gecko, Presto and WebKit.

Please give us more details about the context in which it not works.
 

Feherke.
http://feherke.github.com/

ChrisHirst (IS/IT--Management)
3 May 12 10:07

Quote (New Posttshad ):

So how are you supposed to do it when the invalid way works and the valid way doesn't?

Use a Document Type Declaration (DTD) that it is valid in!

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum

tshad (Programmer)
3 May 12 14:25
Actually, the style did work.

The problem seems to have been some sort of caching.

As I was making the changes and I ran the page again (right away), nothing changed.  If I waited a few minutes (while I got someone else to look at it), it then worked.

I need to refresh the page, I guess, to see the changes.

Thanks,

Tom
ChrisHirst (IS/IT--Management)
3 May 12 17:02
use Ctrl+F5 to force a refresh from the server.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum

tshad (Programmer)
3 May 12 23:08
Just a refresh won't do it?

Thanks,

Tom
Helpful Member!  ChrisHirst (IS/IT--Management)
4 May 12 5:34
Not necessarily, a browser refresh or pressing F5 is a 'soft' reload and only checks the browser cache for 'expired' files.

Ctrl+F5 is a 'hard' refresh or reload where the cache for that URI is bypassed and ALL files are requested from the URI.

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close