Posted by R. Rajesh Jeba Anbiah on 06/25/06 17:33
Jerry Stuckle wrote:
> R. Rajesh Jeba Anbiah 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?
>
> The problem is:
>
> <img src="images/..." />
> ^
>
> This is valid for xml but not html.
LOL.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|