| How to add personal photos (avatars) and personal
icons How to add a custom signature to the ends of your posts How to resize pictures you want to add to the body of your posts |
To add Personal Photos and Personal Icons
To add/change/delete a personal icon:
|
To add a custom signature to your posts
|
To resize pictures you want _________________________________________________ EXAMPLE: EZCODE When you insert an image using the ezCodes, the code looks like this: [img noborder]http://www.image.com/image.jpg[/img]
[img noborder width=100 height=100]http://www.image.com/image.jpg[/img]
_________________________________________________ EXAMPLE: HTML If you use HTML tags, the image html looks like this:
<img border=0 src="http://www.image.com/image.jpg" /> To resize the image, do this: <img width="100" height="100" border=0 src="http://www.image.com/image.jpg" />
_________________________________________________
The value of "100" given to the height and width is just an example, and
obviously the height and width of an image should be proportional to the
size of the regular image, or else it'd end up looking distorted. Also, if the image being linked to is one's own in one's own webspace, it's best to resize the image itself. Calling on a large image while using tags will make the image look smaller -- but it still loads the entire actual image, and the bigger the actual image, the longer the page load time. |