Posted by windandwaves on 09/16/05 05:11
QuasiAnon@anon.com wrote:
> With my web pages, I hope to email just the HTML and CSS files,
> zipped in small attachment. But i've edited my HTMLs using
> local stored img files. Yet the emailed HTMLs must link to imgs on a
> host site.
> my final goal is to be able to switch easily between sets of img
> 1st set on hard disk and
> 2nd set img on imagehost site.
>
> Decent solution could be: editing the link rel css lines in HTML
> header to switch between different css (or other external files?) If
> that's possible, I envision something like these two choices:
> local disk:
> <link title="whatever" rel="stylesheet"
> href="../wherever/whatever_again.css" type="text/css" />
> webhost for images:
> <link title="whatever" rel="stylesheet"
> href="http://www.whoever-imagehost.com/whatever_v2.css"
> type="text/css" />
>
> is it possible to mass-specify something like this? (url or path to
try :
<head>
<base href="http://www.whoever-imagehost.com/">
</head>
Navigation:
[Reply to this message]
|