|
| |
|
|
jahni
Posts: 7 Joined: 9/13/2002 Status: offline
|
How do I lock pages text size in visitors browsers? - 10/21/2002 15:50:56
I was wondering if anyone knows of a code that will keep the text on your page one size, no matter how someone sets their text view on their browser. I have seen a few sights that will do this. My site gets thrown all out of wack when you view the text in a large format in IE. Thanks, Rob
|
|
|
|
Seventh
Posts: 1235 Joined: 8/4/2002 From: The Motor City Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/22/2002 0:31:57
You can specify the font size by adding this to the head of your HTML Document. <style> body {font-size: 12px} </style> That should help you.
_____________________________
"go forth and create."
|
|
|
|
Justjay
Posts: 697 From: Montreal, QC Canada Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/22/2002 11:32:36
Just a question or a thought, what about someone who has poor vision that requires a larger font in order to check out your site??? Of course pages are going to be off when the font is enlarged, but this feature is there for a reason...in the interest of smart, professional and good web design, I am going to suggest you leave this feature of the visitors browser alone.
_____________________________
JustJay thejehm.net Web Solutions SAH Link Exchange Serious About Hosting
|
|
|
|
jahni
Posts: 7 Joined: 9/13/2002 Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 9:28:04
Thanks, But none of the suggestions above seem to work. Just Jay, the site I am doing is for a company who is not looking for any Yahoo site hits. And none of the patrons are disabled, in sight anyway. There are some who use a 15 in. monitor running 800x600 with medium text in their browser, and some who use a 18 in. LCD run in 1280x1024 with extra large text in their browser. Their varied complaints is what has driven me to post here. Does anyone have any suggestions such as scripts I can use without having to completely re-think my entire site layout.
|
|
|
|
Justjay
Posts: 697 From: Montreal, QC Canada Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 9:39:53
You could try designing the site with different CSS with different font sizes and try getting a JS to detect the screen resolution and use that particular CSS. To the best of my knoweldge, you can not take away the menu function of a peice of software, no more than you can change the photo on my desktop. The company can also streamline the hardware they use. You do not need " hits" from Yahoo, or to be disabled to want to look at something with a larger text. To be honest it sounds like they just need something to COMPLAIN about, because every site can NOT be tailored to EVERYONE' s preferences. Some people just need to bite the bullet and either follow the " norm" to some degree or live with the changes that they have made. Okay - getting off the soap box now...
_____________________________
JustJay thejehm.net Web Solutions SAH Link Exchange Serious About Hosting
|
|
|
|
Charles W Davis
Posts: 1725 Joined: 3/7/2002 From: Henderson Nevada USA Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 13:06:03
Rob, A thought. You might remind them that the web is not the same as a printed page where the format is retained by the position of the inks on the paper. There are many web designers that spend a lot of time educating their clients to this truth.
_____________________________
Enjoy! It' s your endeavor! http://www.anthemwebs.com
|
|
|
|
Justjay
Posts: 697 From: Montreal, QC Canada Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 15:30:36
<soapbox>quote:
There are many web designers that spend a lot of time educating their clients to this truth. AMEN!</soapbox> I just had another thought...what are you going to do for those people that TILE their windows on their desktop...so that they can look at more that one thing at a time...disallow that so they can change the size of a screen??? Its going to turn your job into a never ending rat race....
_____________________________
JustJay thejehm.net Web Solutions SAH Link Exchange Serious About Hosting
|
|
|
|
hhammash
Posts: 1064 Joined: 8/19/2002 Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 18:34:18
Hi Rob, Yes you can do that. <style> P { font-size : 14pt } </style> Best regards Hisham
< Message edited by hhammash -- 10/23/2002 6:41:09 PM >
|
|
|
|
Justjay
Posts: 697 From: Montreal, QC Canada Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 10/23/2002 19:14:34
This is not going to work....sorry hhammash quote:
<style> P { font-size : 14pt } </style>
_____________________________
JustJay thejehm.net Web Solutions SAH Link Exchange Serious About Hosting
|
|
|
|
Cyprus
Posts: 97 Joined: 10/21/2002 Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 11/7/2002 14:52:45
I don' t understand, where would I put <style> P { font-size : 14pt } </style> ? I' ve never done anything in html, just frontpage. But I NEED to have a static font size for my page, otherwise the layout goes crazy. If you want to check it out you can go to http://betawebsites.com/storefront None of the backend is up yet, but you can see how if you change the font size my website goes to hell.
|
|
|
|
Swirl
Posts: 2708 From: Cincinnati, Ohio USA Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 11/11/2002 10:56:10
Your link isn' t working, I get page not found. Swirl
_____________________________
Knowledge speaks, but wisdom listens. -- Jimi Hendrix
|
|
|
|
Cyprus
Posts: 97 Joined: 10/21/2002 Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 11/11/2002 11:47:43
Whoops... I uploaded it again. None of the links work or anything yet, but it gives you an example of the layout. But here is the link now www.betawebsites.com/storefront.asp Thanks
|
|
|
|
gen
Posts: 4 Joined: 8/5/2002 Status: offline
|
RE: How do I lock pages text size in visitors browsers? - 11/13/2002 7:25:33
Put this code below in your head tag. To increase/decrease the font size, just change the number 9. If you have several pages, best to make a link to a style sheet [:p] Put this in Head tag: <style> <!-- body { font-size:9pt; } font { font-size: 9pt } --> </style>
< Message edited by gen -- 11/13/2002 7:27:01 AM >
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|