Adding an image to your video comments
-
- Joined: Fri Oct 23, 2009 10:36 am
Adding an image to your video comments
Hi, I was wondering how people were inserting images into their video comments, Ive tryed using the Img method with photobucket but it isnt working, can anybody help?
- Kai Stromler
- Joined: Fri Jul 12, 2002 9:35 am
- Location: back in the USSA
Re: Adding an image to your video comments
Were you trying to use this CSS hack? (h/t to Kariudo for the code)
if so, can you paste in your <a /> tag here using the
Code: Select all
<a style="display:block; background:url('insert url to image here'); width:[insert width here]; height:[insert height here];"></a>
Code: Select all
tags? There might be a problem with the URL or the specified dimensions. If you're trying to use the [img] tag on the video info page, that won't work; you need to use HTML there instead of BBcode.
--K
Shin Hatsubai is a Premiere-free studio. Insomni-Ack is habitually worthless.
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available
-
- Joined: Fri Oct 23, 2009 10:36 am
Re: Adding an image to your video comments
I wasnt using that code but I just tried and it didnt work, this is the link http://i912.photobucket.com/albums/ac32 ... fTears.jpg and this is the code <a style="display:block; background:urlhttp://i912.photobucket.com/albums/ac322/vershiris-san/aa/TheEndOfTears.jpg; width:960px; height:540px;"></a>
- Kai Stromler
- Joined: Fri Jul 12, 2002 9:35 am
- Location: back in the USSA
Re: Adding an image to your video comments
Can you try with the following?Vershiris wrote:I wasnt using that code but I just tried and it didnt work
Code: Select all
<a style="display:block; background:url('http://i912.photobucket.com/albums/ac322/vershiris-san/aa/TheEndOfTears.jpg'); width:960px; height:540px;"></a>
hth,
--K
Shin Hatsubai is a Premiere-free studio. Insomni-Ack is habitually worthless.
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available
-
- Joined: Fri Oct 23, 2009 10:36 am
Re: Adding an image to your video comments
Thanks for your time and help, it works ^_^