[PLUG-TALK] HTML5: <hr> not working

Rich Shepard rshepard at appl-ecosys.com
Wed Aug 17 23:14:59 UTC 2022


On Wed, 17 Aug 2022, Paul Mullen wrote:

> What he said. Additionally, consider using the <cite> tag. The MDN docs
> for <blockquote> give a reasonable exmple, and let you play around with
> the HTML and CSS right there in-page.

Paul,

I had each entry as a separate <blockquote></blockquote> encasing a
<cite></cite>.

Adding
          <style>
            hr (
                width: 70%;
                margin-left: auto;
                margin-right: auto:
            )
          </style>
between <head> and </head> does nothing.

>    https://firefox-source-docs.mozilla.org/devtools-user/index.html
>    https://developer.chrome.com/docs/devtools/overview/>

Worth looking at those.

Thanks,

Rich



More information about the PLUG-talk mailing list