User Control Panel help??
3 posters
Page 1 of 1
User Control Panel help??
I tried making a user control panel for my members by using THIS THREAD
But it looks to big on the page:

Can anyone help me make it smaller, thanks in advance!
My current code looks like this:
But it looks to big on the page:

Can anyone help me make it smaller, thanks in advance!
My current code looks like this:
- Code:
<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://WWW.RKCLAN.COM/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&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://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="HTTP://WWW.RKCLAN.COM/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="HTTP://WWW.RKCLAN.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://WWW.RKCLAN.COM/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="HTTP://WWW.RKCLAN.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://WWW.RKCLAN.COM/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>
owner08- Forumember
- Posts : 145
Reputation : 0
Language : english
Re: User Control Panel help??
I've added: style="font-size:10pt" to your table
Edit the font size to fit your forum. Try: 9pt
Edit the font size to fit your forum. Try: 9pt
- Code:
<TABLE style="font-size:10pt" 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://WWW.RKCLAN.COM/profile.forum?mode=editprofile" target=_blank>Information</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=preferences" target=_blank>Preference</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=signature" target=_blank>Signature</A></p><p><A href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&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://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=friendsfoes" target=_blank>Friends and Foes</A></p><p><A href="HTTP://WWW.RKCLAN.COM/memberlist.forum" target=_blank>Memberlist </A></p><p><A href="HTTP://WWW.RKCLAN.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://WWW.RKCLAN.COM/msg.forum?folder=inbox" target=_blank>Inbox</A></p><p><A href="HTTP://WWW.RKCLAN.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://WWW.RKCLAN.COM/search.forum?search_id=watchsearch" target=_blank>Topic is being watched</A></p></TD></TR></TBODY></TABLE>
Re: User Control Panel help??
STILL DOESNT WORK, ITS TOO BIG IN HEIGHT..
owner08- Forumember
- Posts : 145
Reputation : 0
Language : english
Re: User Control Panel help??
What theme are you using? Because Certain theme's have CSS Codes that change around how things are supposed to look. So check your CSS Sheet and see what the font sizes are.
Re: User Control Panel help??
Test this version of a User Control Panel in *the online editor
to see how it's supposed to look. Then try it as a widget.
Also... to verify your forum's font is the size you want... Go to:
Admin Panel > Display > Pictures and Colors > Colors > Main Font Size
to see how it's supposed to look. Then try it as a widget.
- Code:
<table style="font-size:10pt" border=0 width="100%"><tr>
<td>
<img alt="" src="http://www.iconlook.com/icondb/glaze/16x16/actions/configure.png" style="float:left"><strong>Your profile</strong><br>
<a href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile" target=_blank>Information</a><br>
<a href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=preferences" target="_blank" rel="nofollow">Preferences</a><br>
<a href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=signature" target="_blank" rel="nofollow">Signature</a><br>
<a href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=avatars" target="_blank" rel="nofollow">Avatar</a><br><br></td></tr>
<tr><td><img alt="" src="http://www.iconlook.com/icondb/CrystalClear/16x16/apps/kwalletmanager.png" style="float:left"><strong>Social</strong><br>
<a href="HTTP://WWW.RKCLAN.COM/profile.forum?mode=editprofile&page_profil=friendsfoes" target="_blank" rel="nofollow">Friends and Foes</a><br>
<a href="HTTP://WWW.RKCLAN.COM/memberlist.forum" target="_blank" rel="nofollow">Memberlist </a><br>
<a href="HTTP://WWW.RKCLAN.COM/groupcp.forum" target="_blank" rel="nofollow">Groups</a><br><br></td></tr>
<tr><td><img alt="" src="http://www.iconlook.com/icondb/CrystalClear/16x16/actions/newmsg.png" style="float:left"><strong>Private messages</strong><br>
<a href="HTTP://WWW.RKCLAN.COM/msg.forum?folder=inbox" target="_blank" rel="nofollow">Inbox</a><br>
<a href="HTTP://WWW.RKCLAN.COM/msg.forum?folder=sentbox" target="_blank" rel="nofollow">PM sent</a><br><br></td></tr>
<tr><td><img alt="" src="http://www.iconlook.com/icondb/bnw/16x16/apps/kthememgr.png" style="float:left"><strong>Other</strong><br>
<a href="HTTP://WWW.RKCLAN.COM/search.forum?search_id=watchsearch" target="_blank" rel="nofollow">Topic is being watched</a></td></tr></table>
Also... to verify your forum's font is the size you want... Go to:
Admin Panel > Display > Pictures and Colors > Colors > Main Font Size
Re: User Control Panel help??
thanks for your help...
Problem solved
Problem solved

owner08- Forumember
- Posts : 145
Reputation : 0
Language : english

» User Control Panel
» how to add "USER CONTROL PANEL" like this ?!
» User Control Panel
» User Control Panel
» User Control Panel
» how to add "USER CONTROL PANEL" like this ?!
» User Control Panel
» User Control Panel
» User Control Panel
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum