The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm trying to display an embed code for people to copy and paste so they can display my images elsewhere. The problem is for some reason I can not get it to hyperlink the image back to my site.
This is what I have that works but I would really like the image to be hyperlinked back to my forum Code:
<div align="right"><strong>Embed Code:</strong> </div> </div></td> <td class="alt2"><div align="center"><span class="smallfont normal"> <input name="textfield" class="bginput" type="text" id="textfield" onClick="SelectAll('textfield');" value="<img src='http://www.documentingreality.com/forum/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]'/>" size="25" READONLY> </span></div> |
#2
|
||||
|
||||
![]()
What did you try for getting it to link back to your site? Normally you would just use the <a> tag, so something like
HTML Code:
<a href="http://www.yoursite.com"><img src="whatever" /></a> |
#3
|
|||
|
|||
![]()
Strange thing is I tried that but it actually phrased the image inside the post rather then display that text lol
|
#4
|
||||
|
||||
![]()
Maybe you should try to use special characters in the link, ie. <a href="http://www.yoursite.com"> and on and on.
|
#5
|
|||
|
|||
![]()
ah ok, let me look into that
|
#6
|
|||
|
|||
![]()
Can anyone help me on this I'm still stuck.
I'm just trying to get my url linked to the image on that embed code. |
#7
|
||||
|
||||
![]()
You should post exactly what you have tried so we don't suggest trying it again.
|
#8
|
|||
|
|||
![]()
Tried this and it didn't work
Code:
<a href="http://www.documentingreality.com/" target="_blank"><img src='http://www.documentingreality.com/forum/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]' border="0"/></a> |
#9
|
||||
|
||||
![]()
That's not the whole line though. Also, if you are using double quotes to surround the value, then you can't use double quotes inside the value. You have to use either single quotes or you need to escape your double quotes. So, it would help if when writing out your code, you write out the entire line so we can check it for syntax.
|
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|