Styling the page list block

Permalink
Hi

i'm trying to folow the 'Styling the page list block' howto but i'm stuck at the beginning:

Copy the file concrete/blocks/page_list/view.php into the new directory and rename it to something appropriate for your installation

What does this mean, is there a convention for renaming the file because when i make the div to put a box around my page list item this doesn't work

I put the css part in my main.css in my theme folder, is this correct?

thanx

Marco

stmarco
 
stmarco replied on at Permalink Reply
stmarco
To answer my own question, you have te assign a custom template to the block and there you can choose the file name.

learning new things every day - hour - minute :-)
Charlie replied on at Permalink Best Answer Reply
Yup you can use your main CSS file. With the view file, as you've probably work out by the sounds of it, you need to copy it to /blocks/page_list/templates/ 

You can then amend / add as required and then assign the new template to the block on your page.