View Full Version : Question about pictures on homepage?
mom_one
7th September 2006, 04:18 PM
Can someone please tell me do I have to know html to add pictures or if not how do I add them thank you:wave:
snoochface
7th September 2006, 07:41 PM
On your custom page, yes you do need to know html. The code to use is:
(replace [ and ] with < and > )
[img src="URL to picture here" /]
If you want to align your picture in the center you can use:
[img src="URL to picture here" align="center" /]
or you can wrap your image in a paragraph tag such as:
[img src="URL to picture here" /]
There are some good sites on the web that will give you basic html codes for standard things like links, images, tables, etc. They might help as well.
mom_one
9th September 2006, 12:44 AM
On your custom page, yes you do need to know html. The code to use is:
(replace [ and ] with < and > )
[img src="URL to picture here" /]
If you want to align your picture in the center you can use:
[img src="URL to picture here" align="center" /]
or you can wrap your image in a paragraph tag such as:
[img src="URL to picture here" /]
There are some good sites on the web that will give you basic html codes for standard things like links, images, tables, etc. They might help as well. thank you very much for your reply. I will check out some websites on html I have no clue how to do that.
Copyright ©2000-2008, ChristianForums.com