Topic RSS
oh, just delete the id=content in side the "if" statement for the forum page… you will still have class=forum which will then control…
That doesn't appear to have worked. My header.php looks like this now:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DT…..rdquo;>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<meta name=”verify-v1″ content=”uBseZuRSsCu9DJUvIqNFDXBw7dmz8EDvrySCCJJ2ebw=” />
<title><?php bloginfo('name'); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>” />
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel=”alternate” type=”application/rss+xml” title=”simfonik” href=”http://www.simfonik.com/?feed=…..#038;Prime; />
<?php wp_head(); ?>
<body>
<div id=”headerwrap”>
<div id=”headercolumn1″><h1><a href=”<?php echo get_option('home'); ?>/”><?php bloginfo('name'); ?></a></h1></div>
<div id=”headercolumn2″></div>
<div id=”headercolumn3″><?php include (TEMPLATEPATH . '/searchform.php'); ?> </div>
</div>
<div id=”wrapper”>
<?php
if (is_page('forum'))
{
?>
<div class=”forum”></div>
<?php
} else {
?>
<div id=”column1″>
<h3>Recent Additions</h3>
<ul><?php wp_get_archives('type=postbypost&limit=20');�?></ul>
<div>
</div>
</div>
<div id=”content”></div>
<?php
}
?>
<div id=”content” class=”forum”>
In my stylesheet I've added:
.forum {
width: 950px;
}
Using inspect on firebug, it looks like the forum is still within <div id=”content” class=”forum”>, and I still end up with those vertical dashes (from line 289 of style sheet) cutting through the background on /forum.
edit: quote seems to have covered my entire post. i've bolded everything except code (and this note) to make it easier to read.
works fine for me with firebug… changing it, that is… looking at your new file, some problems…
should be
and
should be
you dont want to close those… just open them…
and what is the following doing in the file at the end??
it shouldnt be there…
Most Users Ever Online: 444
Currently Online: steve.engelking, BlueDagger, irlandes1
65 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
-Radio-: 1251
Lee H: 606
Luffer: 535
Conrad_Farlow: 502
jim: 478
neon: 263
ovizii: 240
Tal: 240
Member Stats:
Guest Posters: 2626
Members: 7363
Moderators: 1
Admins: 2
Forum Stats:
Groups: 5
Forums: 16
Topics: 10897
Posts: 79582
Newest Members: Rick Thomas, joelrob, ndc, MacBravO, irlandes1, triphop, betokan, Jonathan Yovani Muñoz, somosguatemala, ahcreate
Moderators: Brandon C (162)
Administrators: Yellow Swordfish (22240), Mr Papa (23688)
Log In
Register
Home
Add Reply
Add Topic
Offline




Quote
Visit


Privacy Policy



