I am trying to put a border around an element in a column and a border
around each of its elements in its nested columns.


I tried to do this like this using the div id .box:

<div class="span-15">
<div class = main_content box"><img src="<?php bloginfo
('template_directory'); ?>/images/thecity1.jpg" alt="leaf graphic"
title="leaf graphic" class="alignleft"/>

<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>

<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent
Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></
h1>

<?php the_excerpt(); ?>


<?php _e('Filed under:'); ?> <?php the_category(', ') ?> <?php _e
('by'); ?> <?php  the_author(); ?><br />
<?php comments_popup_link('No Comments »', '1 Comment »', '%
Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?>
</p>
<?php endwhile; ?>

<?php endif; ?>
</div><--! end of main content>
        <div class="span-5 clear">1</div>
        <div class="span-5">2 </div>
        <div class="span-5 last">3</div>
                        </div> :

but the 3 nested columns disappear. I also want a border around each
element in my nested boxes,

Any ideas

--

You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.


Reply via email to