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.
Posted by David Dorward on January 31, 2005, 8:50 am
Please log in for more thread options
sjp@soca.com wrote:
> 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.
I thought you were using CSS? The align attribute has been replaced with the
float 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.
In what browsers?
Have you ensured your markup and CSS are valid?
What is the URL so we can see the page in context?
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is
Posted by sjp on January 31, 2005, 9:20 am
Please log in for more thread options
>
> I thought you were using CSS? The align attribute has been replaced
with the
> float attribute.
Does that mean if I am using CSS for overall page layout, that I can't
use the Align tag in my HTML code if a situation requires it?
> > 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.
>
> In what browsers?
IE 6+
> Have you ensured your markup and CSS are valid?
Yes
> What is the URL so we can see the page in context?
>
A site that is being designed isn't online yet.....but if it would
help, I could post the code here. The CSS page and the 3 HTML pages
add up to less text than we have used on these few replies. (like I
said, its a very simple, small site)