sprinter_ Posted July 23, 2005 Share Posted July 23, 2005 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 More sharing options...
WiseWombat Posted July 24, 2005 Share Posted July 24, 2005 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. <{POST_SNAPBACK}> 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 More sharing options...
sprinter_ Posted July 24, 2005 Author Share Posted July 24, 2005 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> <{POST_SNAPBACK}> 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 More sharing options...
♥Vger Posted July 24, 2005 Share Posted July 24, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.