 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
Meiyo
Joined: 27 Nov 2003 Posts: 3
|
Posted: Thu Nov 27, 2003 11:11 pm Post subject: Content flushed to the left side... |
|
|
http://nijiumi.net/x/index_test.php
I'm not sure what the problem is, but all of my content is all at the left side...and I've tired everything I know of to fix it....can somebody help please? |
|
Back to top |
|
 |
Meiyo
Joined: 27 Nov 2003 Posts: 3
|
Posted: Fri Nov 28, 2003 8:48 pm Post subject: |
|
|
here is the code...
Code: |
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include
("blog.header.php"); ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<head>
<title>{{ Forever
Forlorn }} Shinobi
12 I'll do everything for him</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" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<style type="text/css" media="screen">
@import url( css.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="css.css" />
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>"
/>
<link rel="alternate" type="text/xml" title="RSS" href="<?php bloginfo('rss2_url');
?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<div id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name');
?></a></div>
<body background="lb/bg.jpg" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="575" HEIGHT="600">
<TR>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="575" HEIGHT="600">
<IMG NAME="Image20" SRC="lb/haku.jpg" WIDTH="575" HEIGHT="600"
BORDER="0"></TD>
</TR>
</TABLE>
<!-- End Table -->
hi
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("","<font class=date>","</font>"); ?><BR>
<?php permalink_anchor(); ?>
<div class="storyTitle">
<BR>
<div class="storyContent">
<?php the_content(); ?>
<span class="storyAuthor"><?php the_author() ?> ate candy at <a href="<?php
permalink_link() ?>"><?php the_time() ?> </a> {<?php comments_popup_link("0 Ghosts",
"1 Goul", "% undead")?>}<?php include ("b2comments.php"); ?>
</p>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?>
</div>
</BODY>
</HTML> |
|
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Sat Nov 29, 2003 8:19 am Post subject: |
|
|
Code: | <div id="main"><!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("","<font class=date>","</font>"); ?><BR>
<?php permalink_anchor(); ?>
<div class="storyTitle">
<BR>
<div class="storyContent">
<?php the_content(); ?>
<span class="storyAuthor"><?php the_author() ?> ate candy at <a href="<?php
permalink_link() ?>"><?php the_time() ?> </a> {<?php comments_popup_link("0 Ghosts",
"1 Goul", "% undead")?>}<?php include ("b2comments.php"); ?>
</p>
<!-- // this is just the end of the motor - don't touch that line either :) -->
<?php } ?></div> |
You should really fix up your coding & css, you've got two instances of <BODY>, and in your css, you have 2 instances of BODY{ again. Also, you should really sure some sort of measurement, ie PX for pixels in your positioning. You should remove all other <DIV>s that you're not classifying with a CSS class (i.e. <div id="header"> </div>, etc). _________________ No more support from me. Goodbye!
Go upgrade to WordPress, you'll find better support there. |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB 2 © 2001, 2002 phpBB Group
|