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.

Centering the Avatar on Posts and Creating a Space Below Rank Images

2 posters

Go down

In progress Centering the Avatar on Posts and Creating a Space Below Rank Images

Post by LostLegend September 17th 2011, 9:13 pm

1) How do you center the avatar next to someone's name for when they post?
2) I know I need a <br> somewhere, but where do I put this, in order to put a line between the rank image and avatar?

Thanks Very Happy

EDIT: http://ac-memories.forumotion.co.uk/ (If it helps at all)
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

In progress Re: Centering the Avatar on Posts and Creating a Space Below Rank Images

Post by Guest September 17th 2011, 9:15 pm

Try:
Code:

.postprofile{
align: center;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: Centering the Avatar on Posts and Creating a Space Below Rank Images

Post by LostLegend September 17th 2011, 9:41 pm

No effect.
LostLegend
LostLegend
Forumember

Posts : 922
Reputation : 23
Language : English

http://naruto-role-play-rpg.forumotion.com/

Back to top Go down

In progress Re: Centering the Avatar on Posts and Creating a Space Below Rank Images

Post by Nera. September 17th 2011, 11:59 pm

Hi,

For phpBB2 go to your AP > Display > Templates > Wievtopic_body template and find this

Code:
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}


Replace it with this

Code:

            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}<hr><center>{postrow.displayed.POSTER_AVATAR}</center>

Resault

Centering the Avatar on Posts and Creating a Space Below Rank Images 9iyz

If you did not want a real line but a line break replace <hr> with <br />
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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