Quote:
Originally Posted by WS64
Like I wrote you should put the center part in the header.
Enhance the STYLE comment with the hr command, like this:
<style type="text/css">
hr {width:35%}
</style>
(you will probably see more statments there)
If you do that you can just use <hr /> in your documents, and everything is valid.
|
You mean at the top of each html file? So if I have a separate file for each chapter in a book I have to add that to the top of each file in addition to adding in "<hr/"> between sections? If so, I'll use it sparingly and just stick with the asterisks for section breaks.