In node.tpl.php :

<div class="content">
    <?php print $content ?>
  </div>
		<span class="clear"></span>
  <?php if ($picture): ?>

should be

<div class="content">
    <?php print $content ?>
  </div>
	<span class="clear"></span>
  <?php if ($picture): ?>

Comments

tonyn’s picture

I think both of those code snippets are the same... are they?

idflorin’s picture

upsy

<div class="content">
    <?php print $content ?>
  </div>
  <?php if ($picture): ?>

into

<div class="content">
    <?php print $content ?>
  </div>
<span class="clear"></span>
  <?php if ($picture): ?>

---

tonyn’s picture

I don't see this code in the theme. Think you can you supply a patch file? And some detailed info on what problem you're gettng?

-tony

idflorin’s picture

damn, i was working on the first release. sorry to bother you. still... i 'l like a http://www.plaintxt.org/themes/plaintxtblog/ like columns. (content loads first and after comes the sidebars on the left) .. any ideas ?

tonyn’s picture

I'm not sure if I completely understand... but I think that plaintxt example is a nice link, though I'm unsure if that design method would work with this theme.