Pic in comment
- FunStorm
- Joined: Mon May 26, 2008 8:03 am
- Status: Never knows best.
- Location: Prague - CZ
- Contact:
Pic in comment
Just a fast question ... I have tried to put picture into comment for my video but I cannot find the way to do so with available tags. How is it done?
I tried to search it here but without answer, for sure it is somewhere asked and I have just had bad luck.
I tried to search it here but without answer, for sure it is somewhere asked and I have just had bad luck.
- Minimoto
- Joined: Thu Oct 16, 2008 9:24 pm
- Status: Trying to Live
- Location: Wherever I smell good food!
Re: Pic in comment
photobucket
- FunStorm
- Joined: Mon May 26, 2008 8:03 am
- Status: Never knows best.
- Location: Prague - CZ
- Contact:
Re: Pic in comment
yeah ... that is obvious to me that I have to upload image somewhere. But with what tag am I able to put it in there afterwards?Someday Soon wrote:photobucket
Because there are only allowed tags for link and text formating which are of no use in this case.
Or does photobucket have some special linking system which makes it possible to use it this way (I only tried imageshack).
- Vax
- Sexy black guy
- Joined: Sat Oct 11, 2008 11:14 am
- Status: Chayin
- Location: New York
Re: Pic in comment
[That's not what they were asking.] Be more helpful next time...Someday Soon wrote:photobucket
Code: Select all
<a style="display:block; background:url('url_to_your_image'); height:yypx; width:zzpx; background-repeat:no-repeat;"></a>
Last edited by Corran on Thu Jul 09, 2009 11:06 am, edited 2 times in total.
Reason: Flame removed
Reason: Flame removed
- FunStorm
- Joined: Mon May 26, 2008 8:03 am
- Status: Never knows best.
- Location: Prague - CZ
- Contact:
Re: Pic in comment
Thanks a lot, that's exactly what I needed. And sorry that I could not find out by myself.Vax wrote:The yy's and xx's are the values of your picture in pixels..Code: Select all
<a style="display:block; background:url('url_to_your_image'); height:yypx; width:zzpx; background-repeat:no-repeat;"></a>
- Jemm54
- Joined: Fri Oct 12, 2007 9:43 am
- Status: Cow
- Location: Argentina!!
- Contact:
Re: Pic in comment
Vax wrote: [That's not what they were asking.] Be more helpful next time...
The yy's and xx's are the values of your picture in pixels..Code: Select all
<a style="display:block; background:url('url_to_your_image'); height:yypx; width:zzpx; background-repeat:no-repeat;"></a>
What is that code language, I also want to use bold, and other styles
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: Pic in comment
It's html + css
^this being the css part.
Bold text is pretty easy, just add font-weight:bold;
Not quite sure what you mean by other styles though
Code: Select all
display:block; background:url('url_to_your_image'); height:yypx; width:zzpx; background-repeat:no-repeat;
Bold text is pretty easy, just add font-weight:bold;
Not quite sure what you mean by other styles though