StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-11-2009, 09:42 PM
digitalvision digitalvision is offline
Registered User
Genesis Member
Pro Plus Member
 
Join Date: Nov 2008
Location: Michigan
Posts: 11
Default Formatting issue with bottom featured box (hpbottom)

Hey all...

So I've run into a sticky wicket. Everything's coming together just great for the site I'm building off of Lifestyle.. but I changed it so that the featured bottom text is the main site text.

But, no matter what I seem to try, the bottom loses formatting from the post that feeds it, especially the double-spaced line breaks that work everywhere else (links, bold, etc all seem to work fine, though).

How do I get double line breaks like a normal post or page? Here's a link to the test site and a code snippet of the hpbottom div in case it helps. Thanks for helping out!

http://www.iterotext.com.php5-4.websitetestlink.com/


Code:
<div class="hpbottom">
					
				<?php $recent = new WP_Query("cat=3&showposts=1"); while($recent->have_posts()) : $recent->the_post();?>
				<?php if( get_post_meta($post->ID, "hpbottom", true) ): ?><?php else: ?><?php endif; ?>				
			  <h5><?php the_title(); ?></h5>
				<?php the_content(); ?>
					
				<div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
					
				<?php endwhile; ?>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting Issue wsimmons General Discussion 3 02-14-2011 08:16 AM
How Can I Use get_post_meta() to build the link at the bottom of hpbottom? BrianKurtz General Discussion 4 06-09-2010 07:52 AM
bottom content formatting thelv36 General Discussion 8 05-15-2010 10:10 AM
Formatting issue dpalme General Discussion 5 12-26-2009 01:01 AM
Another IE7 formatting issue... truthiness General Discussion 1 04-05-2009 10:21 AM


All times are GMT -5. The time now is 12:53 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.