DIR Return Create A Forum - Home
---------------------------------------------------------
Create a Forum Coding
HTML https://cfcoding.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Guides and Tutorials
*****************************************************
#Post#: 4--------------------------------------------------
[Guide] How to re-size images
DIR By: Fate
Date: August 2, 2010, 10:45 am
---------------------------------------------------------
This can be particularly helpful if you are trying to make all
images of a certain group the same size.
Html:
--- Code ---
<img src="IMAGE_URL" width="XX" height="XX" border="0">
--- End Code ---
BBC:
--- Code ---
[img width=XX height=XX]IMAGE_URL[/img]
--- End Code ---
Replace IMAGE_URL with the location of the image.
Replace XX with the dimensions.
Example with BBC:
Original Create a Forum Coding Favicon Logo:
HTML http://i1001.photobucket.com/albums/af131/CommanderFate/CFCLogo.gif
Re-sized Create a Forum Coding Favicon Logo (Dimensions: 50x50)
HTML http://i1001.photobucket.com/albums/af131/CommanderFate/CFCLogo.gif
*****************************************************
Page 1 of 1