Upper Case HTML Text on UNIX Server

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Upper Case HTML Text on UNIX Server

    Please can someone give me some advice:
    My HTML contains Upper Case text, which is not supported on the UNIX server
    where I have tried to publish it.
    Is there an easy way to change the case to lower without messing up all the
    design.

    Many Thanks Guys!
    :confused;

    MKeene Guest

  2. Similar Questions and Discussions

    1. All text appear in upper case HELP!
      I don't know why but everything I enter appears in upper case. My caps are off and I checked everywhere I could think off to find how to turn off...
    2. forcing upper case on insert of record
      I'm having trouble figuring out the code to force a form field to upper case when it is inserted into the database. This is what I have. What am I...
    3. automatically change to Upper Case
      Hi All, need a little help from all of u guys. I want to change input to uppercase while user key in. SO how can I make i in the input text...
    4. Forcing text into UPPER CASE???
      Is it possible to force a text members contents into upper case. E.g. 'nik' would be typed into a editable text box, it would then be turned into...
    5. help! forcing form variable to upper case (ASP VB)
      I got the following code help to force a form input to uppercase, but don't know where in the code it belongs. Can someone elaborate? strTemp =...
  3. #2

    Default Re: Upper Case HTML Text on UNIX Server

    Show me an example of what you mean, please. Unix supports case - in fact
    it is case sensitive. It's Windows that doesn't support it.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "MKeene" <webforumsuser@macromedia.com> wrote in message
    news:dh2u76$qcf$1@forums.macromedia.com...
    > Please can someone give me some advice:
    > My HTML contains Upper Case text, which is not supported on the UNIX
    > server
    > where I have tried to publish it.
    > Is there an easy way to change the case to lower without messing up all
    > the
    > design.
    >
    > Many Thanks Guys!
    > :confused;
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Upper Case HTML Text on UNIX Server

    Many thanks for you reply Murray.

    Maybe I have misunderstood what I was told but I use Pipex as my ISP. This is
    my site address [url]http://www.marshallkeene.dsl.pipex.com/[/url] basically I have
    references to both jpg or gif photos and wmf video clips whose names included
    capital letters. The support people at Pipex told me the UNIX and case stuff.
    This is a sample of the HTML :
    <p align="left"><br>
    <span class="style1 style5"><span class="style6"
    title="pictures">Pictures</span></span></p>
    <table cellpadding="0" cellspacing="0" summary="">
    <tr align="center" valign="top">
    <td width="142" class="storyLeft"><div align="center"><span><a
    href="pictures/CarOverload.gif" title="Car Overload" class="capsule"
    onClick="flvFPW1(this.href,'CarOverload','width=47 3,height=250',1,2,2);return
    document.MM_returnValue">Car Overload </a><a href="pictures/CarOverload.gif"
    onClick="flvFPW1(this.href,'CarOverload','width=47 3,height=250',1,2,2);return
    document.MM_returnValue"><img src="pictures/CarOverload_small.gif" alt="Pool
    Contractors" name="CarOverload" width="93" height="80" border="0"
    class="storyLeft" id="CarOverload" title="Car Overload"></a></span></div></td>

    I am just renaming everything in lower case, which seems to make a difference
    but it would be nice to know why.
    Have a look at my site if you get a chance!
    Cheers
    :beer;

    MKeene Guest

  5. #4

    Default Re: Upper Case HTML Text on UNIX Server

    *nix is case sensitive. Windows is not.

    This means that if you have a file named "Foo.html" and you are hosted on a
    Windows server, you can link to that file as FOO.HTML, or FoO.html, or
    foo.HTML, or whatever. You can only link to it as "Foo.html" on a *nix
    server, however.

    Now - given that, please explain to me again what the problem is?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "MKeene" <webforumsuser@macromedia.com> wrote in message
    news:dh6iio$kp2$1@forums.macromedia.com...
    > Many thanks for you reply Murray.
    >
    > Maybe I have misunderstood what I was told but I use Pipex as my ISP.
    > This is
    > my site address [url]http://www.marshallkeene.dsl.pipex.com/[/url] basically I have
    > references to both jpg or gif photos and wmf video clips whose names
    > included
    > capital letters. The support people at Pipex told me the UNIX and case
    > stuff.
    > This is a sample of the HTML :
    > <p align="left"><br>
    > <span class="style1 style5"><span class="style6"
    > title="pictures">Pictures</span></span></p>
    > <table cellpadding="0" cellspacing="0" summary="">
    > <tr align="center" valign="top">
    > <td width="142" class="storyLeft"><div align="center"><span><a
    > href="pictures/CarOverload.gif" title="Car Overload" class="capsule"
    > onClick="flvFPW1(this.href,'CarOverload','width=47 3,height=250',1,2,2);return
    > document.MM_returnValue">Car Overload </a><a
    > href="pictures/CarOverload.gif"
    > onClick="flvFPW1(this.href,'CarOverload','width=47 3,height=250',1,2,2);return
    > document.MM_returnValue"><img src="pictures/CarOverload_small.gif"
    > alt="Pool
    > Contractors" name="CarOverload" width="93" height="80" border="0"
    > class="storyLeft" id="CarOverload" title="Car
    > Overload"></a></span></div></td>
    >
    > I am just renaming everything in lower case, which seems to make a
    > difference
    > but it would be nice to know why.
    > Have a look at my site if you get a chance!
    > Cheers
    > :beer;
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Upper Case HTML Text on UNIX Server

    Well I have managed to sort the problem out now but the server would not work
    when my home page file was called Index.htm, and would only work as index.htm.
    This was the case for all my htm files and folders. I have renamed them all
    now using lower case which has done the trick but many thanks for your help and
    advice, much appreciated!!

    MKeene Guest

  7. #6

    Default Re: Upper Case HTML Text on UNIX Server

    But that's exactly what I said, no? *nix servers are case sensitive.
    That's why the normal mantra is to not use mixed case file/pathnames *unless
    you have some systematic nomenclature scheme*, and not to use spaces or
    punctuation (other than hyphen and underscore).

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "MKeene" <webforumsuser@macromedia.com> wrote in message
    news:dh89bj$s07$1@forums.macromedia.com...
    > Well I have managed to sort the problem out now but the server would not
    > work
    > when my home page file was called Index.htm, and would only work as
    > index.htm.
    > This was the case for all my htm files and folders. I have renamed them
    > all
    > now using lower case which has done the trick but many thanks for your
    > help and
    > advice, much appreciated!!
    >

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139