Hi,
Daft question I'm sure, but are the following two lines of HTML identical as far as the browser is concerned?
<img src='./pic1.gif'>
<img src='pic1.gif'>
As a child of the 80's having grown up with DOS I understand that the top line 'reinforces' the fact that the image exists within the current folder, but is it necessary?
- Andy
_______________________________
"On a clear disk you can seek forever"
Daft question I'm sure, but are the following two lines of HTML identical as far as the browser is concerned?
<img src='./pic1.gif'>
<img src='pic1.gif'>
As a child of the 80's having grown up with DOS I understand that the top line 'reinforces' the fact that the image exists within the current folder, but is it necessary?
- Andy
_______________________________
"On a clear disk you can seek forever"