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] 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] 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. :) |