Nice. I have no skill at CSS, but I want to tinker.
easiest way to find bugs is to try something out and see how it works, or takes notes if it does something weird.
Nice. I have no skill at CSS, but I want to tinker.
easiest way to find bugs is to try something out and see how it works, or takes notes if it does something weird.
Is there a way to insert a link, and write over the URL with a a response?
To prevent doxxing, external links are disabled.
You can upload an image in the Spreadsheet editor of the sub you are modding and add the tag in the css to load it as a background image or pattern.
that sounds like you have several steps in what you want to have done. each step you can break things down into will help you find an example of each step. Combining all those steps together and working as intended is where the luck comes in.
the steps i see are:
Insert a link
I think you need to describe 'where' this link is, or the conditions of how this link is located.
Write over a url
the :hover command sounds like a good place to start
"writing over" may be easier to do if you just hide the url and display the text
https://www.w3schools.com/Css/tryit.asp?filename=trycss_visibility_hidden
display text at location
using :after sounds like a good place to start
https://www.w3schools.com/Css/tryit.asp?filename=trycss_after
(post is archived)