image as default

dandan

New Member
i hope i'm explaining this right,i what to set a image as a default when someone codes their links a image would be where the word code would have been right above the links or quote...ect.

need some help thanks
 
Are You Talking About
Code:
[img] [/img]
So Where Someones Image

LInks Can Be Images Instead

Of Links? Sorry I Dont Understand

Very Well. :)
 
now when members code their links can i make this image show up by default?so every time
they code their info or links what ever the image would show right above the link or info.

I'll show you what i mean:

download.png

Code:
my links

i really need some help with this one.:confused: thanks
 
Replace your "bbcode_code" template with this:

HTML:
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px"><img src="http://i3.photobucket.com/albums/y68/IronMaiden4Me/download.png" alt="" /><br />$vbphrase[code]:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: $stylevar[cellpadding]px;
		border: 1px inset;
		width: $stylevar[codeblockwidth];
		height: {$blockheight}px;
		text-align: left;
		overflow: auto">$code</pre>
</div>
 
Back
Top