Originally posted by drounding
View Post
Announcement
Collapse
No announcement yet.
v9 and css
Collapse
X
-
Originally posted by drounding View PostAll this for a dotted line?!
Army Gore-tex
Winter Climbing Mitts
webD's Blog: Website design, SEO and other ramblings…
Twitter LinkedIN
If you think a post is good, rate it!
Find the answers in the Knowledge Base | Have you read the User Guides
Comment
-
If you take a look at the earlier post there was 1247 lines in the new file and being a newbie to actinic there's me thinking the Help Menu might be actually be helpful but apparently its telling me a pack of useless information
I have now merged the two css files into one and I am now just checking for any duplication in firebug
Comment
-
Still getting bugs in Actinic's css
I have put everything into one actinic.css file which is link to every page and the dotted line and red text is now fixed!!
When I have come to edit the cart pages the table headers are dark blue and had dark blue text, so I changed it to white which showed up on the preview and when I published, guess what it has wiped the white text out of the css file for cartheading.
This is now in a single actininc.css file in the site1 folder where there is nothing else to confuse it with. What is happening?
I also remember why I also had two css files before. When you click for more information on a product you get a pop-up window but that window gets the same background-image as the main page. How do you edit the pop-up windows to either edit the css file or put a <div> into the code to hide the image?
Comment
-
I have got round the white text by editing the css file in DW then uploading it manually.
BTW the url is:
http://sub.daleair.com/acatalog/Dispensers.html
Comment
-
You shouldn't have (nor need) an actinic.css file in your Site1 folder. Actinic maintains this file inside Actinic and only generates a copy into the PreviewHTML folders when required to preview.
As I mentioned earlier you should've copied all your css into the actinic.css file *from within Actinic* in the Design View, not into a file in the Site1 folder.
Comment
-
In design view, there is a drop down box at the top called "select Page Type".
In there is an option for the style sheet called "Actinic Stylesheet".
Select that and you will see all the css used by actinic.
That's the file to use."If my answers frighten you then you should cease asking scary questions"
Comment
-
I can see the css code in the 'Select Page Type' drop down list and but I can't change it, I can only change it when I click on the Actinic Style sheet button to the right of the Select Page Type and that is the one that is not saving the information.
If the information is within Actinic how do you tell it you want text to be be a certain colour?
And how do I get into the pop-up window to alter the background image?
Comment
-
Sorry but I'm getting more confused. Surely you must be doing something wrong.
You can select via the drop down and edit as per my image or you can click the button and edit in the pop up window and then (in both cases) click Apply. Then click onto another page and back again and you should see the change.
How do you know it's not saving the information? (You mentioned earlier it is working in preview)
Have you checked that you are only referencing one style sheet in your outer layouts?
presumably you are not uploading an actinic.css file via the additional files list?Attached Files
Comment
-
OK I was stupid, I was only viewing the css in the drop down part in preview only not split - that's why I couldn't edit it - duh! right got it now.
When I said it wasn't working, I meant once I had tried to publish it. It had previewed OK, but once uploaded it didn't show and when you went back to the css file the changes has disappeared.
I've changed it in the main drop down and it worked first time! YEAH!!
Strange it does it in one style sheet window but not the other...??
Because the design is a customised one the background just has the basic font and colour stuff plus the image url and the repeat-x. How do I change this for the pop-up windows, please..
Comment
-
I have added a div to the pop-up windows and created a background image to replace the main one. All show up fine on the preview.
When I upload the pop-up windows they show the code OK but the actinic.css has not carried over the div code and when I check the css file the new div has gone missing.
I applied the changes and there were no errors when publishing so I don't see what is going wrong.
Comment
Comment