Quote:
Originally Posted by blind-eddie
When you create a new thread/post, you add a linked image to it right?
You are wanting to know how to show tags in the source code for said linked image?
Well, you can't that I am aware of unless what MarkFL posted works that way.
You can however allow html while posting and use what you showed in your first post to achieve what you are after but, that is a very risking to allow.
|
You are wanting to know how to show tags in the source code for said linked image?
YES
After I post have inserted pictures as usual -> OK, then I want when I view source (right click -> View Page Source). the html code will look something like this:
When post:
I want when I view source (right click -> View Page Source):
Code:
<a href="http://localhost/demov4/images/misc/vbulletin1_logo.png">
<img src="http://localhost/demov4/images/misc/vbulletin1_logo.png" />
</a>
<div class="des">image 01</div>
<a href="http://localhost/demov4/images/misc/vbulletin2_logo.png">
<img src="http://localhost/demov4/images/misc/vbulletin2_logo.png" />
</a>
<div class="des">image 02</div>
<a href="http://localhost/demov4/images/misc/vbulletin3_logo.png">
<img src="http://localhost/demov4/images/misc/vbulletin3_logo.png" />
</a>
<div class="des">image 03</div>
<a href="http://localhost/demov4/images/misc/vbulletin4_logo.png">
<img src="http://localhost/demov4/images/misc/vbulletin4_logo.png" />
</a>
<div class="des">image 04</div>