[hr] alignment

  • Thread starter Thread starter R. J. Diaz
  • Start date Start date
R

R. J. Diaz

For some unknown reason, the hr in my page will only left justify. It
show properly (centered or right) in the "normal" view, but is left
justified in "preview" or when published. This has happened on an
existing page that WAS published and OK.

This is new, never had this occur in the past.

The page source from the published page is
[!--msthemeseparator--][p align="center"][img
src="_themes/orenbuch-2/romhorsd.gif" width="600" height="10"][/p]

This is happening in both the body and in headers.

Ideas?

Bob D.
 
You are using a theme and a theme image for a line (it is not really a HR tag)
- center aligned in a <p> tag
<p align="center"><img src="_themes/orenbuch-2/romhorsd.gif" width="600" height="10"></p>
But what is the <p> tag in?
Provide a URL of the published page

--




| For some unknown reason, the hr in my page will only left justify. It
| show properly (centered or right) in the "normal" view, but is left
| justified in "preview" or when published. This has happened on an
| existing page that WAS published and OK.
|
| This is new, never had this occur in the past.
|
| The page source from the published page is
| [!--msthemeseparator--][p align="center"][img
| src="_themes/orenbuch-2/romhorsd.gif" width="600" height="10"][/p]
|
| This is happening in both the body and in headers.
|
| Ideas?
|
| Bob D.
|
 
Stefan said:
You are using a theme and a theme image for a line (it is not really a HR tag)
- center aligned in a <p> tag
<p align="center"><img src="_themes/orenbuch-2/romhorsd.gif" width="600" height="10"></p>
But what is the <p> tag in?
Provide a URL of the published page
Got It -

Have an external CSS page - [p] was identified as justified -

All better - thanks for the lead.

Bob D.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top