If you understand html and css, you will never expect actinic to teach you it as you know how complex or involved it can be
Announcement
Collapse
No announcement yet.
Take 2...IE6 problem with some CSS
Collapse
X
-
Good analogy Mal
Getting all upset that people think Im stupid when its really the car manufactures fault for not writing a better manual. Why should I have to go on a 3 year mechanics course when all I want to do is get my car working - its simple and should be clearly explained in the handbook.
The fact that I drove the car through a river should have nothing to do with it - there should be a button that you press that resets all the wet electrics.
Its a good job that there are people trained to fix my mistakes so I can carry on making them
Comment
-
Originally posted by budgetbumpswell, you're supposed to sit on the bank with a line...not drive in..
or maybe that wasn't clear in the "how to fish" documentation!
Comment
-
I posted the overall page width as an example as its something that generally every Actinic site owner will have to adjust (eventually), and that the available help files on the subject, even generally, could be improved, even just giving pointers as to where to look in the layouts, css or whatever.
And I stand by my comments, as its only my opinion after all.
Comment
-
This will happen George in the future no doubt, but i don't think it will be in the way you think, they will never take on the task of explaining html and css, even more so when it crosses over and sometimes is exclusive to a particular theme. What they will probably do is have a wizard, or variables where you choose widths in site options. (You can actually set this up yourself with V8 if you know how to create variables, as you can add them to replace the currently hard coded values in the stylesheet and then just adjust the widths in site options)
Once you understand how bad some of the actinic CSS is, you will be grateful you was not taught by the very people who created that monster. I think classes named like this:
.dotted_line_blue or .solid_line_light_blue
are enough to make Jonty shudder.
As the software develops and design standards dictate certain elements, i'd expect some wider or fluid themes too, which will negate much of the problems in this area.
Comment
-
Originally posted by leehack.dotted_line_blue or .solid_line_light_blue
The inner width has been set internally (as well as colours, font sizes in the CSS etc etc) so it is only a small leap to have a global variable to set the overall width and also choose the units (pixels or percentage)... probably one for the wish list.
Actinic is slowly moving away from either install and leave well alone if a newbie (versions prior to v8 with hideous nested templates) and towards making the code more accessible (v8 and a design tab) .. which is a double edged sword if you are really unsure on what you are doing or can quite easily scare newbies as it can look intimidating.
Comment
Comment