 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
allie735
Joined: 22 Jul 2004 Posts: 4
|
Posted: Sat Jul 24, 2004 11:14 pm Post subject: Blog size |
|
|
I can't figure out what and where I edit to change the size of my blog. My entry is all squished into a smaller space, is there a way I can alter it so it is spread out throughtout the frame? Thanks!
here is my site if you don't understand what I mean: http://star.pixelfx.org |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 428 Location: Oslo, Norway
|
|
Back to top |
|
 |
allie735
Joined: 22 Jul 2004 Posts: 4
|
Posted: Wed Jul 28, 2004 2:41 am Post subject: |
|
|
Here is my index.php Thanks!
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- layout credits goto http://bluerobot.com/web/layouts/layout2.html -->
<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" />
<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>
<div id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div>
<div id="content">
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>
<?php the_date("","<h2>","</h2>"); ?>
<?php permalink_anchor(); ?>
<div class="storyTitle"><?php the_title(); ?>
<a href="?cat=<?php the_category_ID() ?>" title="category: <?php the_category() ?>"><span class="storyCategory">[<?php the_category() ?>]</span></a> -
<span class="storyAuthor"><?php the_author() ?> - <?php the_author_email() ?></span> @ <a href="<?php permalink_link() ?>"><?php the_time() ?></a>
</div>
<div class="storyContent">
<?php the_content(); ?>
<div class="rightFlush">
<?php link_pages("<br />Pages: ","<br />","number") ?>
<?php comments_popup_link("Comments (0)", "Comments (1)", "Comments (%)") ?>
<?php trackback_popup_link("TrackBack (0)", "TrackBack (1)", "TrackBack (%)") ?>
<?php pingback_popup_link("PingBack (0)", "PingBack (1)", "PingBack (%)") ?>
<?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>
</div>
<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>
</div>
<p class="centerP"><?php timer_stop(1); ?>
[powered by <a href="http://cafelog.com" target="_blank"><b>b2</b></a>.]
</p>
<div id="menu">
<h4>quick links:</h4>
<a href="http://www.cafelog.com" title="b2's homepage">cafelog.com</a><br />
<a href="http://some other site" title="another link">another link</a><br />
<a href="http://some other site" title="another link">another link</a><br />
<a href="http://some other site" title="another link">another link</a><br />
<h4>categories:</h4>
<?php list_cats(0, 'All', 'name'); ?>
<h4>search:</h4>
<form name="searchform" method="get" action="<?php echo $PHP_SELF; /*$siteurl."/".$blogfilename*/ ?>">
<p>
<input type="text" name="s" size="15" /><br />
<input type="submit" name="submit" value="search" />
</p>
</form>
<h4>archives:</h4>
<?php include("b2archives.php"); ?>
<br />
<h4>other:</h4>
<a href="b2login.php">login</a><br />
<a href="b2register.php">register</a><br />
<br />
<a href="b2rss.php"><img src="b2-img/xml.gif" alt="view this weblog as RSS !" width="36" height="14" border="0" /></a><br />
<a href="http://validator.w3.org/check/referer" title="this page validates as XHTML 1.0 Transitional"><img src="http://www.w3.org/Icons/valid-xhtml10.gif" alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
</div>
<div id="chaff">
<a href="mailto:abuse@[127.0.0.1]" title="anti sp@mbot addrss">4 sp@mbots e-mail me</a>
</div>
<!-- BlueRobot was here. -->
</body>
</html> |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 428 Location: Oslo, Norway
|
|
Back to top |
|
 |
allie735
Joined: 22 Jul 2004 Posts: 4
|
Posted: Wed Jul 28, 2004 5:34 pm Post subject: |
|
|
Here is the css:
body {
font-family: tahoma;
font-size: 8pt;
color: #8F8989;
background-color: #000000;
scrollbar-face-Color: #5A5858;
scrollbar-highlight-color: #5A5858;
scrollbar-shadow-color: #000000;
scrollbar-base-color : #000000;
scrollbar-3d-light-color : #5A5858;
scrollbar-dark-shadow-color : #000000;
scrollbar-track-color : #000000;
}
a {color: #B9B9B9; text-decoration: none; font-weight:bold}
a:hover {color: #FFFFFF; text-decoration: underline; font-weight:bold}
.input {
font-family: tahoma;
font-size: 8pt;
color: #8F8989;
border-style: solid;
border-width: 1 1 1 1;
border-color: #000000;
}
.button {
font-family: tahoma;
font-size: 8pt;
color: #8F8989;
border-style: solid;
border-width: 1 1 1 1;
border-color: #000000;
}
}
And the boondock.html:
<html>
<head>
<title>STAR-CROSSED -->Shepards we will be, for thee my lord for thee</title>
<STYLE type="text/css">
A:link{color:#B9B9B9; text-decoration:none;font-weight:bold; cursor:default}
A:visited{color:#B9B9B9;text-decoration:none;font-weight:bold; cursor:default}
A:hover{color:#B9B9B9;text-decoration:underline;font-weight:bold; cursor:help;}
</STYLE>
<style text="text/css">
body,tr,td {cursor:default;}
</style>
</head>
<body bgcolor="#000000" text="#8F8989" bgproperties="fixed">
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript">
<!--
document.body.style.scrollbarFaceColor='#5A5858'
document.body.style.scrollbarBaseColor='#5A5858'
document.body.style.scrollbarArrowColor='#5A5858'
document.body.style.scrollbarDarkShadowColor='#5A5858'
document.body.style.scrollbarHighlightColor='#5A5858'
document.body.style.scrollbarShadowColor='#5A5858'
document.body.style.scrollbarTrackColor='#000000'
-->
</script>
<HTML>
<HEAD>
<META NAME="Author" CONTENT="Owner">
<META NAME="Generator" CONTENT="Jasc Paint Shop Pro 7">
<TITLE> </TITLE>
</HEAD>
<BODY>
<div id="image" style="position:absolute; top: 0px; left:0px; " align="justify">
<IMG NAME="boondock20" SRC="boondock2.png" WIDTH="885" HEIGHT="1200" BORDER="0" USEMAP="#boondock2">
<MAP NAME="boondock2">
<AREA SHAPE="rect" COORDS="591,412,690,420" HREF="http://pixelfx.org" ALT="Host" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="605,421,702,427" HREF="http://dorkie.net" ALT="GM Host" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="575,505,626,514" HREF="http://star.pixelfx.org/me.html" ALT="Allie" TARGET="frame" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="576,514,624,524" HREF="http://star.pixelfx.org/you.html" ALT="You" TARGET="frame" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="577,523,625,531" HREF="http://star.pixelfx.org/www.html" ALT="www" TARGET="frame" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="575,530,652,540" HREF="http://allie735.signmyguestbook.com" TARGET="_blank" ALT="Guestbook" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="573,538,639,547" HREF="http://star.pixelfx.org/joined.html" ALT="Joined" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="573,547,631,555" HREF="http://star.pixelfx.org/b2" ALT="Clear" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="577,813,615,820" HREF="http://silicone.precious-illusions.org" ALT="Jenn" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="619,811,652,820" HREF="http://dorkie.net" ALT="Emily" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="659,809,686,819" HREF="http://ambitions.shows.it" ALT="Tina"TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="693,810,726,820" HREF="http://starless-day.net" ALT="Helle" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="607,819,624,830" HREF="http://kiss-me.org" ALT="CJ" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="633,818,661,829" HREF="http://showyermoxie.crimson-regret.net" ALT="Joey" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
<AREA SHAPE="rect" COORDS="666,820,699,829" HREF="http://gone.6am.org" TARGET="_blank" ALT="Julie" TARGET="new" OnMouseOut="window.status=''; return true" OnMouseOver="window.status=''; return true">
</MAP>
</BODY>
</HTML>
<div id="content" style="position:absolute; top: 300px; left:25px; " align="justify">
<IFRAME frameBorder=0 width="465" height="650" name="frame" src="http://star.pixelfx.org/b2">
</IFRAME>
</div>
<div id="fan" style="position:absolute; top: 625px; left:575px; " align="justify">
<br><a href="http://fate.perfectly-pia.com/" target="new"><img src="fan/fate.jpg" border="0"></a>
<a href="http://stray-kitten.net/irish" target="new"><img src="fan/irishaccent.gif" border="0"></a>
<a href="http://www.covered-in-rain.org/gc/" target="new"><img src="fan/gc.jpg" border="0"></a>
<br><a href="http://deep-down.net/potc" target="new"><img src="fan/pirate.jpg" border="0"></a>
<a href="http://www.deaddesire.org/orlando/" target="new"><img src="fan/orlandobloom.jpg" border="0"></a>
<a href="http://carmina.paperhearts.com/kisses/" target="new"><img src="fan/fankiss.gif" border="0"></a>
<a href="http://star.pixelfx.org/fanlistings.html">...more?</a>
</div>
</body>
</html>
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;
function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
</script>
The frame works for all the other pages, so I thought it must be the b2. lol. Thanks for your help!  |
|
Back to top |
|
 |
allie735
Joined: 22 Jul 2004 Posts: 4
|
Posted: Thu Jul 29, 2004 3:45 am Post subject: |
|
|
Problem solved! I have no idea what I did but it seems to work now. Thanks for all your help.  |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 428 Location: Oslo, Norway
|
|
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
|