|
Posted by Cerebral Believer on 10/20/45 11:55
Soren,
Thanks for your reply. I tried your idea, but it has no effect for some
reason. I am really perplexed by this, as it is the only element on the
whole page that does not render correctly. Maybe I will have to try
creating a template without using tables to format the page?
Regards,
C.B.
"Costa Tropical Internet" <sorenbeck@gmail.com> wrote in message
news:1155493632.949685.161950@74g2000cwt.googlegroups.com...
> Does any of the formatting apply? Like the font color?
>
> Is it the same in Firefox?
>
> Internet Explorer has a nasty habit of resetting all formatting
> whenever it encounters a TD tag.
>
> I think your best option is to remove the class statement from the TD
> tag and create a DIV tag around the text with the same class:
>
> <tr>
> <td>
> <div class="mainpanelfooter">
> *MAIN PANEL FOOTER*
> </div>
> </td>
> </tr>
>
> And then change the css to:
>
> .mainpanelfooter {
> vertical-align: middle;
> height: 20px;
> width: auto;
> padding: 7px;
> font-size: 80%;
> color: #000000;
> font-family: Verdana, Sans-Serif;
> font-weight: normal;
> text-decoration: none;
> text-align: center;
> }
>
> Hope this helps.
>
> -------------------------------
> Soren Beck
> Costa Tropical Internet and Web Design
> http://www.costatropicalinternet.com
>
>
> Cerebral Believer wrote:
>> >
>> > <tr>
>> > <td class="mainpanelfooter">
>> > <p>*MAIN PANEL FOOTER*</p>
>> > </td>
>> > </tr>
>> >
>> > Referenced in a stylesheet thus:
>> >
>> > td.mainpanelfooter {
>> > vertical-align: middle;
>> > height: 20px;
>> > width: auto;
>> > padding: 7px;
>> > font-size: 80%;
>> > color: #000000;
>> > font-family: Verdana, Sans-Serif;
>> > font-weight: normal;
>> > text-decoration: none;
>> > text-align: center;
>> > }
>> >
>> > Does not appear centered (but aligned left) when I preview my page in
>> > my
>> > browser? It does appear centered in Frontpage's design window, but not
>> > in
>> > the preview window.
>> >
>> > Even if I use an <p align="center"></p> tag around the text in
>> > question,
>> > the text appears as if it has merely been indented left rather than
>> > centered. Any ideas what the problem could be or how to fix it?
>> >
>
Navigation:
[Reply to this message]
|