|
Posted by QuasiAnon@anon.com on 09/16/05 03:44
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 img src's)
if there's info on the web, i must not be googling the appropriate wording.
-----
i saw a desription of using background img style used as a backup for img src, but i think trying to match the positioning of the
img could be become complicated, especially since i have float left and right in various divs.
omitting conjecture based on that, to keep post shorter...
tia...
Navigation:
[Reply to this message]
|