Posted by Jerry Stuckle on 06/19/06 12:16
R. Rajesh Jeba Anbiah wrote:
> Geoff Berrow wrote:
>
>>Message-ID: <rrWdnYXXsKRASQjZnZ2dnUVZ_t2dnZ2d@comcast.com> from Jerry
>>Stuckle contained the following:
>>
>>
>>>The easiest way I've found is to just use absolute URL's for the images - i.e.
>>>
>>> <img src="/images...">
>>>
>>>Works everyplace on the site and you don't need to include extra files.
>>
>>I've always found a problem with that when working offline. How do you
>>get around that?
>
>
> 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.
>
> --
> <?php echo 'Just another PHP saint'; ?>
> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
>
Doesn't validate in HTML 4.01 (strict or transitional).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|