Hi,
I have a css file called simple.css that was originally designed to be used on the main index page only.
Now, I find that I want to use it on another page, so that I can display one of the same 'elements' (a user form) on the new page.
To make this process quicker, I added the simple.css file to the existing list of css files on this new page. However, because some of the names in the css file are the same - eg .select1 etc. I find that my new page does not get displayed properly.
Does anyone know a way of managing this without having to rename all the references in the css file?
eg. is it possible to reference the css file in html just before the user form, so that it only affects that user form?
Any advice welcome.
I have a css file called simple.css that was originally designed to be used on the main index page only.
Now, I find that I want to use it on another page, so that I can display one of the same 'elements' (a user form) on the new page.
To make this process quicker, I added the simple.css file to the existing list of css files on this new page. However, because some of the names in the css file are the same - eg .select1 etc. I find that my new page does not get displayed properly.
Does anyone know a way of managing this without having to rename all the references in the css file?
eg. is it possible to reference the css file in html just before the user form, so that it only affects that user form?
Any advice welcome.