Part of page won't center when posted

  • Thread starter Thread starter ROBBIE CRISP
  • Start date Start date
R

ROBBIE CRISP

Would appreciate any help on this issue. Using FP2002. In the design page
every thing is centered perfect but when published to the web the text box
with the company name will right justify every time while everything else
remains centered. Example can be seen at www.crisprvcenter.com What am I
doing wrong or what am I not doing? Would doing the design and posting from
a laptop have anything to do with it? Thank You!
Charlie at Crisp
 
It's centered in my browser.
Close the page, clear your browser cache, cookie and history files and then take a look at it.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Robbie -
It does not center in my browser. I suspect it's all the spaces (&nbsp) you
have in the row. I deleted them in my editor and it centered just fine then.

Cheers,
Pam Trader

**************
Your code:

<p align="center">
&nbsp

<img src="top.ht1.gif" border="3" align="center" width="396" height="81">

</p>
********
New code:

<p align="center">
<img src="top.ht1.gif" border="3" align="center" width="396" height="81">
</p>
*******************
 
ptrader said:
Robbie -
It does not center in my browser. I suspect it's all the spaces (&nbsp) you
have in the row. I deleted them in my editor and it centered just fine
then.

It doesn't in mine either. It would center if all the spaces were removed
before and after the gif.

Tom J
 
Back
Top