Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Edrol97

    Loading bar- where do I place it?

    Hi all, I'm trying to make a loading bar, but running into problems of it displaying all the time in the head of the site. How do I hide a loading bar and only show it when it needs to be there. Would this be a js function or could it be done just with html and css?
  2. Edrol97

    How do I make a 404 page?

    Haven't really got to the stage of host yet, at the moment just trying to build it but think the host will be Wordpress
  3. Edrol97

    How do I make a 404 page?

    Hi all, can I create a 404 page before publishing my site? If so does it need an htaccess extension?
  4. Edrol97

    Column separating linesbeing weird

    I've now managed to remove the lines and it's looking a lot better, so this can be closed.
  5. Edrol97

    Column separating linesbeing weird

    Hi all, wondering, how do I make all my column lines equal? Help appreciated as always.
  6. Edrol97

    Why is my favicon image for my Home page not working?

    Yes, and it still doesn't work for that one page.
  7. Edrol97

    How do I change the style of text once clicked?

    I think I've figured out the problem. The text is part of my navigation bar div. It doesn't have a specific style associated with it. Problem is I don't know how to make it so that this text underlines when it's clicked as it's not even part of a div class.
  8. Edrol97

    Why is my favicon image for my Home page not working?

    <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>A Hello from a Lord</title> <link rel="icon" type="image/x-icon"...
  9. Edrol97

    How do I change the style of text once clicked?

    Hi John, This hasn't worked. I'm not sure what I'm doing wrong.
  10. Edrol97

    How do I change the style of text once clicked?

    so would it be something like document.getElementByClass("title_text3").addEventListener("click", underline);?
  11. Edrol97

    How do I change the style of text once clicked?

    Hi all, I know how to change the style of text on hover but is there a css styling for text links once clicked, i.e. .title_text a:clicked { text-decoration: underline; }
  12. Edrol97

    How do I change text color in footer? Thought I had it right.

    Thanks! Probably until next time!
  13. Edrol97

    How do I change text color in footer? Thought I had it right.

    Thanks but doesn't solve it
  14. Edrol97

    How do I change text color in footer? Thought I had it right.

    Hi all, currently have this css. How do I change the text color to white? footer a { text-align: center; float:none; display:inline-block; color:#fff; font-size:11px;}
  15. Edrol97

    Column lines?

    Thanks- Problem solved. It's looking good now.
  16. Edrol97

    Column lines?

    footer{ position: relative; bottom: 20px; } .title_text1{ font-family: Eliot Lord; font-size: 30pt; } .content-box{ columns: 4 auto; max-width: 1400px; border-left: 8px solid black; border-right: 8px solid black; } .content-box a{ font-size: 18pt; }...
  17. Edrol97

    Column lines?

    This has gone a bit over my head after a day of work. Can you dumb it down slightly?
  18. Edrol97

    Column lines?

    Hi all, wondering how to create lines between columns of text. I currently have this, but want the lines between the text as well. Do I need to specify new coordinates to shift additional lines over. This is my current code for the lines in question. I also have tried adding styling of divs to...
  19. Edrol97

    Amateur coder looking to create an artist website, including bespoke mini games. Making...

    Amateur coder looking to create an artist website, including bespoke mini games. Making progress, but appreciate every bit of help received.
Back
Top Bottom