Part of page won't center when posted

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
 
S

Steve Easton

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
 
G

Guest

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>
*******************
 
T

Tom J

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
 

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

Top