| IMAGE POSTING HELP FOR MOZILLA USERS |
|
| (Firefox users let me know if this works for you-contact GaryJames on EONS) | |
This is
what I hope to be a simple process for posting online pictures for
Mozilla users.
|
|
A![]() |
|
|
B
Choose which style you want, center, float right or float left, check examples below. (Copy the code of your style below) (center) <a href="url"><img style="float: center;"src="url" alt="description"></a> (float
right)
<a
href="url"><img style="float: right;" src="url"
alt="description"></a>(float left) <a href="url"><img style="float: left;" src="url" alt="description"></a> (Example of code with the image url (address) inserted) <a href="http://www.piffe.com/funimages/monalisa3.jpg"><img style="float: right;" src="http://www.piffe.com/funimages/monalisa3.jpg" alt="description"></a> |
|
| C This is an example of posting an image that floats right. ![]() |
|
![]() This is an example of a picture where the !style="float: center;"! code was used in the code. Notice the image remains above the text. |
This
is an example of a picture where the !style="float: right;"! code was
used in the code. Notice the image
floats to the right of this text. |
This is an example of a picture where the
!style="float: left;"! code was used in the code. Notice the image
floats to the left of this text. |
|