DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 16315--------------------------------------------------
Set fonts in Posts to a minimum 12 ?
DIR By: DMindon
Date: October 8, 2015, 8:20 am
---------------------------------------------------------
Hello again,
I wanted to write this to another existig question wich was near
to my question but not the same. The program told me to open a
new topic.
So i did.
Please tell me, how can i set the minimum size of fonts for all
users to 14 pts or 18 pts? Something like that.
Some members are using smaller tabets and tell me, they can not
read other peoples postings very well.
It would be a great help.
I am talking only about minimum size of postings text. Not about
general size of all characters in the forum.
I know that everybody is able to make this by himself, but to
ask every people to write in 14 or bigger size is not good idea.
And i hope i don't have to learn css for this :-)
Again i want to say sorry about my 'not so well' english and i
hope i wrote my request comprehendible.
Can you help me?
Thank you very much.
#Post#: 16316--------------------------------------------------
Re: Set fonts in Posts to a minimum 12 ?
DIR By: CreateAForum
Date: October 8, 2015, 11:28 am
---------------------------------------------------------
Yes it is in the css
--- Code ---
/* Set a fontsize that will look the same in all browsers. */
body
{
background: #E9EEF2 url(../images/theme/backdrop.png)
repeat-x;
font: 78%/130% verdana, Helvetica, sans-serif;
margin: 0 auto;
padding: 15px 5%;
}
--- End Code ---
The first % is the font sinze and the second is the space
between line. Check this for more info.
*****************************************************
Page 1 of 1