Basic HTML question
Sounds trivial, but I still don't think it's possible. Maybe via CSS?
I would like all links on a certain page to be have a prefix like
"/cgi-bin/blah/out.cgi?url="
but only define it ONCE in the HTML, and not include it every time for every link.
I tried base href, but that fucks up all the graphics that are linked on that page as well. Ideas?
|