• Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
Exit
0

Managing opperations of keyboard functions

New Here ,
Mar 11, 2019 Mar 11, 2019

Copy link to clipboard

Copied

See My Question Here

Views

269

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 12, 2019 Mar 12, 2019

On line #761 or thereabout change <?article> to <article>

Also have a look at https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmabo.biz%2Fdocs%2Fmabosimple.html

Edit: Change the first four lines from

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

to

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="U

...

Votes

Translate

Translate
Community Expert ,
Mar 11, 2019 Mar 11, 2019

Copy link to clipboard

Copied

This sort of problem usually occurs when there is a coding error. Use the validator, The W3C Markup Validation Service , to check your document.

If that did not help, please upload the page to a temporary location and supply the link. That way we can see first hand what is going on.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 12, 2019 Mar 12, 2019

Copy link to clipboard

Copied

Thanks Ben I will follow that advice and let you know

I am confident it is not a coding error as I have scoured the code and no errors are visible

The document is a html.  php code would stand out and trigger Dreamweaver error prompting response

Here is the page

Thanks for responding

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 12, 2019 Mar 12, 2019

Copy link to clipboard

Copied

On line #761 or thereabout change <?article> to <article>

Also have a look at https://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmabo.biz%2Fdocs%2Fmabosimple.html

Edit: Change the first four lines from

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

to

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

This should take care of a lot of the markup errors.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 12, 2019 Mar 12, 2019

Copy link to clipboard

Copied

LATEST

Hi Ben Thank  It was the<?article> Removed the "?" and bingo full screen display returned

After 9 hours of coding failed to relieve the shift key before hitting the "/".

Who would have thought that this could do so much damage. But then i realized that "?" is high order character in php

And thank to Nancy for giving your suggestions

Learns something new today

Mark this one as "Answered"

Plus my many thanks

Warren

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 12, 2019 Mar 12, 2019

Copy link to clipboard

Copied

OzeWaz  wrote

I am confident it is not a coding error as I have scoured the code and no errors are visible

Famous last words.  We all make coding mistakes.   It comes with the territory.

DW CC  comes with built-in Validation  and an Output panel that displays errors in real time.

CC-BugReport.jpg

CC-validate-doc.jpg

If you work with PHP files, you can switch to Live Code and then validate your Live Document.   That's really helpful when your document contains scripts + HTML and you need to ensure that the parsed code is error-free.

Nancy O'Sheaā€” Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines