| ||||
| ||||
| Welcome to the UltraBB public support forum! Did you know there is an inexpensive totally integrated gallery available for UltraBB? Read more here: Gallery Details |
| Moderated by: Jim |
|
||||||||||||||
| Post Reply font size | Rate Topic |
| Author | Post |
|---|
| Posted: Thu Nov 19th, 2009 02:18 pm |
|
1st Post |
|
C2 New moderator
|
I am a moderator on a songwriter's forum. Even though the default font size on the post reply window shows to be 2, the post's actual font size is 1. I can get an actual font size of 2 only by highlighting the text, changing it to size 3, and then changing it back to size 2. I find this to be very annoying. Is there a fix, or is this somehow settings on my end? It may very well be, since it does the same thing posting here.
|
||||||||||||||
| |||||||||||||||
| Posted: Thu Nov 19th, 2009 02:43 pm |
|
2nd Post |
|
Di Administrator
|
testing font size on my end hmmm i never had that problem before
|
|||||||||||||
| ||||||||||||||
| Posted: Thu Nov 19th, 2009 03:12 pm |
|
3rd Post |
|
Jim I work here
|
Hi, This is not a usual problem and usually involves some code in a template that has been modified. I'll have to check it out later tonight. You can PM me with your name on that board if you want so I'll know which posts to look in- Jim
|
||||||||||||||
| |||||||||||||||
| Posted: Thu Nov 19th, 2009 08:49 pm |
|
4th Post |
|
C2 New moderator
|
Here is a line using the default size of 2. (looks like a size 1 to me) Here is a line highlighted and changed to size 3 and back to size 2. Here is a line changed to size 3.
|
|||||||||||||
| ||||||||||||||
| Posted: Thu Nov 19th, 2009 08:51 pm |
|
5th Post |
|
tanygaer TOIDI
|
here is a line in the default size of 2 here is a line in the non default size of 1
|
||||||||||||||
| |||||||||||||||
| Posted: Thu Nov 19th, 2009 09:05 pm |
|
6th Post |
|
martin_wynne Licence Holder
|
There isn't a default size and never has been, right back to WowBB. The size 2 showing by default is really a bug -- it should be blank. If you don't set an explicit font size, the size is determined by the theme CSS -- <td class=postrow. On this board (Ultra theme) that's a size of 11px. If you select a font size, the CSS is overwritten by an inline <FONT SIZE= tag. The effect of that depends on which browser you are using, and your screen dpi setting. Size 2 might be larger or smaller than the theme CSS. Also, different users will see different sizes -- not necessarily the same as the writer. Whereas the default size is set in px, which means it will be the same for everyone (at 100% zoom). regards, Martin. Last edited on Thu Nov 19th, 2009 09:13 pm by martin_wynne |
|||||||||||||
| ||||||||||||||
| Posted: Thu Nov 19th, 2009 09:15 pm |
|
7th Post |
|
C2 New moderator
|
OK, so this is a line after choosing size 2 in the drop down menu before typing. Now here is a line after choosing size 3 and then back to size 2 (no highlighting) before typing.
|
||||||||||||||
| |||||||||||||||
| Posted: Thu Nov 19th, 2009 11:21 pm |
|
8th Post |
|
Jim I work here
|
OK I get it now. There is no size called and all text will assume the size of the text called out in the CSS for that particular cell. As martin said it really should be blank because evidently 11 PX isn't "size 2". Selecting what is in the default drop down wouldn't change it you are correct, that is why you have to change it to something else and back to 2. Changing the CSS sheet for postrow1 and 2 to reflect 12PX would probably give the effect you want.
|
|||||||||||||
| ||||||||||||||
| Posted: Fri Nov 20th, 2009 01:57 am |
|
9th Post |
|
C2 New moderator
|
Jim wrote: OK I get it now. LOL..........So what I'm getting from all this is that I am right, and the default is really size 1 but it says size 2 and the drop down menu only affects highlighted text. As far as changing the CSS sheet, is that something the admin can do to change the actual default size of posts to 2?
|
||||||||||||||
| |||||||||||||||
| Posted: Fri Nov 20th, 2009 03:37 am |
|
10th Post |
|
Jim I work here
|
The admin can change it to 12 PX in the style sheet or they can ask me and I'll do it for them. I have no idea what "size1" and "size2" are. Seems arbitrary to me. Even the new "em" standard messes with me because it all comes down to one real number; the actual amount of pixels the text is high. Please forgive me, I did not design the text editors or the way they work. I'll whip up a little HTML page and see what size corresponds to what.
|
|||||||||||||
| ||||||||||||||
| Posted: Fri Nov 20th, 2009 03:58 am |
|
11th Post |
|
Jim I work here
|
Looks to me like 2=12 and 3 is bigger than 14. Probably 16. http://www.ultrabb.net/font/
|
||||||||||||||
| |||||||||||||||
| Posted: Fri Nov 20th, 2009 04:10 am |
|
12th Post |
|
C2 New moderator
|
Jim, You have been more than kind sir to go to all this trouble. I know from perusing this forum, you are a busy man. I will pass along this information to our admin and let him decide if he needs your help to do the change. There of course remains the possibility that he will decide to do nothing, but at least I will have satisfied my own sense of curiosity. Thank you very much!
|
|||||||||||||
| ||||||||||||||
| Posted: Fri Nov 20th, 2009 04:18 am |
|
13th Post |
|
Di Administrator
|
C2 wrote: Jim, Hi C2 If the admin wants the text size changed, feel free to have him PM me and I can get to it. Ive done my fair share of changing font sizes for our customers Di
|
||||||||||||||
| |||||||||||||||
| Posted: Fri Nov 20th, 2009 04:48 am |
|
14th Post |
|
C2 New moderator
|
My apologies Di for leaving you out of my thanks. It has taken me a bit of time to understand the team of Jim & Di. I have just read of your plight of past promises becoming an overbearing albatross. It seems you are doing what one must to move forward. Thank you Di for your help.
|
|||||||||||||
| ||||||||||||||
| Posted: Fri Nov 27th, 2009 04:41 pm |
|
15th Post |
|
Troy33 TheBarkingCommunity.com
|
Jim wrote: OK I get it now. Hi Jim and Di, I went in to the cPanel to edit the CSS file and had no luck. I found the postrow1 and postrow2 code and there was nothing set for font-size. I carefully placed code in there to set it to 12px but saw no difference in posting replies. Not sure if I was doing it wrong. There were only 3 places in the style sheet labeled 'postrow' so I believe I was in the right place. I looked at the Admin Panel access to the style sheet too, but it did not seem like the right place to approach this. Any ideas? -Troy SuperModerator The Songwriters' Forum
|
||||||||||||||
| |||||||||||||||
| Posted: Fri Nov 27th, 2009 04:48 pm |
|
16th Post |
|
tanygaer TOIDI
|
Troy33 add font-size: 14px; to the two postrow classes I believe they are td.postrow1 and td.postrow2, having doene that to see the difference you will need to place the control key and refresh when on the page so that a new style sheet is gotten from the server.
|
|||||||||||||
| ||||||||||||||
| Posted: Fri Nov 27th, 2009 05:42 pm |
|
17th Post |
|
Troy33 TheBarkingCommunity.com
|
Thanks, Tanygaer. I will try that.
|
||||||||||||||
| |||||||||||||||
| Current time is 09:24 am | |
| UltraBB Forums > News and Announcements > Bug Reports > Post Reply font size | Top |
![]() |