How do I make a 404 page?
CodeForum » HTML & CSS
by Edrol97
1d ago
Hi all, can I create a 404 page before publishing my site? If so does it need an htaccess extension ..read more
Visit website
PageSpeed Insights bad score
CodeForum » HTML & CSS
by The Raven
2d ago
I am unsure if this is the correct place for topic, if it's not, please move to the correct forum. Anyway.. I redesigned my website and after checking its speed, it failed misserably here https://pagespeed.web.dev/ For phone: And for PC: Another example are large images (they say). It takes (by their opinion) 22.000ms!!! No way. Whole website loads in 2 seconds on phone. I don't understand this data. What can I do to imrpove my website to pass... Read more ..read more
Visit website
Am I Right Here?
CodeForum » HTML & CSS
by Sniper Man
3d ago
Is the following HTML code for displaying the top video of my blog's video pages correct? I am particularly interested in knowing if I have implemented the mainEntityOfPage itemprop tag of schema.org correctly. HTML:Copy to clipboard <meta itemprop="duration" content="PT1M33S"> <meta itemprop="thumbnail" content="https://thuitamaina.com/video_thumbnails/33.jpg"> <meta itemscope itemprop="mainEntityOfPage" itemtype="https://schema.org/VideoObject"... Read more ..read more
Visit website
Why is my favicon image for my Home page not working?
CodeForum » HTML & CSS
by Edrol97
5d ago
HTML:Copy to clipboard <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 type="image/x-icon" href="img/background/HouseofLordLogoNoText.png"> <link href="style.css"> Hi all, I know it's not a problem with the image as it appears perfectly as a favicon on my other pages, but... Read more ..read more
Visit website
How do I change the style of text once clicked?
CodeForum » HTML & CSS
by Edrol97
5d ago
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. CSS:Copy to clipboard .title_text a:clicked { text-decoration: underline ..read more
Visit website
How do I change text color in footer? Thought I had it right.
CodeForum » HTML & CSS
by Edrol97
6d ago
Hi all, currently have this css. How do I change the text color to white? CSS:Copy to clipboard footer a { text-align: center; float:none; display:inline-block; color:#fff; font-size:11px ..read more
Visit website
Best way to send html
CodeForum » HTML & CSS
by mjc2812
1w ago
Hello there, I have a friend who is an Amazon seller. He wants me to write some html code for the sales description of his Amazon sales page. What’s the best way to send it to him to ensure it isn’t corrupted? Can I paste it into the body of an email? Can I send it in a Word document as an attachment? Many thanks ..read more
Visit website
Column lines?
CodeForum » HTML & CSS
by Edrol97
1w ago
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 create the lines, but wonder if there's a better way than having loads of divs. CSS:Copy to clipboard .content-box{ border-left: 8px solid black; border-right: 8px solid black ..read more
Visit website
Asp.net MVC renders 2 "form action" statements for the same form when in responsive mode
CodeForum » HTML & CSS
by Jvallee
1w ago
ASP.net MVC App. Visual Studio 2022 App runs fine in desktop mode. This line: <@using (@Html.BeginForm("SubmitForm", "Home", FormMethod.Post, new { id = "subform", verify = "Y" }))> is generated correctly as: <form action="/Home/SubmitForm" id="subform" method="post" verify="Y"> when I inspect the page. However, if I try to emulate a cell phone, the generated html is: <form action="/Home/SubmitForm" id="subform" method="post"> <form... Read more ..read more
Visit website
Cursor class hover over elements change
CodeForum » HTML & CSS
by Edrol97
1w ago
Hi all, wondering how to change the cursor on my site when hovering so that it is the custom cursor I already have enabled. This is the current CSS I have. CSS:Copy to clipboard .element-class:hover{ cursor: url(img/background/cursors/Grimace%20cursor.png) Do I have to define the element-class in .js in order for it to work in CSS ..read more
Visit website

Follow CodeForum » HTML & CSS on FeedSpot

Continue with Google
Continue with Apple
OR