Hi there,
I'm doing some test in my local server with wordpress 2.7.
This must be a silly question but I'm doing my blog into my website, so it's going to look like part of the website with the same style base. So my doubt is if I should copy the whole css files from the website and pasted in the path
/wp-content/themes/myowntheme/
or could I use the same files and just code something like
@import url("../../../../styles/base.css");
in the
/wp-content/themes/myowntheme/style.css ?
Hope I'm meking any sense in the way I ask & someone could point me in the right direction :)
Cheers