My problem is that I cannot edit the actual HTML code of my page, I can only style it using CSS. I am using Abode Muse for this website, so the HTML files are overwritten every time I publish a change in Muse.
I need to insert this code right before the closing body tag:
{module_contentholder, name="_SliderScripts"}
Can I select the closing tag of an element in CSS? I have been trying the :before and :after tags but just don't know how to select a closing tag.
I am fairly new to CSS and appreciate any help! Sorry if this is a noob question