Linked Questions
40 questions linked to/from Adding HTML entities using CSS content
1 vote
1 answer
2k views
CSS content property is displaying a box character in chrome console.log, why not text?
I am now working with custom icon font that I made. Just trying something I got this. I have my style-sheet file in which all my fonts with their respective content property and its value like,....
1 vote
1 answer
1k views
Alternative methods to insert Registered Trademark symbol after word because CMS not parsing HTML
I am making a change to a site at the moment. One of the requests is to create a new page whose menu entry has a superscripted registered trademark sign after the word. The problem I am having is that ...
-1 votes
1 answer
997 views
HTML entities in CSS content (convert entities to escape-string at runtime)
I know that html-entities like or ö or ð can not be used inside a css like this: div.test:before { content:"text with html-entities like ` ` or `ö` ...
0 votes
2 answers
881 views
How to position this <ul> under <h4>?
.footer { display: flex; position: fixed; bottom: 0; width: 100%; justify-content: space-around; align-items: center; min-height: 30vh; background-color: #a44949; font-family: 'Open ...
0 votes
1 answer
309 views
sass not parsing bullet point/HTML code correctly
Hi have this in my sass: &:before { content:"·"; font-size:120px; } but in the CSS it's being parsed as ┬À. Is it to do with codification or ...
-5 votes
1 answer
599 views
what does content : '' mean in pseudo class?
what does "{content : ' '}" mean in css pseudo class ? i'm still wondering everyday, what does that mean ? Anybody can help me please
-1 votes
1 answer
236 views
Css selector cannot find French accents
Hey everyone I have been searching for solutions on how to find a way to allow my program to read French accents when finding an element with css selector. The inner text contains a word that has a ...
0 votes
2 answers
97 views
Javascript nested within CSS
I have an idea, and I'm not entirely sure that the interpreter is incapable of handling this already, yet I am sure it does not. Therefore, my question is, does the interpreter already handle the idea ...
-2 votes
2 answers
149 views
HTML to CSS Search block
I'll try to explain my "Problem". I want to add on a search bar on a page, using CSS Stylesheet <form action="/site/shop_skin.php" method="post"> <img src="/site/img/pictos/...
1 vote
0 answers
35 views
How do I prevent the "\" from disappearing when I use content: in css in wordpress
I am trying to get a box to appear using the content function ul li:before { color: #009cde; content: "\2589"; padding: 0 2px 0 0; } I add the code, but when I hit update the \ gets ...