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.
What does this code do?
Re: What does this code do?
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.
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.
Blumentals Software Programmer
Re: What does this code do?
Thank you Aivars for your reply, I shall study this.
Best regards,
Paul
Best regards,
Paul