Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

keep the font size of texts unchangeable


sprinter_

Recommended Posts

Hello.

How do you keep the font size of texts unchangeable to prevent destroying the design of your page if the users change their browser's text size view?

 

I need to put tables and texts in the Shipping and Returns page, but people change their browser's text size, it would push the colum-right boxes too far. Is there a html code to solve this in a table?

I notice that the text inside the infoboxes never change their size with the browser size.

Link to comment
Share on other sites

Hello.?

How do you keep the font size of texts unchangeable to prevent destroying the design of your page if the users change their browser's text size view?

 

I need to put tables and texts in the Shipping and Returns page, but people change their browser's text size, it would push the colum-right boxes too far.? Is there a html code to solve this in a table?

I notice that the text inside the infoboxes never change their size with the browser size.

The text size can be changed inside the stylesheet.ccs in your catalog.

Best thing would be to set your site up 800 x 600 most system nowa days dont run under 800 they only get bigger.

 

if you want to edit the Shipping and Returns page directly.

you could try something like this.

<center> <font color="#2DB52D"> <font size=4>"  Enjoy "</font></CENTER>.

 

<font color="#2DB52D"> this changes text color </FONT>

<font size=4>This changes font size</font>

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Link to comment
Share on other sites

The text size can be changed inside the stylesheet.ccs in your catalog.

Best thing would be to set your site up 800 x 600 most system nowa days dont run under 800 they only get bigger.

 

if you want to edit the Shipping and Returns page directly.

you could try something like this.

<center> <font color="#2DB52D"> <font size=4>"  Enjoy "</font></CENTER>.

 

<font color="#2DB52D">  this changes text color </FONT>

<font size=4>This changes font size</font>

 

The text in the body is fine.

 

I have the tables in condiditions.php page, the text of these tables is still variable with the browser's font size.

 

How do we control this

Link to comment
Share on other sites

You don't, is the short answer. People's browsers are theirs to control, and it's up to them whether they want to view fonts in Small, Medium or Large on their browser. Also different browsers render fonts differently.

 

Vger

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...