Looks great.

I've got a few other tweaks to make but it's coming together.  I appreciate
the help.

As for the random order I'll put some thought into that.  Sounds interesting
though.



On 8/2/06, Gary Funck <[EMAIL PROTECTED]> wrote:

David Chaney wrote:
> Take a look at it, it looks pretty good.
>
> http://david.chaney.googlepages.com/newspapers.html
>
> 2 other questions.  How hard would it be to also get the other page on
the
> NY Post link I originally posted? The back page.

Not difficult.  Just copy and past the document.write() stuff and
refer to "back" (as in back page) rather than "front".  Note that
unfortunately it will still click through to the NY Post's main page.

>
> Also do me a favor and take a look at my source code.  I cut and
> pasted some
> jave script in that is supposed to display the current date.  I got from
> this site:
>
> http://javascriptkit.com/script/cut164.shtml
>
> The date is not showing up.  My first thought was it has to do with the
> black background but the text that says "This free script is...." shows
up
> just fine.

It works,
http://intrepid.com/~gary/date_test.html
You're specifying black-on-black at the moment, which is a no go.
http://www.computerhope.com/htmcolor.htm
Try color=#FFFFFF instead (that should bring up white letters.

BTW, you may have a reason for the particular order you placed the
pages, but randomizing them might create a more interesting effect.
This could be done in Javascript.  The basic idea would be to
choose a series of random numbers to shuffle the order of pages
to be shown.   Might be some cookbook stuff on the web for that ...

--
                ----------------------------------------
To unsubscribe, mailto: [EMAIL PROTECTED]
Is your picture included in the Official Win-Home List Members Profiles
Page?
http://www.besteffort.com/winhome/Profiles.html
If not, write to: [EMAIL PROTECTED]




--
------------------------------------------------------
David Chaney
[EMAIL PROTECTED]

--
               ----------------------------------------
To unsubscribe, mailto: [EMAIL PROTECTED]
Is your picture included in the Official Win-Home List Members Profiles Page?
http://www.besteffort.com/winhome/Profiles.html
If not, write to: [EMAIL PROTECTED]

Reply via email to