I have this table with text and stuff in it. And its width is 100% and I want all its contents to stay the way they are when the browser window is shrunk. The problem I'm having is that the text that should say
"about us"
when the browsers shrunk says
"about
us"
and thus the tables height grows. So I figure if I can get the table to a fixed height where when the browser shrinks the height remains the same then I'd solve my problem. But now the question is how do I get the table to stay a certain height???
Fixed Height
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
also, if you don't want text to break, use a non-breakable space character...
Code: Select all
about us