|
Posted by Jerry Stuckle on 06/20/06 16:34
R. Rajesh Jeba Anbiah wrote:
> Jerry Stuckle wrote:
> <snip>
>
>>> Glad to see professor after long time; hope economy is fine
>>>there. I don't understand what sort of problem are you facing. But, in
>>>HTML instead of using <img src="/images/..." />, if you use <img
>>>src="images/..." /> you'll be better off.
>>
>>Doesn't validate in HTML 4.01 (strict or transitional).
>
>
> So, instead of "images/..", if we use "/images/.." will it
> validate?
>
> --
> <?php echo 'Just another PHP saint'; ?>
> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
>
The problem is:
<img src="images/..." />
^
This is valid for xml but not html.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|