| 
 Posted by Jerry Stuckle on 06/25/06 18:18 
R. Rajesh Jeba Anbiah wrote: 
> 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/ 
>  
 
Try running it through an HTML validator.  Or show me exactly where in the HTML  
specs it says this is valid. 
 
You can't - because it's not valid. 
 
--  
================== 
Remove the "x" from my email address 
Jerry Stuckle 
JDS Computer Training Corp. 
jstucklex@attglobal.net 
==================
 
[Back to original message] 
 |