navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

How do I lock pages text size in visitors browsers?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> How do I lock pages text size in visitors browsers?
Page: [1]
 
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."

(in reply to jahni)
J-man

 

Posts: 936
From: Canada
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 10/22/2002 1:35:22   
another idea could be using a CSS and javascript simular to whats here:
http://www.gcritchley.freeserve.co.uk/surf.htm#impaired

(in reply to jahni)
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

(in reply to jahni)
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.


(in reply to jahni)
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

(in reply to jahni)
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

(in reply to jahni)
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

(in reply to Charles W Davis)
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 >

(in reply to jahni)
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

(in reply to jahni)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 10/24/2002 4:29:18   
Hi,

JustJay!!!

Did you try it? I got it from my Advanced HTML book.

Mybe you are sorry but not me. :):)


I tried it before posting it. My browser was unable to change the size.

It worked for me on IE, I did not try it on NS if this is what you mean.

I made a search and found this article which explains more and supports my post. http://www.netmechanic.com/news/vol2/html_no11.htm


Best regards
Hisham

< Message edited by hhammash -- 10/24/2002 6:52:47 AM >

(in reply to jahni)
Justjay

 

Posts: 697
From: Montreal, QC Canada
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 10/24/2002 6:59:41   
Yes I did...and here is what happened...


:)

Attachment (1)

_____________________________

JustJay
thejehm.net Web Solutions
SAH Link Exchange
Serious About Hosting

(in reply to hhammash)
Justjay

 

Posts: 697
From: Montreal, QC Canada
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 10/24/2002 7:00:39   
Since only one pic per posting...here is the original....

:)

Attachment (1)

< Message edited by justjay -- 10/24/2002 7:01:09 AM >


_____________________________

JustJay
thejehm.net Web Solutions
SAH Link Exchange
Serious About Hosting

(in reply to jahni)
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.

(in reply to jahni)
Cyprus

 

Posts: 97
Joined: 10/21/2002
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 11/11/2002 10:49:25   
No help? :)

(in reply to jahni)
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

(in reply to jahni)
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

(in reply to jahni)
Cyprus

 

Posts: 97
Joined: 10/21/2002
Status: offline

 
RE: How do I lock pages text size in visitors browsers? - 11/12/2002 11:07:23   
:)

(in reply to jahni)
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 >

(in reply to jahni)
Page:   [1]

All Forums >> Web Development >> General Web Development >> How do I lock pages text size in visitors browsers?
Page: [1]
Jump to: 1





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