I have a little 3 page site built by hand in notepad using CSS. In my
content window I want to insert an image with the ALIGN=left attribute.
When I insert the image using the IMG SRC= tag without the align
attribute, the image displays properly. But when I include the ALIGN
attribute (left or right, it doesn't matter), the image disappears. An
appropriate sized empty space is left on the page, and right clicking
on the empty space brings up all of the usual image related options,
including the image size, name, etc. Its just not visible. No, there
isn't the little "x" that would appear if there was some sort of
problem. Remember, just deleting the Align tag makes the image appear.
But adding the align tag shifts the text around so I have a nice
empty space on the side of the page, where the image should be, just no
image!
Any idea what is happening?
FWIW, both the CSS and the html code are extremely simple and
straightforward.