Ignore:
Timestamp:
10/12/12 15:48:06 (12 years ago)
Author:
Kris Deugau
Message:

/branches/htmlform

Finally dug up a least-nasty way to effectively get rid of the
useless <legend> tag (required in a <fieldset>, in turn required
in a <form>, if you want to be valid HTML 4.01 Strict).
See #3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/htmlform/templates/header.tmpl

    r511 r513  
    2727<div id="qsearch">
    2828<form method="post" action="<TMPL_VAR NAME=webpath>/cgi-bin/search.cgi">
    29 <fieldset><legend></legend>
     29<fieldset><legend class="noshow">&nbsp;</legend>
    3030Quick Search:
    3131<input type="text" name="input" size="20" maxlength="50" class="regular">
Note: See TracChangeset for help on using the changeset viewer.