1 (edited by adithyan 2007-05-07 11:41)

Topic: Hi again - font size and space bw lines

Many of the users of my forum asked me to increase the font size and the distance between the lines in the post for the ease of reading

how can i do this ??


Regards,

Re: Hi again - font size and space bw lines

well, they could always just increase the font size locally with their browser.  firefox cntrl++.  or you could set a different font size for the website itself.  this is what i did.  search for FONT-SIZE in the particular CSS file you're using.

Re: Hi again - font size and space bw lines

I believe what you're looking for is this element in your theme's main css file:

DIV.postmsg P {LINE-HEIGHT: 1.4}

Though it appears to be missing the em in the default themes' css:

DIV.postmsg P {LINE-HEIGHT: 1.4em}

Re: Hi again - font size and space bw lines

i want to increase the font size of the messages also. Can anyone point out the exact line i have to change for that.

Re: Hi again - font size and space bw lines

i changed the font size in the style CSS file and solved the problem

.pun {FONT-SIZE: 13px; LINE-HEIGHT: normal}

/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 90.75%}
/* End IE Win Font Size */