Difference between revisions of "Images in Wordpress"
From Help Wiki
Line 1: | Line 1: | ||
− | |||
[[category:Wordpress]] | [[category:Wordpress]] | ||
Line 7: | Line 6: | ||
=== html img tags === | === html img tags === | ||
+ | |||
+ | If you have images hosted on another web site, you can easily insert them with a simple html tag. | ||
+ | |||
+ | # Select the "html" tab. | ||
+ | # Select the "img" button. | ||
+ | # Enter the url to the image in the dialog box that pops up. | ||
+ | # Enter a description of the image in the next dialog box that pops up(optional). | ||
+ | |||
+ | Presto! The appropriate html will be entered automagically. Of course, if you know html you could have entered this yourself. | ||
=== image gallery plugin === | === image gallery plugin === | ||
{{stub}} | {{stub}} |
Revision as of 19:53, 21 May 2009
Images - Wordpress
This tutorial will instruct you on the various methods to insert images into your wordpress blog.
html img tags
If you have images hosted on another web site, you can easily insert them with a simple html tag.
- Select the "html" tab.
- Select the "img" button.
- Enter the url to the image in the dialog box that pops up.
- Enter a description of the image in the next dialog box that pops up(optional).
Presto! The appropriate html will be entered automagically. Of course, if you know html you could have entered this yourself.