How do i add a space between the rank pic and avatar!

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   How do i add a space between the rank pic and avatar!
pepcfreakx
CZ Newbie
 Codezwiz Site Donator
pepcfreakx has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Nov 22, 2005
0.00 posts per day
Posts: 20
Points: 2,026
   
I have no space between the rank pic and the avatar pic, it just melds right into the avatar pic with no space how would i move this. To make it easier i am useing the basic phpbb template of silver. Thank you.



Back to top Reply with quote
#2   re: How do i add a space between the rank pic and avatar!
pepcfreakx
CZ Newbie
 Codezwiz Site Donator
pepcfreakx has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Nov 22, 2005
0.00 posts per day
Posts: 20
Points: 2,026
   
update i found a way by adding a

<br />


after the code for the <img src"

So i did that and it worked!

Sort of some ranks move some dont. The speacial ranks didnt budge.

So then i added the code infront of all the avatar links like this

         case USER_AVATAR_UPLOAD:
            $poster_avatar = ( $board_config['allow_avatar_upload'] ) ? '<br /><img src="' . $board_config['avatar_path'] . '/' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
            break;
         case USER_AVATAR_REMOTE:
            $poster_avatar = ( $board_config['allow_avatar_remote'] ) ? '<br /><img src="' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
            break;
         case USER_AVATAR_GALLERY:
            $poster_avatar = ( $board_config['allow_avatar_local'] ) ? '<br /><img src="' . $board_config['avatar_gallery_path'] . '/' . $postrow[$i]['user_avatar'] . '" alt="" border="0" />' : '';
            break;
      }
   }


Now notice before the img src i added the br code hence butting a space between my avatar and rank thanks anyways!!! i hope this hels someone later.


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum