Doctype and Port 80 problems

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Doctype and Port 80 problems

    Hi

    Have a site up and running through Contribute and hoped someone can help with
    a couple of problems:

    The index page is adding :80/ to the end of the URL instead of just / Does
    anyone know how to get rid of this?

    Also, what is the best doctype to use with contribute? Appears that no doctype
    is added and really need to do that before tackling the other code/validation
    errors. Tried a couple of options but these made the situation worse.

    Thanks in advance for any assistance.

    Tom

    Tomas717 Guest

  2. Similar Questions and Discussions

    1. DOCTYPE bug?
      I am trying to centre a simple table on a page. But find in Safari on a Mac, it refuses to centre on the window HEIGHT. I have found the way to...
    2. PHP Code above DW Template doctype?
      I've built a website in a DW Template; the pages are .php. We added a PHP script, a bit of code that needs to be at the top of the pages (before...
    3. is there a DOCTYPE that validates EMBED tag?
      I have Studio MX 2004. Flash requires EMBED tag but Dreamweaver says that's an error. Does any DOCTYPE allow the EMBED tag? In Flash Pro, I ask...
    4. Serial Port Problems
      I'm trying to send data over the serial port using PHP and Serproxy. I downloaded Serproxy from http://www.lspace.nildram.co.uk/freeware.html. From...
    5. DOCTYPE
      I have been researching css-p and following example tutorials on PVII. Now... if I use the entire DOCTYPE declaration that PVII suggest, I get...
  3. #2

    Default Re: Doctype and Port 80 problems

    Hi

    I would like to say that not getting a reply in the forum was a little
    disappointing. In no way do I blame forum members, that's up to them but don't
    Adobe people keep an eye on questions that are unanswered. Looking at how many
    others there are, maybe not. Neither did they reply to the email I sent to
    support.

    In the end, I found a free website help line in the area where I'm staying.
    They are [url]http://www.surreywebdevelopment.org.uk[/url] and deserve a mention, as they
    helped for nothing, within a couple of hours. Anyway, the port 80 thing I'm
    still not sure about, as they spoke to my hosts and this is sorted out but I'm
    not sure how. On the doctype, they recommended HTML 4.01 Transitional, I'll
    paste the code below if that helps anyone, which goes right at the top of your
    page (in the source code, not the page itself).

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    (Then there's another line, just search for that, went weird on here.)

    They also suggested a few other things and explained how to use a validator.
    Can't say the website code is absolutely perfect yet but nearly. Can't really
    understand why this isn't added anyway, I love contribute and people say my
    website looks good, important for a photographer. Just hope Adobe will work on
    the coding problems, I don't want to feel I have to use something else.


    Tomas717 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