umair862
05-30-2008, 12:42 AM
Hi Everybody,
I am new to HTML. Can anybody tell me what is the difference between
1) <td><img src="http://www.marketingeye.com.au/cg/newsletter/stop_press/images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
and just
2) <td><img src="images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
Why image is sometime not diplayed in part 2.
what if we put
3)<td><img src="../images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
What does this third part explain?
Waiting for your kind response,
a beginner.
I am new to HTML. Can anybody tell me what is the difference between
1) <td><img src="http://www.marketingeye.com.au/cg/newsletter/stop_press/images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
and just
2) <td><img src="images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
Why image is sometime not diplayed in part 2.
what if we put
3)<td><img src="../images/CG_stop-press_bank-ad_08.jpg" width="7" height="314" alt=""></td>
What does this third part explain?
Waiting for your kind response,
a beginner.