Announcement

Collapse
No announcement yet.

How do edit a custom .css

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    It's not that hard to understand how to register a design, so I don't believe that is where the problem is.

    I do think the problem is in the doctype. My original is;

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    Actinic changes that to;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>

    Consequently, the styling breaks in my page. I believe my page to be well formed so was wondering if you could point me to any threads where users have experienced a similar scenario.

    Comment


      #17
      Problem fixed by putting my original DOCTYPE back in to the Actinics altered version.

      Comment


        #18
        just something to remember. actinic uses the ie engine and as far as i understand is not xhtml complaint.

        Comment


          #19
          Actinic itself cannot be xhtml compliant, so this solution is a red herring and one without question that will present further problems down the line on other pages.

          XHTML is also being dropped as i understand, so building to a standard that cannot be maintained in a language that has little future, seems somewhat flawed from this angle.

          Comment


            #20
            I only mention this as I to did the DW to Actinic process and the doctype was indeed an issue, introducing many gremlins. I would recommend that when starting your DW doc just set it to html 4 something to save your self the hassle.

            Comment

            Working...
            X