The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I need this text to wrap....
in the included screenshot id liek teh text to wrap around the avatar, as it is now, it starts at the bottom of the avatar, i want it to begin at the top, and just keep wrapping around the avatar.....i hope my screenshots arent too ugly, but this is what im trying to do and its hard to show you....
|
#2
|
|||
|
|||
heres where i want the text to b, if u cant understand my directions, hopefully thisll help
|
#3
|
||||
|
||||
Hmm, can you align the text to the top or not?
|
#4
|
|||
|
|||
Quote:
heres a snipplet of the code i have there... Code:
<tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top"> $post[avatar]<normalfont>$post[message]</normalfont> </td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td> </tr> |
#5
|
||||
|
||||
The thing is you use the same <td> tag for the avatar and post message. That might be why. Try adding align="top" in that <td> tag and see what happens.
|
#6
|
|||
|
|||
yah that didint work, i tried using different <td> tags, and it looks a little better, but when a thread isnt long, the distance between the avatar and the begining of the text is a few inches, heres a screen shot in my next post.
|
#7
|
|||
|
|||
Here it is, i changed the code a little, its messy looking cuz i havent made it pretty to b psoted yet, but here is the code snipplet im using, and the screenshot....
Code:
<tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="top" height="20"><smallfont>$post[icon] <b>$post[title]</b></smallfont></td> </tr> <tr> <td bgcolor="$post[backcolor]" align="left" valign="top"> $post[avatar]</td><td bgcolor="$post[backcolor]" align="left" valign="top"><normalfont>$post[message]</normalfont> </td> </tr> <tr> <td bgcolor="$post[backcolor]" colspan="2" align="left" valign="bottom" height="20"> $post[attachment]</td> </tr> |
#8
|
||||
|
||||
I think it's centered, but doesn't show in your code.
|
#9
|
|||
|
|||
im having the same problem exept not in the postbit..... i have no idea if this code will work in the postbit it DID NOT work for me on my main page but u can goahead and give it a try.......
Quote:
|
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|