How can I embed picture in forum description?
4 posters
Page 1 of 1
How can I embed picture in forum description?
Okay, my problem is not exactly this, but to make something like a button, which is lead toward to a link. So I already have the
- Code:
<img src=img link/>
Re: How can I embed picture in forum description?
can you explain better?
maybe this?
maybe this?
- Code:
img_description = function () {
var
desc = document.getElementById('site-title'),
img = desc && desc.nextElementSibling.innerHTML.match(/(((http:\/\/www)|(http:\/\/)|(www))[-a-zA-Z0-9@:%_\+.~#?&//=]+)\.(jpg|jpeg|gif|png|bmp|tiff|tga|svg)/g)[0];
img && (desc.nextElementSibling.innerHTML = '<img id="button_img" src="' + img + '">');
};
$(document).ready(function ($) {
img_description()
});
Ch@lo Valdez- Forumember
- Posts : 138
Reputation : 50
Language : spanish
Re: How can I embed picture in forum description?
- Code:
<a href="link url here"><img src="image url here"></a>
- Code:
<a href="link url here" target="_blank"><img src="image url here"></a>
Re: How can I embed picture in forum description?
Valoish, you've solved my problems again feels like I have my design guardian angel. ^^ If you don't mind, I might PM you (for real this time xD), cuz I have some problems which I can't solve.
Solved!
Solved!
Re: How can I embed picture in forum description?
Glad I could help c: And sure thing, just send them over and I'll try to help as much as I can c:
Re: How can I embed picture in forum description?
Problem solved & topic archived.
|
Similar topics
» All the buttons to embed quote add picture change the Character size or colour are missing
» SEO: improve your forum description and meta description
» I Cannot embed video in my forum
» Embed forum on my website?
» Miscellaneous changes to default templates
» SEO: improve your forum description and meta description
» I Cannot embed video in my forum
» Embed forum on my website?
» Miscellaneous changes to default templates
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum