- Posts: 2
- Thank you received: 0
Footer goes down when adding table in Page
-
stodary
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 4 weeks ago - 12 years 4 weeks ago #27853
by stodary
Footer goes down when adding table in Page was created by stodary
Hi
Please help me
I downloaded Unltimate TinyMCE in order to be able to insert tables in pages
and so when I insert table I get the footer separated a lot
you have to scroll down to reach the footer
you can check it here
discountholidaycenter.com/bible-study-tour-1/
please help by finding a workaround if possible
thank you
Please help me
I downloaded Unltimate TinyMCE in order to be able to insert tables in pages
and so when I insert table I get the footer separated a lot
you have to scroll down to reach the footer
you can check it here
discountholidaycenter.com/bible-study-tour-1/
please help by finding a workaround if possible
thank you
Last edit: 12 years 4 weeks ago by stodary.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
12 years 4 weeks ago #27896
by milos
Replied by milos on topic Footer goes down when adding table in Page
You have incorrect HTML in your page. Use
validator.w3.org/
to validate your page and fix errors.
Please Log in to join the conversation.
-
stodary
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
12 years 3 weeks ago #27943
by stodary
Replied by stodary on topic Footer goes down when adding table in Page
I have corrected all errors but still I have the same problem
PLUS I use a plugin to create the table for me
do you have any suggestions please
PLUS I use a plugin to create the table for me
do you have any suggestions please
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 weeks ago #27949
by ivan.milic
Replied by ivan.milic on topic Footer goes down when adding table in Page
That empty space is right column and what is strange there is bunch of commented code in it. If you did not need column right you could add this to template_css.css:
#column_right{
display:none!important;
}
or
#column_right{
height:auto!important;
}
#column_right{
display:none!important;
}
or
#column_right{
height:auto!important;
}
Please Log in to join the conversation.
Time to create page: 0.159 seconds