Discussion board
problem in adding images
By KAVYA REDDY REGANTI
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"/>
Reply
Post   Reset
srikanth karki replied to KAVYA REDDY REGANTI Saturday, June 12, 2010
little mistake in u r code dear.....
"alt=building" is wrong
alt="building" is valid one
but in some browsers it wont show error :)