Error: Bad value _pg_blank for attribute target on element a: Reserved keyword pg_blank used.
From line 23, column 21; to line 23, column 79
<a href="#graphic" target="_pg_blank" class="link-primary">Graphi
Error: Bad value mailto:kat@mcgraphics.us?subject=Mail from McGraphics site for attribute href on element a: Illegal character in query: space is not allowed.
From line 62, column 33; to line 62, column 145
<a class="nav-link px-lg-3 py-lg-4 text-white" href="mailto:kat@mcgraphics.us?subject=Mail from McGraphics site">Contac
Error: Bad value _pg_blank for attribute target on element a: Reserved keyword pg_blank used.
From line 85, column 29; to line 85, column 75
<h4><a class="h3" href="#works" target="_pg_blank">Prices
Error: Bad value https://mcgraphics.us/art/ for the attribute xmlns (only http://www.w3.org/2000/svg permitted here).
From line 118, column 102; to line 118, column 225
href="#"><svg xmlns="https://mcgraphics.us/art/" viewBox="0 0 24 24" fill="currentColor" width="1.25em" height="1.25em" class="me-1">↩
Warning: Attribute xmlns is not serializable as XML 1.0.
From line 118, column 102; to line 118, column 225
href="#"><svg xmlns="https://mcgraphics.us/art/" viewBox="0 0 24 24" fill="currentColor" width="1.25em" height="1.25em" class="me-1">↩
Error: Bad value _pg_blank for attribute target on element a: Reserved keyword pg_blank used.
From line 186, column 41; to line 186, column 142
<a href="#" class="list-group-item list-group-item-action list-group-item-primary" target="_pg_blank">Choose
Error: Bad value mailto:kat@mcgraphics.us?subject=contacting for bid or commission for attribute href on element a: Illegal character in query: space is not allowed.
From line 268, column 29; to line 268, column 203
<a class="nav-link px-lg-3 py-lg-4 text-dark text-uppercase" href="mailto:kat@mcgraphics.us?subject=contacting for bid or commission" style="font-family: 'Sora', sans-serif;">Contac
How do I set color bands in css.grid to go completely across? is this an absolute inside relative div thing?
<a href="#" class="list-group-item list-group-item-action list-group-item-primary" target="_pg_blank">Choose the best image you have</a>
I suspect I picked this up from codepen.
Weird- <a> with #s when there will never be links.
File contains both Bootstrap & Foundation - ugh.
Really not an issue. It seems to work. But I did <a> to <div> - didn’t work and tried removing 1 href="#". That didn’t break anything. <div class="list-group"><a class="list-group-item list-group-item-action list-group-item-primary">Choose the best image you have<a href="#" class="list-group-item list-group-item-action list-group-item-warning">Remember this is what the artist will work from.</a><a href="mailto:kat@mcgraphics.us" class="list-group-item list-group-item-action list-group-item-success">Email jpgs and a bit about the model to Kat</a> </div>
Remove xmlns="https://mcgraphics.us/art/" from the 2 svg’s on the page
Choose the best image you have must be: Choose the best image you have</a>
<div class="list-group"><a href="#" class="list-group-item list-group-item-action list-group-item-info">Choose the best image you have<a href="#" class="list-group-item list-group-item-action list-group-item-warning">Remember this is what the artist will work from.</a><a href="mailto:kat@mcgraphics.us" class="list-group-item list-group-item-action list-group-item-success">Email jpgs and a bit about the model to Kat</a>
Hi @kat,
Your second link looks perfect. The only thing I can think is that there is a quote missing somewhere, but it sure doesn’t look like it. Maybe try with just one sha to see if it validates?
Cheers,
Bob
Hey @kat,
I have no idea why fontawesome is waiting. You can check the network tab in the Developer’s tools for some hints.
For the integrity attribute each of the different encodings (sha’s) are separated by a white space and start with shaXXX- Do the first one in your code above is sha256-, the next is sha384- and the last is sha512-.
Cheers,
Bob
1, 2, or 3 sha didn’t work. Time to let this one go for now. It’ll work later–maybe ; )
Different VSC html file: MSE dev tools now has a ul error: <ul> and <ol> must only directly contain <li>, <script> or <template> elements. What am I doing wrong?