View Single Post
  #12  
Old December 31, 2006, 07:02 PM
Kabir's Avatar
Kabir Kabir is offline
Cricket Guru
 
Join Date: September 3, 2006
Location: Mississauga, Ontario
Favorite Player: Sakib - the real Tiger
Posts: 11,194

Great job Miraz bhai.

Don't be puzzled about image sizes. You can use html tags here, and following is the resized image of Bashar's happy face in your article.



To do this, use the following html code, but just get rid of all the \
Explanation:
img stands for image
width=... will specify the width of the image in pixels (the height is taken care of automatically, and assigned a value according to the proportion it originally had to the width)
src stands for the source of image

Rest is easy for you I'm sure. Here's the code.

HTML Code:
<img width="200px" src="http://www.cricinfo.com/db/PICTURES/CMS/69100/69100.jpg">
Reply With Quote