PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 26, 2022

[FIXED] Why does my site look different when it is previewed in Dreamweaver compared to when it is published?

 July 26, 2022     adobe, css, dreamweaver, html     No comments   

Issue

When I compare the mobile version of my site in Dreamweaver to the actual site when it is live, they both look incredibly different. The code is the exact same and I'm using the same browser with the same settings. You can see the clear differences between the two here:

In Dreamweaver: https://imgur.com/BzQqUrL

Live: https://imgur.com/A5Uzvr7

Any help would be much appreciated!


Solution

The issue was caused by me not including the following code in the head section:

<meta name="viewport" content="width=device-width, initial-scale=1">


Answered By - Hydrone
Answer Checked By - Clifford M. (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing