Results 1 to 3 of 3
  1. #1
    Phil McKraken
    Guest
    Can anyone tell me how to code a link so I can place ringers and
    pictures on the web for cell phone users to download? I would like to
    make a section of my site with free ringer and pic downloads that will
    work with cell phones, but cannot find a resource showing how to do
    the markup to allow the links to download the files directly from a
    phone like some of the commercial sites.

    Anyone have samples/examples or resources ?

    ThaNkS !!



    See More: Coding site for cell downloads




  2. #2
    Peterbilt
    Guest

    Re: Coding site for cell downloads

    I was reading a book called "Absolute Beginner's Guide To Creating Web
    Pages" by Que Publishing. It said in there to put the following in the
    header for mobile devices. You can also check out 'http://www.w3.org


    <!DOCTYPC html PUBLIC ''\//W3C//DTC XHTML 1.0 Strict//EN''
    ''DTD/xhtml1-strict.dtd''>
    <html xmlns=''http://www.w3.org/1999/xhtml''>
    <head>
    <title>Enter Title Here</title>
    <! - - Designed By XXXXX- - >
    <! - - Last Updatep 07/25/2003 - - >
    </head>
    <body>


    </body>
    </html>


    "Phil McKraken" <[email protected]> wrote in message
    news:[email protected]...
    > Can anyone tell me how to code a link so I can place ringers and
    > pictures on the web for cell phone users to download? I would like to
    > make a section of my site with free ringer and pic downloads that will
    > work with cell phones, but cannot find a resource showing how to do
    > the markup to allow the links to download the files directly from a
    > phone like some of the commercial sites.
    >
    > Anyone have samples/examples or resources ?
    >
    > ThaNkS !!







  3. #3
    Steph
    Guest

    Re: Coding site for cell downloads

    I think the real answer is correctly defining the MIME Appication type
    for the file extensions so the phone knows to download and install the
    files versus attempt to render them.


    "Peterbilt" <amazon-*****@REMOVETHEOBVIOUSeudoramail.com> wrote in
    news:[email protected]:

    > I was reading a book called "Absolute Beginner's Guide To Creating Web
    > Pages" by Que Publishing. It said in there to put the following in the
    > header for mobile devices. You can also check out 'http://www.w3.org
    >
    >
    ><!DOCTYPC html PUBLIC ''\//W3C//DTC XHTML 1.0 Strict//EN''
    > ''DTD/xhtml1-strict.dtd''>
    ><html xmlns=''http://www.w3.org/1999/xhtml''>
    ><head>
    ><title>Enter Title Here</title>
    ><! - - Designed By XXXXX- - >
    ><! - - Last Updatep 07/25/2003 - - >
    ></head>
    ><body>
    >
    >
    ></body>
    ></html>
    >
    >
    > "Phil McKraken" <[email protected]> wrote in message
    > news:[email protected]...
    >> Can anyone tell me how to code a link so I can place ringers and
    >> pictures on the web for cell phone users to download? I would like to
    >> make a section of my site with free ringer and pic downloads that

    will
    >> work with cell phones, but cannot find a resource showing how to do
    >> the markup to allow the links to download the files directly from a
    >> phone like some of the commercial sites.
    >>
    >> Anyone have samples/examples or resources ?
    >>
    >> ThaNkS !!

    >
    >
    >
    >





  • Similar Threads