[hr] alignment

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.
 
S

Stefan B Rusynko

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.
|
 
R

R. J. Diaz

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.
 
Top