Forum : problem in adding images
Brief description  about Online courses   join in Online courses
View KAVYA REDDY REGANTI 's Profile

problem in adding images

when i am trying to add images to html file, images are not coming only alternate text was coming please solve my problem path was also right and the code was
<img src="images/co.jpeg""alt=building"/>
Asked by KAVYA REDDY REGANTI | Jun 11, 2010 |  Reply now
Replies (5)
View kavya reddy reganti 's Profile
thank you now its working
Jun 12, 2010
View kavya reddy reganti 's Profile
thank you now its working
Jun 12, 2010
View srikanth karki 's Profile
little mistake in u r code dear.....
"alt=building" is wrong
alt="building" is valid one
but in some browsers it wont show error :)
Jun 12, 2010
View srikanth karki 's Profile
yeah siddiqui is right.... :)
if it wont works 4 .jpeg den replace it wit .jpg.
similarly if it wont works 4 .jpg den replace it wit .jpeg.

NOTE: provided da image path is correct :)

Jun 12, 2010
View siddiqui nadeem ahmed 's Profile
<img src="images/co.jpg"> not JPEG u hav to write jpg as <img src="2.jpg" alt="builidng"> then you got the corect
Jun 11, 2010