Page 1 of 1

What does this code do?

PostPosted: Mon Feb 04, 2013 8:36 pm
by PaulGJ
Can anyone tell me what this code does do exactly?

<link type="text/css" href="template_files/mbcsmbrounded.css" rel="stylesheet" />

I have to make major changes to the menu, can I do this in just one step or do I need to change all the pages separatly?
[url]http://home.hccnet.nl/rae.deboer/[/url
Thank you in advance for your answer.

Re: What does this code do?

PostPosted: Tue Feb 05, 2013 12:01 pm
by Aivars
This line makes sure that your pages are using the specified CSS file, in this case: mbcsmbrounded.css

Whether you need to change all pages or just the css file depends on the changes. If you have manipulated menu items (added, deleted, changed order) then you will need to change the pages because the menu structure is inside them; if you have changed just the look of the menu then in case of minor changes updating just the files in "template_files" folder could be enough.

Re: What does this code do?

PostPosted: Tue Feb 05, 2013 6:57 pm
by PaulGJ
Thank you Aivars for your reply, I shall study this.
Best regards,
Paul