<html><head></head><body bgcolor="#FFFFFF"><div>Have you tried defining all the markup in template.php to be included in output, and simply calling the variable in your tpl?<br><br><div>Laura Scott</div><div>via tablet</div></div><div><br>On May 30, 2012, at 5:46 AM, Jeff Greenberg &lt;<a href="mailto:listmail.ayendesigns@gmail.com">listmail.ayendesigns@gmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>So here is what I discovered. It is something that Drupal is doing in rendering. Here is an uncomplicated html example that works fine in a .html file<div><br></div><div><div>&lt;div style="position:relative"&gt;</div>
<div>&nbsp; &nbsp; &lt;div style="position: absolute;top:100;"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; This is a test</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="button" value="test" /&gt;</div><div>&nbsp; &nbsp; &lt;/div&gt;</div><div>&lt;/div&gt;</div>
<div><br></div><div>In Drupal, my outer div is the region, which I mark as relative positioning in the css. The inner div is a block, which I mark as absolute positioning in the css. The block appears correctly. The button, whether I create it via $mybutton=theme(button), or create it via $mybutton="&lt;input type=button&gt;, I have tried printing the variable from the template and inside the block, and the markup always ends up like this:</div>
<div><br></div><div>&lt;div&gt;</div><div>&nbsp; &lt;div&gt;</div><div>&nbsp; &nbsp; &nbsp;block stuff</div><div>&nbsp; &lt;/div&gt;</div><div>&lt;/div&gt;</div><div>&lt;input&gt;</div><br><div class="gmail_quote">On Tue, May 29, 2012 at 8:27 AM, Carl Wiedemann <span dir="ltr">&lt;<a href="mailto:carl.wiedemann@gmail.com" target="_blank">carl.wiedemann@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Global variables are not necessary and should be avoided.<div><br></div><div>Does it *visually* appear outside of the enclosing divs, or are you talking strictly about the markup? The former could indicate a mere CSS error.</div>

<div><br></div><div>Consider providing a pastebin of both the preprocess and markup to help diagnose.<br clear="all"><div><br></div><font color="#333333">Carl Wiedemann</font><div><div><font color="#666666">Website design &amp; development consulting&nbsp;| <a href="http://c4rl.ws" target="_blank">c4rl.ws</a></font></div>

<div><font color="#666666"><a href="mailto:carl.wiedemann@gmail.com" target="_blank">carl.wiedemann@gmail.com</a> | skype: c4rlww</font></div></div><br>
<br><br><div class="gmail_quote"><div><div class="h5">On Mon, May 28, 2012 at 9:50 PM, Jeff Greenberg <span dir="ltr">&lt;<a href="mailto:listmail.ayendesigns@gmail.com" target="_blank">listmail.ayendesigns@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">In D7, in template.php, I'm hooking preprocess_page and setting a $vars[] variable = theme_button. &nbsp;<div>
<br></div>
<div>In a block, I have this:</div><div><br></div><div>&lt;?php global $signup_button; ?&gt;</div><div>
<div>&lt;div id="signup"&gt;&lt;?php print $signup_button; ?&gt;&lt;/div&gt;</div></div><div><br></div><div>The button appears in the page source outside of those enclosing divs. &nbsp;What am I doing wrong?</div><div>


<br></div>
<br></div></div>_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org" target="_blank">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
<br></blockquote></div><br></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>themes mailing list</span><br><span><a href="mailto:themes@drupal.org">themes@drupal.org</a></span><br><span><a href="http://lists.drupal.org/mailman/listinfo/themes">http://lists.drupal.org/mailman/listinfo/themes</a></span><br></div></blockquote></body></html>