Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Not using the Style Sheets
siddin
I have a problem wherin if iam trying to generate the page(using dcr) in one data type it is generating using the styles I have placed in the assets folder,even when i do it at the root of work area it is generating but if i try to generate in a data type in the same work area it is generating but not using the syle sheets. Can any one tell me what could be the reason
Find more posts tagged with
Comments
nipper
you are likely using relative paths for the css and the files are being generated in a different left of the folder than it is in preview.
It sounds like the css is something like this: ./css/include_me.css
change it to /css/include_me.css
siddin
Thank you the reply it worked