Adding an image to your video comments

Locked
kossyremp
Joined: Fri Oct 23, 2009 10:36 am
Org Profile

Adding an image to your video comments

Post by kossyremp » Fri Dec 18, 2009 10:56 am

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?

User avatar
Kai Stromler
Joined: Fri Jul 12, 2002 9:35 am
Location: back in the USSA
Org Profile

Re: Adding an image to your video comments

Post by Kai Stromler » Fri Dec 18, 2009 11:14 am

Were you trying to use this CSS hack? (h/t to Kariudo for the code)

Code: Select all

<a style="display:block; background:url('insert url to image here'); width:[insert width here]; height:[insert height here];"></a>
if so, can you paste in your <a /> tag here using the

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

kossyremp
Joined: Fri Oct 23, 2009 10:36 am
Org Profile

Re: Adding an image to your video comments

Post by kossyremp » Fri Dec 18, 2009 11:45 am

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>

User avatar
Kai Stromler
Joined: Fri Jul 12, 2002 9:35 am
Location: back in the USSA
Org Profile

Re: Adding an image to your video comments

Post by Kai Stromler » Fri Dec 18, 2009 11:55 am

Vershiris wrote:I wasnt using that code but I just tried and it didnt work
Can you try with the following?

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>
The url() bit is a function call, so it needs both the parens and the single-quotes around the URL.

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

kossyremp
Joined: Fri Oct 23, 2009 10:36 am
Org Profile

Re: Adding an image to your video comments

Post by kossyremp » Fri Dec 18, 2009 5:35 pm

Thanks for your time and help, it works ^_^

Locked

Return to “Site Help & Feedback”