Another novice question - Post ID 244211

User 2642995 Photo


Registered User
82 posts

Sorry for the novice questions guys :),

Now that I've realized that I can use the HTML tool in SCCP (which I probably should have realized like sometime last year)..I was wondering how I insert stuff that requires either an Inline Stylesheet or Relative Stylesheet.

I mean, I don't want to reinvent the wheel by altering all the code in the outputted stylesheets from SCCP, since I'd have to do that every time I uploaded...is there a way to do this directly in the program (like in pages view). I want to add some stuff at random locations on the Shop Home page.

Thanks
User 187934 Photo


Senior Advisor
20,181 posts

You can use an absolute link in your style sheet reference.
<link rel="stylesheet" href="http://mydomain.com/stylesheets/customstyle.css" />

Or use the html tool and add the custom styling to each page as needed.
<style type="text/css">
<!--
#mycooldiv{
background-color:#FFFFFF;
}
-->
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2642995 Photo


Registered User
82 posts

Thanks Eric :cool:

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.