starbase009
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Some generated pages aren’t centered in IEThank you for the link esmi. Unfortunately, the error checker didn’t like many things that were correct with the page, making it difficult to use. However, it’s advice sent me in the right direction.
The biggest problem was that the blog, combining data from several sources, was putting the style before even the HTML tag. However, with no way to remove the tag from the page source of the second document used, I decided to duplicate the tag in the first instead. While that creates two HTML tags as well as duplicates of other various information, the browser seems to ignore the second set and formats the page as expected. And although the procedure has created a new unwanted formatting side effect, it is much less aggravating than the page alignment problem.
Thanks again. I am marking this problem as resolved.
Forum: Fixing WordPress
In reply to: Some generated pages aren’t centered in IEHi All,
Well I at least found the problem, but don’t know how to fix it. There is a plugin named WP-PageNavi. It seems to require the code:
<style type="text/css"> <!-- #footernav { width: 350px; float: right; text-align: right; padding-top: 5px; padding-bottom: 5px; background-color: #434343; } --> </style>At the top of the listings pages to place itself in the correct location and look right. However, and mind you I am just guessing here, it seems to override the ‘Style’ of the rest of the page somehow in Internet Explorer.
I know I am getting warmer. I’ll post back if I figure it out… Thx