The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I want to be able to have a picture on the right side of the column with text of the left side of the column. This is my current code but it places the picture below the text with the text across the entire column...
Code:
<span style="float:left">Official Norcal GM Racing store offering apparel such as T-Shirts, Sweatshirts, and many more to come!</span> <span style="float:right"><a href="http://www.norcalgmracing.spreadshirt.com" target="_blank"> <img src="http://www.norcalgmracing.com/forums/images/storebutton.PNG" width="100" height="45" style="border: 0px;" alt="Norcal GM Racing Store" /></span> http://www.chargerforums.com/forums/index.php http://www.g8board.com/forums/index.php How do I get it like this? |
#2
|
||||
|
||||
![]()
Try just not floating the image or text, and the image will work as if styled inline anyway.
|
#3
|
||||
|
||||
![]()
ya but then the text goes across the entire column which i don't want... i would like to have the text on the left side and picture on the right within the same lines
|
#4
|
|||
|
|||
![]()
Does:
HTML Code:
Official Norcal GM Racing store offering apparel such as T-Shirts, Sweatshirts, and many more to come! <span style="float:right"> <a href="http://www.norcalgmracing.spreadshirt.com" target="_blank"> <img src="http://www.norcalgmracing.com/forums/images/storebutton.PNG" width="100" height="45" style="border: 0px;" alt="Norcal GM Racing Store" /> </a> </span> Or maybe: HTML Code:
<div style="float:left">Official Norcal GM Racing store offering apparel such as T-Shirts, Sweatshirts, and many more to come!</div> <span style="float:right"> <a href="http://www.norcalgmracing.spreadshirt.com" target="_blank"> <img src="http://www.norcalgmracing.com/forums/images/storebutton.PNG" width="100" height="45" style="border: 0px;" alt="Norcal GM Racing Store" /> </a> </span> |
#5
|
||||
|
||||
![]() Quote:
![]() as i would like the text to be on the left side and the picture on the right side like the links in the OP and like so within the boxes... ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|