The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Center your bookmarks
How can I center my bookmarks? By default, they are left justified. Any help is greatly appreciated.
|
#2
|
||||
|
||||
Bump...
|
#3
|
||||
|
||||
Try editing the showthread_bookmarks template.
|
#4
|
|||
|
|||
Same thing as him but add the align="center"
|
#5
|
||||
|
||||
Try this...
Open up showthread template and search for bookmark you should see something like this Code:
<if condition="$bookmarksites"> <!-- social bookmarking links --> <br /> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" class="tborder" align="center"> <tr> <td class="thead">$vbphrase[bookmarks]</td> </tr> <tr> <td class="alt2" align="center" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px">$bookmarksites</ul><div style="clear:both"></div></td> </tr> </table> <!-- / social bookmarking links --> |
#6
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|