View previous topic :: View next topic |
Author |
Message |
NoleChica
Joined: 30 Dec 2004 Posts: 3
|
Posted: Thu Dec 30, 2004 7:43 pm Post subject: Something is wrong with the search and archive area |
|
|
Hello...
Well I have customized my template but the search box is covering up my text when shown on my page. But when I edit it, it doesn't show that. I even had to use positioning to try to get back to original pre-customizing condition. Here is my script:
<?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>
<head>
<LINK REL=stylesheet HREF="http://ladynole05.spoken-for.org/style1.css" TYPE="text/css">
<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('[email protected]'); ?>" />
<meta http-equiv="imagetoolbar" content="no" />
<meta content="TRUE" name="MSSmartTagsPreventParsing" />
<style type="text/css" media="screen">
@import url( ../layout2b.css );
</style>
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
<link rel="alternate" type="application/rdf+xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php comments_popup_script() ?>
</head>
<body>
<BODY style="OVERFLOW-X: hidden; y: scroll">
<div id="content" style="font-family:Verdana;font-size:11px;color:#FFFFFF;text-align:justify"></div>
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<div class="storyTitle" style="font-family:verdana;font-size:11px;color:#FFFFFF;background:#000000;height:12px">
<b><?php the_title(); ?> <?php the_date("","",""); ?></b>
</div>
<br>
<div class="storyContent" style="font-family:Verdana;font-size:11px;color:#FFFFFF;background:transparent;text-align:justify">
<?php the_content(); ?>
</div>
<br>
<br>
<div class="rightFlush"style="font-family:Verdana;font-size:11px;color:#333333;background:transparent">
<p align="right">
Spoken by <span class="storyAuthor"><?php the_author() ?> @ <?php the_time() ?></span>
<br>
<b><img src="http://ladynole05.spoken-for.org/download_icon_aim.gif" height="20" width="30"><a href="aim:goim?screenname=CrazyC4 69&message=What's up, Cynt? I visited your site!" target="_blank">AIM</a></b><br>
<b><img src="http://ladynole05.spoken-for.org/msg.gif" height="15" width="30"><a href="ymsgr:sendim?dabrat4da98" target="_blank">YIM</a></b>
<br>
<a href="<?php permalink_link() ?>"><?php comments_popup_link("Daps ?", "1 Dap", "% Daps") ?></a>
</p>
<?php trackback_rdf() ?>
<!-- this includes the comments and a form to add a new comment -->
<?php include ("b2comments.php"); ?>
<!-- this includes the trackbacks -->
<?php include ("b2trackback.php"); ?>
<!-- this includes the pingbacks -->
<?php include ("b2pingbacks.php"); ?>
</div>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
<p class="centerP">
[Mz. Cynt's Blog by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>
<div id="menu" style="position:absolute;top:2050px;left:420px">
<center><h4>search:</h4>
<center><form name="searchform" method="get" action="/b2/index.php">
<p>
<input type="text" style="font-size:10pt; color:#FFFFFF; font-family:Verdana; border:1; border-color:#000000; border-style: solid; background:#FFFFFF" name="s" size="20" /><br />
<input type="submit" size="20" style="font-size:10pt; color:#000000; font-family:arial; border:1; border-color:#000000; border-style: solid; background:#FFFFFF" name="submit" value="search" />
</p>
</form>
<h4>archives:</h4>
<?php include("b2archives.php"); ?>
<br />
</center>
</div>
</body>
</html>
Also, my page is http://ladynole05.spoken-for.org . This is where you can see that the search area is on the side and over some of my blog. Thanks! |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
|
Back to top |
|
 |
NoleChica
Joined: 30 Dec 2004 Posts: 3
|
Posted: Thu Jan 06, 2005 1:53 pm Post subject: |
|
|
I don't understand what you are trying to say....Plus, I checked the Validator thing before posting my problem and I really got confused. Could you possibly show where in the code to make changes or something? |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
|
Back to top |
|
 |
NoleChica
Joined: 30 Dec 2004 Posts: 3
|
Posted: Fri Jan 07, 2005 11:21 pm Post subject: |
|
|
Okay, thanks! |
|
Back to top |
|
 |
|