Accessability issue with seting text size to largest

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
Guest

Accessability issue with seting text size to largest

Post by Guest »

Script URL: http://clubsouthampton.port5.com
Version of script: latest
Version of PHP: 4
Hosting company: portland
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: all

Write your message below:

When you set the text within the page to "largest" within the browser the text still comes out very small.
Is this issue resolvable?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello jj,

The only way I can think of is by setting the default (medium) font size to a larger value. Maybe someone else has a better solution?

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post by Guest »

Klemen Stirn wrote:Hello jj,

The only way I can think of is by setting the default (medium) font size to a larger value. Maybe someone else has a better solution?

Regards
where is this setting and what part of the coding do l have to change if this is the only solution?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You should be able to change font size in your HTML editor.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Guest

Post by Guest »

Klemen Stirn wrote:You should be able to change font size in your HTML editor.
Thats for that help.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Text can be resized in browser in gbook 1.33 Xhtml 1.1 modif

Post by Henrie »

In the modification I made for Gbook 1.33, with valid xhtml 1.1 coding the text can be resized in the browser because I use relative sizes (% and em) for sizing the text instead of the absolute sizing (px) which is used in the standard version.
Post Reply