Connecting Tech Pros Worldwide Help | Site Map

invisible image?

  #1  
Old July 24th, 2005, 12:19 AM
sjp@soca.com
Guest
 
Posts: n/a
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.

  #2  
Old July 24th, 2005, 12:19 AM
David Dorward
Guest
 
Posts: n/a

re: invisible image?


sjp@soca.com wrote:
[color=blue]
> 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.[/color]

I thought you were using CSS? The align attribute has been replaced with the
float attribute.
[color=blue]
> 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.[/color]

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
  #3  
Old July 24th, 2005, 12:19 AM
sjp@soca.com
Guest
 
Posts: n/a

re: invisible image?


[color=blue]
>
> I thought you were using CSS? The align attribute has been replaced[/color]
with the[color=blue]
> float attribute.[/color]

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?
[color=blue][color=green]
> > When I insert the image using the IMG SRC= tag without the align
> > attribute, the image displays properly. But when I include the[/color][/color]
ALIGN[color=blue][color=green]
> > attribute (left or right, it doesn't matter), the image disappears.[/color]
>
> In what browsers?[/color]
IE 6+[color=blue]
> Have you ensured your markup and CSS are valid?[/color]
Yes
[color=blue]
> What is the URL so we can see the page in context?
>[/color]
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)

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Flash8] Image MouseOver in XML Gallery numbnutz answers 0 July 16th, 2007 07:17 PM
How to make control visible/invisible on mouseover. Selden McCabe answers 6 November 19th, 2005 10:19 AM
Make panels visible and invisible. Miguel Dias Moura answers 4 November 18th, 2005 01:44 PM
Streching image background? R.A. answers 5 November 18th, 2005 12:13 PM