Skip to main content
Participant
June 20, 2017
Answered

mobile friendly Dreamweaver pages within a 4000 page html / Dreamweaver CS5.5 directory?

  • June 20, 2017
  • 2 replies
  • 211 views

I started a community directory in 1996 using basic HTML (PageSpinner) and a little basic Dreamweaver (now CS5.5). It has well over 4,000 webpages now. Is it possible to use Dreamweaver CS6 to make individual pages within the directory mobile friendly?

    This topic has been closed for replies.
    Correct answer pziecina

    The simple answer is not really.

    The more complexed answer is possibly depending on the css used. you could add media-queries to modify the page layout for mobiles, and place the link to that file below the main css file.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    June 20, 2017

    A better question is why are you clinging to static HTML for such as massive web site?

    If you rebuilt it dynamically with a databases you could make the site much leaner & easier to manage.

    1 responsive details page for everything contained in your database vs 4,000 separate pages.

    Nancy O'Shea— Product User & Community Expert
    pziecina
    pziecinaCorrect answer
    Legend
    June 20, 2017

    The simple answer is not really.

    The more complexed answer is possibly depending on the css used. you could add media-queries to modify the page layout for mobiles, and place the link to that file below the main css file.