Announcement

Collapse
No announcement yet.

When I view my website on Google Chrome, the width of the site is now full screen

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

    When I view my website on Google Chrome, the width of the site is now full screen

    If you see this issue, it may be that you have a HTML 'Marquee' tag on one of your pages within the software.

    The reason for this is because a width has not been set on the marquee tag. A recent change to Google Chrome has made the width of some sites change.

    In this example, a marquee tag has been put in a fragment.
    At the beginning of the code where it displays

    <marquee>

    You need to change this to the following

    <marquee width=”x”>

    (Where “x” is the width of your homepage you can keep changing “x” until the page looks correct. )

    Attached Files
Working...
X