How do I insert content (especially links?)
I can insert content into a page with ::after or ::before and that does put the text string where I want it, but not the full content.
I want to add new links to a list of links in the sidebar of a site. Right now either I can't get them to function as independant links (they're just a link to whatever they're ::after or ::before) or can't get them to behave as links at all (I can put them ::after the site header and work them into the top of the list via margins, but then they're just text, not links).
I want to add new links to a list of links in the sidebar of a site. Right now either I can't get them to function as independant links (they're just a link to whatever they're ::after or ::before) or can't get them to behave as links at all (I can put them ::after the site header and work them into the top of the list via margins, but then they're just text, not links).
Comments
https://www.w3.org/TR/2011/REC-CSS2-20110607/generate.html
CSS actually is for styling which isn't meant for changing content / markup.