JCEtheredge on "CSS Editing"
August 13, 2010 by David Olsen · Leave a Comment
That’s what I figured too, but it just stays white. I’ve tried
backround: #000000
and background-color: #000000 under .widecolumn both to no avail.
Also just tried simply color: #000000
nothing works…
countrymusicchicago on "W3 Total Cach update causing Redirection to Unknown url //"
August 12, 2010 by David Olsen · Leave a Comment
@Frederick I highly doubt this was caused by W3 Total Cache.
jimmyjjames on "[Plugin: NextGEN Gallery] plugin generates wrong thumbnail size"
August 12, 2010 by David Olsen · Leave a Comment
can u tell me the exact size of your photos, so i can test it?
gaplauche on "[Plugin: Topsy Retweet Button] What will Topsy do about/with the new official Twitter button?"
August 12, 2010 by David Olsen · Leave a Comment
Will you integrate its features into this extension?
http://wordpress.org/extend/plugins/topsy/
INsightKristen on "Editing code for making the page partially static."
August 12, 2010 by David Olsen · Leave a Comment
I thought it might be helpful to post the coding from my main index:
<?php get_header(); ?>
<CENTER>
<FONT Face=”Georgia, Arial, Times New Roman” COLOR=#660000 SIZE=+3>INsight Paranormal Investigations</font>
<h3 class=”center”><b><i>Gratitude</i></b></h3>
</center>
<table align=center width=800><tr><td>
<left>
<FONT Face=”Georgia, Arial, Times New Roman” SIZE=-1><b>INsight wishes at this time to express gratitude and deep appreciation for so many who support us daily in our efforts to seek answers to the questions which drive us to do our research. We are truly humbled and honored to have such dedicated and devoted friends, field members and peer groups, who assist us week by week, in so many ways. Further, none of this would be at all possible without the love and support of our families, who take our unusual interest and the demands it places upon us in stride and with great grace. We are powerfully touched and indebted to each and every one of you. </font></left></b></td></tr></table>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post();
if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
<H2><FONT Face=”Georgia, Arial, Times New Roman” COLOR=#660000 SIZE=5>Positions Available</font></H2>
<table align=left width=625><tr><td><left>
<FONT Face=”Georgia, Arial, Times New Roman”><p>INsight currently has an opening for two new full-time team members. These positions are on a volunteer basis, and will require frequent travel on weekends. Please read the description carefully before applying, to ensure that you meet the qualifications for the positions. We are always excited to add new members to our team, and look forward to hearing from those who are interested in the positions! To apply, please send an email stating your interest, experience and qualifications to Kristen@insightparanormal.org</p>
- <b>Home / Building Inspector:</b> This position is for a licensed home inspector. A qualified applicant for this job will be an Oklahoma State Licensed Home Inspector, and will be in possession of all tools and resources necessary to perform inspections. This position will require all of the same physical demands and duties of typical building inspections, but will be conducted at no charge to the client, and with the idea of determining structural or environmental causes behind reported paranormal events. The person working in this position will temporarily be the sole inspector on our team, until the return of our current inspector. At that time, both inspectors will remain on staff.
- <b>Broadcast Technician:</b> The candidate for this position should have extensive knowledge of computers, website maintenance, and should possess skills that would enable them to focus solely on broadcasting INsight’s investigations over the internet. This position is NOT an investigative position.
</font></left>
</td></tr></table>
<div class=”post”>
<h1 class=”post-title”>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h1>
<small class=”date”><?php the_time(“j F Y”); ?></small> | <small class=”comments_count”><?php comments_popup_link(‘No Comments »’, ’1 Comment »’, ‘% Comments »’); ?></small>
<div class=”entry” ><?php the_content(“Continue Reading”); ?>
</div>
</div>
<div class=”divider”></div><?php endwhile; ?>
<div class=”clear” ></div>
<?php include(‘navigation.php’); ?><?php else : ?>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>




