The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]() Quote:
kevinmanphp2,,, Use a bit of CSS to do the trick... HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CSS display Inline</title> <style> img {display: inline; float:left; } </style> </head> <body> <div> <img src="http://www.mysite.com/square1.gif" /> <img src=" http://www.mysite.com/square2.gif" /> <img src="http://www.mysite.com/square2.gif" /> <img src="http://www.mysite.com/square2.gif" /> <img src="http://www.mysite.com/square2.gif" /> </div> </body> </html> HTML Code:
<style> img {display: inline; float:left; } </style> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|