flush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?Problem solved. Thanks Moshu. (who’s the guy who invented BOMs..)
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?ok, I’ve just discovered in notepad++ the “convert to utf-8 without BOM” menu… but it’s greyed out and unselectable!!!
PS problem solved, I could encode without BOM
Thank you Moshu!!Forum: Fixing WordPress
In reply to: Why is IE doing this to me?But how can the html be different from the code I see in notepad++? Or how can I make that BOM visible? I can’t delete it if I can’t see it.
Forum: Fixing WordPress
In reply to: Why is IE doing this to me?I have nothing at all before that code.
So I must not delete those question marks?Forum: Fixing WordPress
In reply to: Why is IE doing this to me?Thanks Moshu, one of the threads says that these BOM (byte order mark) can come in fact from the index php file that call the header. Mine is like this:
<?php
get_header();
?>
I have some question marks there, so its probably them, no?
Can I delete them without risking to cause havoc in my blog?Forum: Fixing WordPress
In reply to: Why is IE doing this to me?And I downloaded the header.php file from my server and there are no ??marks in there either.
What could be creating them?Forum: Fixing WordPress
In reply to: Why is IE doing this to me?Well, I imagine this comes from this in my header.php:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
But there are no ?? marks in there so I don’t know what to do.Forum: Themes and Templates
In reply to: create a page with a 2 or 3 column content layout?Wow! Thanks a lot!
Just to be sure: I can actually have just one specific page display like that, even though the rest of the site has a regular layout?Forum: Plugins
In reply to: IE not displaying my fGallery properly, though fine in FFCan someone help me with this?
Forum: Themes and Templates
In reply to: create a page with a 2 or 3 column content layout?Thank you,
However i’m not trying to get just 9 posts in a page, it was just for the example. I’m trying to have posts display in rows of 3 (each post will have the exact same size).Forum: Plugins
In reply to: IE not displaying my fGallery properly, though fine in FFThanks but I don’t know where to remove those 2 empty lines.
I suspect they come from this fGallery file: fim_photos.php
but I’m not sure so I don’t want to make things worse.
Here’s the code in this file, can anyone confirm this is the origin of the 2 empty lines problem?
<?php define('FIM', true); ?><?php include("../../../wp-blog-header.php"); ?>
<?php require_once("functions/fim_functions.php"); ?><?php get_header(); ?>
<div id="content" class="narrowcolumn">
<div class="entry">
<?php echo fim_get_the_content(); ?>
</div>
</div>
<?php get_sidebar(); ?><?php get_footer(); ?>
Forum: Plugins
In reply to: IE not displaying my fGallery properly, though fine in FFSo noone has any idea what could cause this?
Forum: Plugins
In reply to: Flashfader vs. LightboxPity it doesn’t work for the dailymotion videos though…
Forum: Plugins
In reply to: Flashfader vs. LightboxOk at least it works for the Dewplayer. Thanks a lot.
Forum: Plugins
In reply to: Flashfader vs. LightboxThank you,
Yes there’s no <param tag in the video call, do you think I can try putting one in?