Can i stop the text from wrapping when i resize the browser

  • Thread starter Thread starter Thegenim
  • Start date Start date
T

Thegenim

Every time I resize the browser it wraps the text its REALLY annoying and i
want it to stop. Is there any way i can do this (well obviously there is
cause it happens all the time) but how do i do this ?
 
Use a fixed width design for the page. This way the page layout is assured
until the user changes the text size - and the user WILL change the text
size, then the text will wrap in different places again. There is
absolutely nothing you can do to prevent users changing the text size.
 
"There is absolutely nothing you can do to prevent users changing the text
size."

Actually Ronx I have created a website that the user CANNOT change the font
size, I actually am wondering why they can't, I didn't do it on purpose. Is
it because I am using an external style sheet with the font sizes set to
specific pixels?
I would like to design my next site so the user can change the font size.
Thanks.
 
In IE
Tools->Internet Options
General Tab
Click Accessibility button
Tick the appropriate boxes, and click OK, OK
The browser will now use whatever default text size setting you have set in
Windows, and ignore the style sheet or <font> tags in the web page.
See
http://www.rxs-enterprises.co.uk/tests/ems-percent.aspx for font size
options.
--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Back
Top