Quote:
Originally Posted by islamicvd
why the icons are not showing?
|
Did you upload the "usercp_icons" folder to your
active skin misc folder?
Quote:
Originally Posted by abroad
|
I don't think so, I linked famfamfam here but I don't really know if you need by licence to add some link on your site (I don't think so...).
Quote:
Originally Posted by voglermc
Where can I add more width?
|
HTML Code:
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
In that table, you could add the width value like this:
HTML Code:
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="500">
Quote:
Originally Posted by kavehch
hi
thanks for share i want to align right this icon please help me ?
|
You have to edit icon by icon the floating value:
HTML Code:
<div style="float:left;margin-right:5px;"><img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_add.gif" /></div>
In there you have to change only this (be careful cause some items have a menu control):