2010-02-28, 08:26 PM
Another MyCode Corner Production! If you want some more really awesome MyCodes go to http://MyCodeCorner.cz.cc
Image Link:
Image link is a very simple MyCode that allows your users to use image links. So instead of having to use two other MyCodes they can use just this one. When you see "ALT" use one or the other code, not both.
Title:
Short Description:
Regular Expression:
Replacement:
ALT
How to use:
Preview:
None: Looks like an image, when you click takes you to your weblink.
Live Demo:
http://demo.mycodecorner.cz.cc/showthread.php?tid=13
http://MyCodeCorner.cz.cc
Image Link:
Image link is a very simple MyCode that allows your users to use image links. So instead of having to use two other MyCodes they can use just this one. When you see "ALT" use one or the other code, not both.
Title:
Image Link
Short Description:
Allows your users to link images simply
Regular Expression:
\[imgl=(.*?)\](.*?)\[/imgl\]
Replacement:
<a href="$2"><img src="$1"></a>
Image link first, web link second.ALT
<a href="$1"><img src="$2"></a>
Web link first, image link second.How to use:
[imgl=IMAGE LINK HERE]WEB LINK HERE[/imgl]
ALT[imgl=WEB LINK HERE]IMAGE LINK HERE[/imgl]
Preview:
None: Looks like an image, when you click takes you to your weblink.
Live Demo:
http://demo.mycodecorner.cz.cc/showthread.php?tid=13
http://MyCodeCorner.cz.cc