The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Design
> HTML Programming
|
Alt tags DOnt show in Netscape
Discuss Alt tags DOnt show in Netscape in the HTML Programming forum on Dev Shed. Alt tags DOnt show in Netscape HTML Programming forum covering discussions of HTML and XHTML, as well as HTML-related issues such as writing W3C Compliant code. Use HyperText Markup Language for building websites.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 14th, 2003, 07:39 PM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 161
Time spent in forums: 16 h 25 m 53 sec
Reputation Power: 10
|
|
|
Alt tags DOnt show in Netscape
My <alt> tags dont show up in netscape! I also tried to add caption by using: To add a caption I'd did this;
<p><img src="image1.jpg"><br>
<font size="-2">Caption</font></p>
But nothing, the caption text did not go beneath the image, can some one help please? Thanks!
|

November 15th, 2003, 10:24 AM
|
 |
what's your moniker?
|
|
Join Date: Oct 2003
Location: Highland Park, NJ
Posts: 201
Time spent in forums: < 1 sec
Reputation Power: 10
|
|
|
Re: Alt tags DOnt show in Netscape
Quote: Originally posted by donnwar
My <alt> tags dont show up in netscape! I also tried to add caption by using: To add a caption I'd did this;
<p><img src="image1.jpg"><br>
<font size="-2">Caption</font></p>
But nothing, the caption text did not go beneath the image, can some one help please? Thanks! |
Well, not having seen the code for your problem with the alt tags, I can't say for sure, but it should look like this:
Code:
<img src="yourmom.jpg" height="100" width="3000" alt="Joe, Joe Mama">
As for the caption, where does it show up, if not below the image?
Also, this is really an HTML question, not photoshop 
|

November 15th, 2003, 02:27 PM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 161
Time spent in forums: 16 h 25 m 53 sec
Reputation Power: 10
|
|
|
Thanks man!
|

November 15th, 2003, 04:37 PM
|
 |
Happy Monkey
|
|
Join Date: Nov 2001
Location: UK (University of Kentucky)
|
|
If you want them to show up in Mozilla, you have to use thr title tag:
Code:
<img src="yes_neo.jpg" width="250" height="194" alt="Show Me" title="Show Me">
__________________
|

November 15th, 2003, 09:19 PM
|
|
Contributing User
|
|
Join Date: Nov 2003
Posts: 161
Time spent in forums: 16 h 25 m 53 sec
Reputation Power: 10
|
|
|
Thanks, a bunch!
|

November 17th, 2003, 12:38 AM
|
 |
Wiser? Not exactly.
|
|
Join Date: May 2001
Location: Bonita Springs, FL
|
|
Quote: Originally posted by SammyK
If you want them to show up in Mozilla, you have to use thr title tag:
Code:
<img src="yes_neo.jpg" width="250" height="194" alt="Show Me" title="Show Me">
|
The reason for that is because the alt attribute is ment to be shown when an image cannot be loaded for some reason. The title attribute is what is supposed to be used to create tool tips on elements.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|