Problems with calendar

@PaulOB yes I mentioned putting his calendar on my blog. Probably the screen shot didn’t clarify that it was my website and not his.

@coothead I love how you have the choice of years in your calendar. I’d like to go back to the 1800s if I could choose to :grin:

So I’ve loaded up Windows 10 for nothing. :eyebrows:

To put my calendar on your blog would need all the various
files that were used in it’s creation, would it not?

Do you have them?

coothead.

1 Like

I don’t have them, nope. I only have the link to it that you shared earlier :slight_smile:

With just a link, the only way that you could display
the calendar would be with the iframe. element

Thar is not really an ideal method to use, when you
have the opportunity to code it into your webpage.

coothead

1 Like

Yeah iframes are a pain lol.

Well, let’s hope that this…

calendar.zip (10.2 KB)

…doesn’t .give you a pain in the derrière. :rofl:

coothead

1 Like

:rofl: Lol okie. I’m currently working on getting another one onto my blog, but that’s difficult too lol. One that I have saved and edited under a different name. Here it is :

This one has me head over heels and very cross eyed as to how to do this lol. I tried twice on Tumblr, but nothing showed up. I even clicked on Add a New Page there.

If anyone knows Tumblr, I’d be grateful. I don’t know why the above calendar I shared earlier today won’t show up on my blog. I have tried many things to no avail.

I would be surprised if anyone here, besides
your good self of course, will be using Tumblr. :unhappy:

Personally, I find the lack of the ‘e’ in the name to
be indicative of worse problems to be discovered
under the bonnet. :eek:

coothead

1 Like

Lol awe. All I need is to know how I can add the code to that calendar. It’s so pretty, and I’d like to use it. Of course, yours is too :slight_smile:

Hi there ladans,

How to add code to a document:-

  1. place the relevant HTML in the appropriate position.
  2. add the relevant CSS code to your stylesheet.
  3. add rhe <script src="your-script.js"></script>
    to the bottom of the document, just above the closing </body> tag.

coothead

1 Like

Hey @coothead thanks, but I already know this. How about if I want to add it to a new page on Tumblr?

Nothing’s changed. :unhappy:

How to add code to a document:-

  1. place the relevant HTML in the appropriate position.
  2. add the relevant CSS code to your stylesheet.
  3. add the <script src="your-script.js"></script>
    to the bottom of the document, just above the closing </body> tag.

coothead

1 Like

This is what I want to do

I want my calendar to go here in this new page.

Hi there ladans37,

If you are unable to install code in a document,
don’t send me pretty pictures, send me the
document in question and all the files that you
want to add to it.

coothead

I only have the code to what I want to do, if that helps?

No, it does not help :unhappy:

Read these requirements and inwardly digest.

How to add code to a document:-

  1. place the relevant HTML in the appropriate position.

  2. add the relevant CSS code to your stylesheet.

  3. add the <script src="your-script.js"></script>
    to the bottom of the document, just above the closing </body> tag.

  4. If you are unable to install code in a document,
    don’t send me pretty pictures, send me the
    document in question and all the files that you
    want to add to it.

  5. Use a zip file to complete the operation.

This is how coding is done.

coothead

Steps 1 to 3 already done without success, as I mentioned earlier. All I got was code, and not the actual result.

Use a zip file to complete the operation.

Yes, I can put the code in a zip file and send that, if that’s what you mean.

  1. I want your HTML file that you pictured.
  2. I want the HTML code that you want to
    install in the HTML file that you pictured.
  3. I want the CSS code that you used to
    style the HTML code that you want to
    install in the HTML file that you pictured.
  4. I want the JavaScript code or file that
    you used to work with the HTML code
    that you want to install in the HTML file
    that you pictured.
  5. I want this collection to be placed in a
    zip file and then uploaded in one of
    your subsequent posts.
  6. Then. and only then. I may be able to
    find a possible solution.

coothead