The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with postbit mod - need HTML expert
can anyone tell me how to get rid of this space under avatar and add a lil space above the avatar?
Please see attached pic. I've attached pertinent code (me thinks) -------------------------------------------- <!-- start postbit user table --> <div align="left"> <table border="0" width="100%" bgcolor="{firstaltcolor}"> <tr><td width="100%" height="12" bgcolor="{secondaltcolor}">$post[avatar]<p align="left"><a name="post$post[postid]"></a><font face="Verdana" size="2" color="{linkcolor}"> $post[firstnewinsert]<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>$post[search]<br> </font></td> </tr> <tr> -------------------------------------------- Thanks ALOT! /DJ |
#2
|
||||
|
||||
I don't see any br's which would increase that space. Unless <p align> adds a paragraph space, I'm not sure.
|
#3
|
|||
|
|||
try this, its late so if it dosent work dont blame me heh.
<!-- start postbit user table --> <div align="left"> <table border="0" width="100%" bgcolor="#FFFFFF"> <tr><td width="100%" height="12" bgcolor="#F9F9F9"><p align="left">$post[avatar]<a name="post$post[postid]"></a><font face="Verdana" size="2" color="#4274B6"> $post[firstnewinsert]<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>$post[search]<br> </font></td> </tr> <tr> |
#4
|
|||
|
|||
replace the <p align="left"> with <br>
That'll do the trick. make sure you find the trailing </p> and delete that too. |
#5
|
|||
|
|||
that got it. thanks alot for the help!
/DJ |
#6
|
||||
|
||||
Thought so, p makes a paragraph space and not a new line.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|