View previous topic :: View next topic |
Author |
Message |
miksuv
Joined: 10 Sep 2004 Posts: 2
|
Posted: Fri Sep 10, 2004 3:45 pm Post subject: Internet Explorer showing all wrong... |
|
|
Hello
I created my blog and when i modded it from b2 version i found out that MS IE shows the blog part so that EVERY word is in their own line.
You can check it out @ www.miksu.org/blog
And here is the index.php
Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<head>
<title><?php bloginfo('name') ?><?php single_post_title(' :: ') ?><?php single_cat_title(' :: ') ?><?php single_month_title(' :: ') ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="reply-to" content="<?php bloginfo('admin_email'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="stylesheet" href="blog.css" type="text/css" />
</head>
<body>
<div id="header"></div>
<div align="center">
<table bgcolor="#ffffff" width="600" border="0" cellspacing="0" cellpadding="0">
<tr style="height: 50px" align="left">
<td style="height: 149px; background-image: url(images/main.jpg);" width="334" valign="top">
<td width="145" valign="top" style="background-image: url(images/main2.jpg)" width="145">
</tr>
<tr style="height: 390px" align="left">
<td valign="top" style="height: 195px; background-repeat:none" rowspan="3">
<table width="333" cellpadding="0" cellspacing="0">
<tr>
<td valign="bottom" align="right" width="333">
<span class="chti">
<p align="left"><a href="http://www.miksu.org/">[Home]</a>
<a title="Gallery" target="_blank" href="http://www.miksu.org/gallery">[Photo Gallery]</a>
<a href="b2login.php">[logIn]</a></span></td>
</tr>
<tr>
<td colspan="2" class="main" width="331">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<blockquote>
<p class="date" align="left"><?php the_date("d.m.y"); ?></p>
<p><?php permalink_anchor(); ?>
<p><?php the_content(); ?></p>
<br>
<em>posted by <strong><?php the_author() ?></strong> @
<a href="<?php permalink_link() ?>"><?php the_time() ?></a></em> <br>
<a href="<?php comments_link() ?>"><?php comments_number("no comments", "1 comment", "% comments") ?></a>
</p>
</blockquote>
<?php include ("b2comments.php"); ?>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
<p class="chti" align="center">
<br>
</p>
</td>
</tr>
</table>
<blockquote>
<p class="chti">[powered by
<a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]<span class="chti" style="color:#000000"><br>
</p>
</blockquote>
</td>
<td height="97" valign="top" style="background-repeat:none">
<span class="chti" style="color:#000000">
<blockquote>
<p><span class="chti" style="color:#000000">
<b>eMail:<br>
</b><a href="mailto:[email protected]">[email protected]</a><br>
<b>Phone:</b><br>
<a href="http://www.sonera.fi">040-5342371</a><br>
<br>
<b>SnailMail:</b><br>
<a target="_blank" href="http://kartta.hel.fi/kktesti/osoitehaku/bigmap.asp?SearchOp=katunumero_pks&Desc=NELJÄS LINJA 2 HELSINKI &XValue=53094&YValue=74837">
Neljäs linja 2 A 17,<br>
00530 Helsinki<br>
Finland </a> <p><b>Me</b><br>
<b>Name:</b>Miksu Vaittinen<br>
<b>Born:</b> 5th of October 1981<br>
<b>Looks: </b>190 / 85 / blond<br>
<b>Location: </b>HELLsinki <br>
<b>Job:</b> System Manager @
<a target="_blank" href="http://www.tietoenator.com">TE</a><br>
<br>
If you wanna know more,<a href="mailto:[email protected]?subject=Who you really are?">
ask! </a></p>
<span class="chti" style="color:#000000">
<h4>Quick links:</h4>
<a title="Gallery" target="_blank" href="http://www.miksu.org/gallery">Photo Gallery</a><br>
<a href="http://www.miksu.org" title="HOME">Home</a><br>
<a href="http://www.helia.fi/fi/" title="Helia">Helia</a><br>
<a href="http://www.fmi.fi/saa/paikalli.html?kunta=Helsinki" title="Helsingin sää">Helsingin sää</a>
</span>
</blockquote>
<blockquote>
<b>Archives:
</b><br>
<?php include("b2archives.php"); ?></blockquote>
<blockquote>
<p> </p>
</blockquote>
<tr style="height: 390px" align="left">
<td height="97" valign="top" style="background-repeat:none">
<blockquote>
<p><span class="chti" style="color:#000000"></span>
<span class="chti" style="color:#000000"><span class="chti">
<a href="b2login.php?action=logout">[logOut]</a> </p>
</blockquote>
</table>
</div>
<tr align="left">
<td valign="top" style="height: 48px; background-repeat:none"> </td>
</tr>
</body>
|
I really hope that someone could help! |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 643 Location: Oslo, Norway
|
|
Back to top |
|
 |
miksuv
Joined: 10 Sep 2004 Posts: 2
|
Posted: Tue Sep 14, 2004 1:39 pm Post subject: |
|
|
THANK YOU!!!!
Yes it was the missing % mark....  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 643 Location: Oslo, Norway
|
|
Back to top |
|
 |
|