Hi Guys, I’m in the early stages of building a new site with CuteHTML Pro 6 at http://www.enlightened-traveller.com I’m trying to be a bit more sophisticated and future proof with my page urls on this site, the third I’ve built with Cute. So, instead of using for example: http://www.enlightened-traveller.com/Auvergne_best_hiking_trails.html I want to use… http://www.enlightened-traveller.com/France/Trekking/Auvergne/Cantal_hiking_trails However, testing it with the internal browser (I haven’t uploaded the last-mentioned page above yet) I get gobbledygook for design, as if the .css doesn’t take effect anymore. Any reasons why? Are there restrictions on url length in the software or when using css? Cheers! ET
I'm not familiar with your editor but it sounds like an open tag or a character that is causing trouble. Personally I hate WYSIWYG editors as they often leave garbage code or "old" code standards like <font>. You might want to have a look at this regarding your site. There are a few serious errors there: http://validator.w3.org/check?uri=h...Inline&group=0&user-agent=W3C_Validator/1.654
Check this You want to name the css file anything you want, mostly styles.css is used. It says dot com dot css <link rel="stylesheet" type="text/css" href="http://www.Enlightened-Traveller.com.css"> <link rel="stylesheet" type="text/css" href="Enlightened-Traveller.com.css"> Google, for one, prefers sub-directories but it advises against too much depth.