The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Aligning text to top right beside an image?
How can I align text to the top right of an image. Now I have an image and the text starts on the bottom right. I want the text to start at the top and wrap around the image. Any help would be appreciated. Thanks
|
#2
|
||||
|
||||
If the text is in the same element as the image you can try:
Code:
<div style="textfloatr">Text...</div> In Main CSS, Additional CSS Definitions: Code:
.textfloatr { float:right; padding:3px 0 0 3px; vertical-align:top; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|