Ok, I must admit I am kind of a newb when it comes to the CSS file uploading. I am wanting to remove the borders on menus. I know this has to be done in the css file. How do I tell the layout to use the custom css file?
Would you use something along the lines of background="http://dkpfiles.com/rkguild/files/background.jpg" in the menucat part of the menupage.html file?
You could, but your better off putting into the CSS file: .menucat{ background:url(http://dkpfiles.com/rkguild/files/background.jpg); }