Video information help
- Vanity
- Joined: Fri Dec 28, 2007 10:52 pm
- Status: XIII
- Location: Everywhere, yet no where
Video information help
can someone help me...how can i upload a picture into my video comments info.
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
you have to use css to put pictures into your video information page
for example, to display my avatar you'd use the following:
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
<a style="display:block; background:url('http://www.animemusicvideos.org/phpBB/images/avatars/470953795464a4995337d6.jpg'); width:100px; height:100px;"></a>