
Banner in Video profile?
- BlaCk_PeArL_27
- Joined: Thu Jan 11, 2007 9:33 pm
- Status: Married and lots of Child LOL
- Location: SoCal, North Hills
- masterGT
- Joined: Fri Jan 27, 2006 8:53 am
- Location: The Inner Universe
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
It is possible: http://www.animemusicvideos.org/members ... p?v=112565masterGT wrote:Sorry folks. It wasn't my intention to post a link to the same page (That is pointless!). I only wanted to show an image in the video description because I thought that would look cool. I tried all codes now but nothing worked. Maybe it's not possible.
You'll have to use regular HTML like Kariudo mentioned earlier.
Code: Select all
<img src="http://WEBSITE.COM/IMAGE.JPG"></img>
- masterGT
- Joined: Fri Jan 27, 2006 8:53 am
- Location: The Inner Universe
I tried this code before, but it doesn't work. Instead of the picture there is shown an empty line, but the image works in the forum with the other code.Willen wrote:It is possible: http://www.animemusicvideos.org/members ... p?v=112565masterGT wrote:Sorry folks. It wasn't my intention to post a link to the same page (That is pointless!). I only wanted to show an image in the video description because I thought that would look cool. I tried all codes now but nothing worked. Maybe it's not possible.
You'll have to use regular HTML like Kariudo mentioned earlier.Substitute WEBSITE.COM with imageshack.us or your personal webspace and IMAGE.JPG with the image filename.Code: Select all
<img src="http://WEBSITE.COM/IMAGE.JPG"></img>
Anyway thanks for the suggestions.