url length and effects on css & what you see

Discussion in 'HTML & Website Design' started by belenenses, Sep 25, 2009.

  1. #1
    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
     
    belenenses, Sep 25, 2009 IP
  2. HomeComputerGames

    HomeComputerGames Peon

    Messages:
    871
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    HomeComputerGames, Sep 25, 2009 IP
  3. wysiwyg4

    wysiwyg4 Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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.
     
    wysiwyg4, Sep 25, 2009 IP