Skip to content

[Guide] How to re-size Images

2441 Views 1 Replies

0 Members and 1 Guest are viewing this topic.

[Guide] How to re-size Images
on:
#1
This can be particularly helpful if you are trying to make all images of a certain group the same size.
Guide from www.CFcoding.createaforum.com


Html:

Code: [Select]
<img src="IMAGE_URL" width="XX" height="XX" border="0">

BBC:

Code: [Select]
[img width=XX height=XX]IMAGE_URL[/img]


Replace IMAGE_URL with the location of the image.
Replace XX with the dimensions.



Example with BBC:

Original Create a Forum Coding Favicon Logo:


Re-sized Create a Forum Coding Favicon Logo: (Dimensions: 50x50)
Last Edit: August 02, 2010, 03:53:58 pm by Fate
 

Related Topics