Tidy errors

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.

  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;

Tidy errors

Postby oriole » Sat May 14, 2022 12:25 am

All of my pages seem to have the same two errors.
Config: unknown option: drop-font-tag
Config: unknown option: hide-endtag
I have been to Tidy and can't seem to find out what this means there. I've searched the net for 2 days now.
I would like to fix this. W3 shows it as an error but doesn't tell me where they are or what it is either.

Thanks
O
WeBuilder 2022
oriole
 
Posts: 27
Joined: Sat Jun 23, 2007 11:51 pm

Re: Tidy errors

Postby Aivars » Fri May 27, 2022 4:07 pm

Does the same error occur for a really simple HTML page?
e.g.

Code: Select all
<!DOCTYPE HTML>

<html>

<head>
  <title>Untitled</title>
</head>

<body>

</body>

</html>
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2453
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Tidy errors

Postby oriole » Sat May 28, 2022 4:52 pm

Here is a copy of one of my pages that has those errors.

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>MSD Dolls Clothes Patterns</title>
<meta name="description" content="Doll clothes patterns for ball jointed doll, size msd" />
<meta name="keywords" content="bjd, msd, ball jointed dolls, asian ball jointed dolls, sewing patterns for doll clothes, bjd patterns, bjd fashion" />
<meta name="robots" content="index,follow, sitemap: https:adams-harris.com/sitemap.xml" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="../style_sheets/pattern_index_style_sheet.css" rel="stylesheet" type="text/css" />

</head>

<body>
<header class="header">
<h1>MSD Page 2</h1>
<img src="../images/stylesheet_images/red_bar.png" alt="" />
<h4>Click on pattern for details</h4>
<h5>Male Dolls</h5>

</header>
<section>
<h3>DOC old body, Souldoll old body, DIM old body</h3>
<table>
<tr>

<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/young_man/young_man_dim.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/young_man/young_man_scover.jpg" width="100" height="154" alt="Young Man" title="Young Man DIM"></a>
</td>

<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/hard_days_night/hard_days_night_dim.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/hard_days_night/hard_days_scover.jpg" width="100" height="154" alt="Hard Days Night" title="Hard Days Night DIM"></a>
</td>

<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/ivan_doc/summer_break/summer_break.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/ivan_doc/summer_break/summer_break_scover.jpg" width="100" height="154" alt="Summer Break" title="Summer Break Pattern MSD"></a>
</td>

<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/old_soul_doll/20th_century_boy/20th_century_boy.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/old_soul_doll/20th_century_boy/20th_century_boy_scover.jpg" width="100" height="154" alt="20 Century Boy Pattern" title="20th Century Boy MSD"></a>
</td>


<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/ivan_doc/walter/walter.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/ivan_doc/walter/walter_raliegh_scover.jpg" width="100" height="154" alt="Walter Raliegh" title="Walter Raliegh Pattern MSD"></a>
</td>

<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/old_soul_doll/20th_century_boy/20th_century_boy.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/old_soul_doll/20th_century_boy/20th_century_boy_scover.jpg" width="100" height="154" alt="20th Century Boy Pattern MSD" title="20th Century Boy Pattern MSD"></a>
</td>
</tr>
<tr>
<td>
<a href="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/space_cadet/space_cadet_dim.html"><img src="../dolls/bjd/30cm_to_45cm/boy_dolls/julius_dim/space_cadet/space_cadet_scover.jpg" width="100" height="154" alt="20th Century Boy Pattern MSD" title="20th Century Boy Pattern MSD"></a>
</td>
</tr>
</table>

<section>FID</section>
<h3>FID Male</h3>

</section>
<footer>
<div class="links">
<p><a href="#top">Top of Page</a></p>
<p><a href="msd_pattern_index.html">MSD Page 1</a></p>
<p><a href="../pattern_collections.html">Back to Collections</a></p>
<p><a href="../index.htm">Home</a></p>
</div>
</footer>
</body>
</html>
oriole
 
Posts: 27
Joined: Sat Jun 23, 2007 11:51 pm

Re: Tidy errors

Postby Aivars » Mon May 30, 2022 8:34 am

It appears that the error does not depend on HTML, so I guess something happened with your Tidy configuration.
I've attached a zip file, extract tidy.dat and copy it to %appdata%\Blumentals\WeBuilder\settings
Attachments
tidy.zip
(1.25 KiB) Downloaded 141 times
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2453
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Tidy errors

Postby oriole » Wed Jun 01, 2022 3:14 pm

Well I did try this a few times without a new result. I may try and install the whole program from scratch, but if this isn't really a problem then I won't worry about it. Thanks Oriole
oriole
 
Posts: 27
Joined: Sat Jun 23, 2007 11:51 pm

Re: Tidy errors

Postby oriole » Fri May 19, 2023 7:54 pm

Thanks for your help. I don't have a clue what a drop font or hide end tag mean so for now I will just live with it until I have time to look this up.
Cheers,
O
oriole
 
Posts: 27
Joined: Sat Jun 23, 2007 11:51 pm


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support

Who is online

Users browsing this forum: tijatic233 and 11 guests