|
User Details |
message
|
|
Ian Calland
post date:
2011-11-10 05:30:33
|
Hi there,
Trying to make slight changes to different pages in website. In the "includes folder" I have made a new folder "CSSLayouts2". I then changed all linking in the new page to go to CSSLayouts2. I thought this would then allow me to change the css files in the new folder like making amendments to different elements. When I open the newly made page and go to edit layout it asks me to select a layout?
I take it each page in the website does not have to be identical???
Thanks for any help.
IanC
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-11-10 05:49:44
|
Hello,
In order to have a different layout for every page you need to create a new layout for each page of your website and each page will have its own css properties.
If you already have a layout and you want to create additional pages from an existing layout you should NOT "Save AS" the old page as a new page. If you do this, the new page will use the same CSS as the old page and changes done in one of the pages will also apply on the other page.
Please follow this link for further details and step by step tutorial for creating multiple pages: http://www.extendstudio.com/tableless-css-layouts-for-dreamweaver/create-multiple-Flexi-CSS-pages.html
Regards,
Elena Tepardea
|
|
|
Ian Calland
post date:
2011-11-10 15:01:15
|
|
|
Ian Calland
post date:
2011-11-10 15:13:36
|
I created new html doc, went to templates, picked the template from my layouts and when I tried to save got this message.
insert in dw :::null
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-11-11 07:15:36
|
Hello,
Could you send me a copy of the template that gives you errors to support[at]extendstudio.com? You can find it inside Dreamweavers configuration folder in "Shared/Extend/CSS Layouts/Layouts/User" and there is a folder named "MyPageLayouts". There you find all your layouts. Check this link to find the path to your configuration folder:
http://www.extendstudio.com/documentation/creative-dw-dropdown-menu/documentation/faq/faq2.html#cache_procedure
Regards,
Elena Tepardea
|
|
|
Ian Calland
post date:
2011-11-11 10:49:52
|
Hi Elena
It was me making yet another mistake, got it fixed now.
I am trying to colour links on my page and in my user.css i am putting this in
a:link {color:#FFF; text-decoration:none;}
a:hover {color:#C90;text-decoration:none; }
However the link colour is coming up green
When I place it in the main page
<style type="text/css">
a:link {color:#FFF; text-decoration:none;}
a:hover {color:#C90;text-decoration:none; }
</style>
It comes up purple.
As a little feedback to the team, I love the programme.
Thanks
IanC
|
|
|
Ian Calland
post date:
2011-11-11 10:55:05
|
Sorry Elena, found out how to dothe links. This programme is amazing, I am finding different things that help every time I open it up.
many thanks
IanC
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-11-11 11:34:15
|
Hello Ian,
I'm glad that everything works fine now. Whenever you need more help please don't hesitate to contact us!
Best Regards,
Elena Tepardea
|
|