HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Recent content by RobertWA

  1. R

    Last Modified

    Hi all, I want to include a last Modified on my web page. I know that I can use <script>document.write(document.lastModified); </script>. This gives output like "12/06/2023 21:49:12". I would like the output to be "6th December 2023" How can I do this please? RobertWA
  2. R

    Replacing a menu with a new one

    I have just started looking at JavaScript and I think it may be the way to solve my problem which is: I have a web page with three columns (25-50-25 percent of page width). The left column contains a menu and the middle column contains the main body of my site - this is where all the...
  3. R

    Open text in another part of screen

    I have a web page with three columns (25-50-25 percent of page width). I want to be able to click on an element in the middle column resulting in some text opening in the left column. How can I do this please?
  4. R

    A long file or several short files?

    I have a long Word document (about 120 pages) with a lot of pictures (around one per page) which I want to put onto my website. Is it better to do this as a single document or should I break it into a number of smaller documents with appropriate links? I am thinking about the effect on the...
  5. R

    Using a split screen

    I want to create a page in which the screen is split vertically into two unequal parts. The left part will include a list of clickable links and the right part will be where those links will open. I know I can do this using columns and iframes. However when I do this I have a problem with...
Back
Top