Text keep centering itself when published

G

Guest

Thanks for the link. Could you let us know what might be centering?
I see something like:
<td width="100%" align="center" bgcolor="#FFFFCC" colspan="4"><b><font
color="#008000">We offer very low prices, full financial protection and peace
of mind</font></b></td>
And using align="center" will cause it to center.

What text is centering right now that you don't want to be centered?
 
G

Guest

Hi Corey, thanks for comng back. If you take a look at the original URL I
posted you will notice that after removing several <center> tags and
replacing them with <left>it now looks correct. If you then take a look at a
sister page at
http://www.all-inclusive-hotels.co.uk/all-inclusive-holidays-in-tenerife.htm
you will see that the text next to the hotel photes is centered as is the
text below the search box and the text in the "Why use us" box. When I
created these all the text was to the left and it still shows as left on the
Normal page look but when published it centers everything and I can't think
why.
 
G

Guest

HI again, If you would be so kind as to take a look at
http://www.holidays-fuerteventura.book-holidays-direct.com/ you will see that
the text (left of the search box and below of the Special Offers bit) named
Codes: is in green as is the text lower down the table. In normal mode this
is black and I would like it in black. Another strange thing that I noticed
today was when I go to change the text back from green to black the
highlighted text jumps from 10pt to 14pt. I then have to highlight it again
and resize it. Strange or not.
 
G

Guest

text below the search box and the text in the "Why use us" box. When I You
have
<div align="center">
So this is centering the text from the start

This is the "Frontpage" way of centering a webpage. You can put in
something like
td
{
text-align: left;
}

in your styles and this will help to hopefully fix that. CSS is cascading,
but I don't know if the styles will over-write your other part or not.

But I recommend that you check out:
http://www.iwdn.net/showthread.php?t=3570 and
http://www.iwdn.net/showthread.php?t=3640 for a much better way to center
your website
 
G

Guest

the text (left of the search box and below of the Special Offers bit) named
Codes: is in green as is the text lower down the table. In normal mode this
is black and I would like it in black.

Do you mean the Fuerteventura Self catering holidays and Fuerteventura
Half-Board holidays

If so you might just need to clear up your FP temp files:
http://www.timeforweb.com/frontpage/forum/forum_posts.asp?TID=1224 and
http://www.95isalive.com/fixes/fpclean.htm

You seem to have a style sheet attached to this as well. So you might want
to check that out to see if you have applied any styles to it as well.
 

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