RF Generation Message Board

Announcements and Feedback => Announcements and Feedback => Topic started by: NESman93 on February 28, 2009, 07:16:34 PM



Title: Blog Question
Post by: NESman93 on February 28, 2009, 07:16:34 PM
Could someone please tell me how to insert a picture into a new blog post?


Title: Re: Blog Question
Post by: Sirgin on February 28, 2009, 09:04:20 PM
To insert a picture in your blog post you'll need to upload it somewhere (Photobucket, ...) and put the link in this code:

Code:
[img] YourLinkHere [/img] 


However, if you want to align your image to either side of the screen (with the text going "around" it) you'll need to add this:
Code:
[img align=right] YourLinkHere [/img] 
Obviously, to align to the left, put "left" instead of "right".


Lastly, if you want to rescale the image to fit your blog post nicely you'll need to add this:
Code:
[img align=right width=150] YourLinkHere [/img] 
In this case, your image would be 150 pixels wide. Simply change the number if you want your image to be larger or smaller.

Hope that helps. :)


Title: Re: Blog Question
Post by: NESman93 on March 01, 2009, 01:36:29 PM
thanks Sirgin


Title: Re: Blog Question
Post by: Sirgin on March 01, 2009, 06:06:19 PM
thanks Sirgin
You're welcome. :)