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.
|

» Picture + description in forum description.
» how to embed a frame in the description place?
» Picture for site description?
» Forum Icons To Close To Forum Title & Description
» Embed forum on my website?
» how to embed a frame in the description place?
» Picture for site description?
» Forum Icons To Close To Forum Title & Description
» Embed forum on my website?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum