View Full Version : Two Things i want to ask
Vackrick
08-06-2009, 10:23 AM
hello
how do i add an animated image onto the usergroup on the Username HTML Markup so it appear on the usergroup?
2ndly if my members add an profile image how do i make them all appear on forum homepage under whos online just a small animated image beside thier name
DieselMinded
08-06-2009, 11:31 AM
1irstly, Create the animated image (.gif) then upload it to your server the put html code in the usergroup manager to point to the file
2econdly, you would need to request a modification , and this would increase server load a good bit i assume
Vackrick
08-06-2009, 11:53 AM
the html code can u give me a code???
Lynne
08-06-2009, 01:49 PM
The html code is standard for an image:
<img src="image.gif" alt="Image Title" />
Vackrick
08-07-2009, 03:04 AM
Animated resizer image too big
Lynne
08-07-2009, 03:22 AM
You can use whatever application you used to make the image. Or you can use a site like this to resize it - Animated Gif Image Resizer Lite v1.01 - Resize Animations Online (http://www.smileygenerator.us/tools/animation_tools/gifresize/index.php)
Vackrick
08-07-2009, 03:24 AM
Thx and one more problem
there is a box on the image i dun want the box i just want the image...
Lynne
08-07-2009, 03:31 AM
Add border="0" to the image tag.
Vackrick
08-07-2009, 03:36 AM
Error Fixed
Thx Lynne
Lynne
08-07-2009, 03:54 AM
<img src="image.gif" border="0" alt="Image Title" />
You know, you could probably have gotten this much faster than waiting for me by a simple google search.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.