The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I use this imagecode to place pictures on my cms homepage, is there a way to position them side-by-side?
<center><A HREF="..//DBoftheMonth/Billygoat-Pro.jpg" target="_blank" title="Diamond Back of the Month for November 2010 - Pro (Survivor)"><IMG HEIGHT=150WIDTH=200 SRC="..//DBoftheMonth/Billygoat-Pro.jpg"></A> <center><A HREF="..//DBoftheMonth/Billygoat-Pro.jpg" target="_blank" title="Diamond Back of the Month for November 2010 - Pro (Survivor)"><IMG HEIGHT=150WIDTH=200 SRC="..//DBoftheMonth/Billygoat-Pro.jpg"></A> Thanks |
#2
|
||||
|
||||
![]()
If the area they are going to is wide enough they should be next to each other by default.
However you use <center> twice, but three issues with this: 1) You shouldn't use <center> anymore it's depreciated... you use <div align="center"> now and end with </div>. 2) Even if you were to use <center> you would only use it once... 3) You didn't close the <center> tags with </center>. I would try this code first: Code:
<div align="center"> <A HREF="..//DBoftheMonth/Billygoat-Pro.jpg" target="_blank" title="Diamond Back of the Month for November 2010 - Pro (Survivor)"><IMG HEIGHT=150WIDTH=200 SRC="..//DBoftheMonth/Billygoat-Pro.jpg"></A><A HREF="..//DBoftheMonth/Billygoat-Pro.jpg" target="_blank" title="Diamond Back of the Month for November 2010 - Pro (Survivor)"><IMG HEIGHT=150WIDTH=200 SRC="..//DBoftheMonth/Billygoat-Pro.jpg"></A> </div> |
#3
|
|||
|
|||
![]()
Thanks Joe, worked a treat. Would there be anyway to place the target image into a frame or in the centre of a vB4 page so it's not just an image on a blank page. On my old website I used to target to a HTML page and just edit the image link?
|
#4
|
||||
|
||||
![]()
The easiest option would probably be to install an "image resizer" mod, one example is here: https://vborg.vbsupport.ru/showthread.php?t=237650 but there are others if you search fo it.
If you want to "pop up" into a frame there some tutorials on the web, such as here: http://www.htmlcodetutorial.com/link...amsupp_70.html |
#5
|
|||
|
|||
![]()
Thanks again Joe, I tried the image resizer above which works well with links, though not with img src, etc or div (from testing) but I guess you can't have everything.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|