The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Control Panel font way too big?

2 posters

Go down

Control Panel font way too big? Empty Control Panel font way too big?

Post by Jellydonut August 14th 2012, 6:45 pm

I added a control panel to my forum using this guide:
https://help.forumotion.com/t42100-control-panel-for-users

Here's the code I used:
<TABLE border=0 width="100%"><TBODY><TR><TD align=left><p><IMG alt="" src="http://www.iconlook.com/icondb/glaze/16x16/actions/configure.png"><STRONG> Your profile</STRONG> </p><p><A href="http://googlesclub.forumotion.com/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="http://googlesclub.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=preferences" target=_blank>Preference</A></p><p><A href="http://googlesclub.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=signature" target=_blank>Signature</A></p><p><A href="http://www.googlesclub.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=avatars" target=_blank>Avatar</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://www.iconlook.com/icondb/CrystalClear/16x16/apps/kwalletmanager.png"><STRONG> Social</STRONG></p><p><A href="http://googlesclub.forumotion.com/profile.forum?mode=editprofile&amp;page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="http://googlesclub.forumotion.com/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="http://googlesclub.forumotion.com/groupcp.forum" target=_blank>Groups</A></p></TD></TR><TR><TD align=left><p><STRONG><IMG alt="" src="http://www.iconlook.com/icondb/CrystalClear/16x16/actions/newmsg.png"> Private messages</STRONG></p><p><A href="http://googlesclub.forumotion.com/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="http://googlesclub.forumotion.com/msg.forum?folder=sentbox" target=_blank>PM sent</A></p></TD></TR><TR><TD align=left><p><IMG alt="" src="http://www.iconlook.com/icondb/bnw/16x16/apps/kthememgr.png"> <STRONG>Other</STRONG></p><p><A href="http://googlesclub.forumotion.com/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>

And here's how it looks on my forum- http://googlesclub.forumotion.com/

The font is way too big, and I can't figure out how to change it. Any help?
I also want to add images next to profile, Social, and Private Messages like it shows in the guide. How do I do that?
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket August 15th 2012, 10:39 am

Can you make the widget appear for guests by changing its permissions?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Jellydonut August 18th 2012, 12:18 am

I just took it completely away because I was annoyed by the looks of it and I didn't get an answer xD
I'll put it back
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket August 20th 2012, 9:38 am

I am not modifying the actual code. Try adding this to the css.
Code:
p, td, th{
font-size: 12px !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Jellydonut August 25th 2012, 6:01 pm

Thanks!
Now how can I get pictures next to the text?
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket August 25th 2012, 6:46 pm

Which pictures. Just add the image next to the text in the normal image html code.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Jellydonut August 25th 2012, 7:07 pm

Okay, thanks
One more thing- it seems like each row of text is spaced too far from the next row, like it's double or 1.5 spaced. How can I get it to normal?
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket August 25th 2012, 7:13 pm

Code:
p, td, th{
font-size: 12px !important;
}
In that code add this property as well

Code:
line-height: 80% !important;
So the code should look like this.
Code:
p, td, th{
font-size: 12px !important;
line-height: 80% !important;
}
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Jellydonut August 25th 2012, 10:17 pm

It made all the lines on the forum overlap
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket August 26th 2012, 11:09 am

Can you post a screenshot of it please?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Jellydonut September 8th 2012, 2:56 am

I removed it because it looked bad, just imagine the lines being so close together that the letters are overlapping
Jellydonut
Jellydonut
Forumember

Female Posts : 572
Reputation : 27
Language : English
Location : Illinois

http://www.googlesclub.forumotion.com

Back to top Go down

Control Panel font way too big? Empty Re: Control Panel font way too big?

Post by Sanket September 9th 2012, 7:55 pm

I believe it should have worked. Maybe, when we both are online sometime together we can do it then.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum