Originally posted by pinbrook
Announcement
Collapse
No announcement yet.
css tableless design
Collapse
X
-
Sounds like fun all this. I've just downloaded the programme so look forward to the fun, or otherwise!!
Thought I would read up on what everyone else is doing, pick out the positive bits and go!
There are sure some interesting posts for v8, but haven't found the GO bit yet!
You've got to admit that the boys at Actinic have made it pretty interesting.
David
Comment
-
How do I change say the TopLevelSectionLink to use css layout and not tabled?
Alternatively, use 'Standard Top Level Section List' then go to the 'Design' tab.
Click on one of the links in the list then click the 'Navigate to Parent Layout' button on the toolbar below the layout code (yellow spiral with up arrow).
You should then be in the layout called 'Standard Top Level Section List' (if not, click the navigate to parent button again).
Click the 'Edit List Layout' button.
Remove the table code from the 'Start of List' and 'End of List' fields in the 'Overall Design' tab, and then remove the <tr> and <td> code from the 'Edit Rows and Columns' tab. You might want to put <br />s (or similar) in the 'After' fields.
Comment
-
Johopefully if actinic are listening they will be able to offer a cleaner solution.
As a rule of thumb, just edit the 'Actinic Stylesheet' layout as this will change the 'actinic.css' file.
Basically, the thinking behind the two files is
'Actinic Stylesheet' is styles for general design items that can be used in any theme
'theme.css' contains style information to help the design work with teh images that cone with a particular theme
Any inline styles are for making sure a specific overall page layout works correctly.
Comment
-
Separate button folder is neat, although using it has crashed the software a few times. {EDIT} I tell a lie, somehow i managed to get it so everytime I try to change the colours actinic crashes. I created my own set of buttons and they were sitting in a folder in the buttons folder, I changed button sets, a few times before I got it to take properly. The end result was a change of colour scheme also (not requested) and subsequent attempt to return to my chosen colour scheme or any other colour scheme crashes {/EDIT}
Comment
-
I have also just found that if you try and change the css within Actinic you can only use absolute sizing ie px not small, smaller etc.
eg the variable smallfontsize uses 11px when it need to be small. The dropdown only gives px options
Comment
-
Side-stepped years of knowledge,I have a rule with software - if I cannot gain a working knowledge of it within a few hours then its either too complex or not for me.
There are new concepts to learn, granted, but there is a guide available which will step through all the new concepts, with exercises, and help you to understand how v8 has changed. Then you should find it much easier to try upgrading/editing your own designs with v8.
So there's a learning curve, but it's a much smaller one that with v7. Remember how long it took to get your head around templates and NETQUOTEVARs? It will not take anywhere near that to understand layouts and variables.
On a sidenote, I agree about the point about having a css file in the 'Site1' folder, and we are looking at that at the moment, but for now there is a workaround to help with that.
Comment
-
don't forget there in a difference in the way some browsers render small, smaller etc
You can add % and em values into the fields in 'Site Options | General'. It is just the drop down list of sizes in the preview window toolbar which are fixed point sizes.
As a side note (and a discussion point) do you not think that any internet users who require larger text sizes would use a browser that implements it properly (i.e. anything but IE). I'd be interested to know your thoughts.
Comment
-
As a side note (and a discussion point) do you not think that any internet users who require larger text sizes would use a browser that implements it properly (i.e. anything but IE). I'd be interested to know your thoughts.
This is why tableless design is important as supernova looses its way through table cells.
Additionally I think there are too many users out there who are self taught and prefer to stick with what they know even though it is sub standard. When they call in help it isn't always the best help.
Comment
-
use a browser that implements it properly (i.e. anything but IE
With the population aging this is going to be a big issue I think.
Comment
-
With the population aging this is going to be a big issue I think.
Also, interestingly, the page zoom seems to not work that brilliantly with images in tables, so it's another reason to lose tables for layout.
Comment
Comment