Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: dorayme <dorayme@xxxxxxxxxxxxxxx>
- Date: Thu, 24 Nov 2011 07:38:12 +1100
In article <jaj87i$9t$1@xxxxxxxxxxxxxxxxx>,
"I.N. Galidakis" <galidakis@xxxxxxxxxxx> wrote:
dorayme wrote:....
Find:
body>
Replace:
body>
<p><a href="http://domain/donate.htm">Please Donate</a></p>
Yes, yes, and yes! Thanks.
That's what came out after I banged my head a bit, as well.
It is a bit tedious, but my .html editor WinEdt, has similar search-replace
ops
to BBEdit. No grep search, but still, WinEdt can do global doc replace.
Then, uploading would be a jiffy, once I perform a search/replace on all open
docs. All docs do have a <body> tag, so it's no problem.
The yahoo server does not support server side includes for some odd reason.
This reply comes from aioe.org, since NONE of the responses are seen from my
regular service server. Seems everything is going down, again :-(
Optus, my ISP, dropped their news server the other day.
"Optus has previously provided usenet service
(Optus Newsgroup) to customers. However,
following evaluation of the services that we
offer to our customers, and the declining
usage of usenet by our customers over the
past several years, it is no longer viable to
continue to provide this service. As a
result, the usenet service is in the process
of being disabled and removed. This service
will close as of 21/11/2011.
If you still want to use usenet, there are a
number of commercial usenet providers that
will be able to provide this service to you."
I already had a few other newservers because Optus's had broken
down a few times in past years.
About your replacement, yes, you can do the above as long as you
catch what is on each page. I noticed, as did another
motorcyclist here, that there is no "<body> on some at least of
your pages. So while at it,
Find:
<html>
Replace:
<html>
<body>
<p class="donate"><a href="http://domain/donate.htm">Please
Donate</a></p>
And add whatever styles you like to the class of "donate".
--
dorayme
.
- Follow-Ups:
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: Denis McMahon
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- References:
- Use .css to insert small "Donate" one-liner on top of all pages?
- From: I.N. Galidakis
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: dorayme
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: Ben Bacarisse
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: Denis McMahon
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: dorayme
- Re: Use .css to insert small "Donate" one-liner on top of all pages?
- From: I.N. Galidakis
- Use .css to insert small "Donate" one-liner on top of all pages?
- Prev by Date: Re: Making whole <li> clickable
- Next by Date: Re: td tag border
- Previous by thread: Re: Use .css to insert small "Donate" one-liner on top of all pages?
- Next by thread: Re: Use .css to insert small "Donate" one-liner on top of all pages?
- Index(es):
Relevant Pages
|