The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
In HTML you would use something like this:
HTML Code:
<a href="http://www.site.com/pic.jpg" target="_blank">
http://www.w3schools.com/tags/att_a_target.asp A more elegant method is by JavaScript, but it also has it problems. Code:
window.open(filePath + 'image.jpg','','width=640,height=480') (or simpler) window.Open("http://www.site.com/yourimage.gif"); HTML Code:
<a href="#" onClick="window.open('image.jpg', '_blank', 'width=640, height=480,scrollbars=no');"><img src="image.jpg" /></a> (or more complete) <a href="imagePage.html" target="_blank" onClick="window.open('image.jpg', '_blank', 'width=640, height=480, left=100,top=100,scrollbars=no');return false"><img src="image.jpg" alt="" class="your_css_class"/></a> |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|