<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Formatting Output</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Formatting Output</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 04:25:56 +0000</pubDate>

<item>
<title>yuniar on "[closed] Formatting Output"</title>
<link>https://www.machform.com/forums/topic/formatting-output#post-205</link>
<pubDate>Fri, 02 Nov 2007 08:37:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">205@https://www.machform.com/forums/</guid>
<description>&#60;pre&#62;&#60;code&#62;&#38;quot;If the answer is NO,
- load &#60;a href=&#34;http://www.OTHERDOMAIN.com/MachForm/view.php?id=7&#38;quot;&#34; rel=&#34;nofollow&#34;&#62;http://www.OTHERDOMAIN.com/MachForm/view.php?id=7&#38;quot;&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;-----&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
So this page is loaded inside an IFRAME?&#60;br /&#62;
For IFRAME, I think you'd better use &#60;strong&#62;embed.php&#60;/strong&#62; instead of &#60;strong&#62;view.php&#60;/strong&#62;. Since the embed.php is a stripped down version of your form (no container) and left aligned already.&#60;/p&#62;
&#60;p&#62;Let me know the result.
&#60;/p&#62;</description>
</item>
<item>
<title>mpivon on "[closed] Formatting Output"</title>
<link>https://www.machform.com/forums/topic/formatting-output#post-204</link>
<pubDate>Fri, 02 Nov 2007 08:25:23 +0000</pubDate>
<dc:creator>mpivon</dc:creator>
<guid isPermaLink="false">204@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I think so.  I get what you are saying.&#60;/p&#62;
&#60;p&#62;Just -- I want ALL OUTPUT - EVERYTHING - to be left aligned.  So I'm looking for a page to edit?  Like, do I edit all of view.css or style.css or do I insert an echo statement somewhere? All the formatting has to happen BEFORE the script is *embedded*.&#60;/p&#62;
&#60;p&#62;Here's the scenario:  I have one form on a page, and based on how someone responses, the result either redirects to another page (from a redirect to another URL configured in the form software), or a different form loads in the IFRAME (from code in a hook statement)&#60;/p&#62;
&#60;p&#62;When the page loads in the IFRAME (from a hook statement), the reloaded &#38;#38; embedded code becomes CENTERED on a page which was originally left-aligned...&#60;/p&#62;
&#60;p&#62;So, for this install, I just want to modify ALL the code so that it all left aligns rather than opens in an IFRAME centered on the page.&#60;/p&#62;
&#60;p&#62;Kinda goes like this:&#60;/p&#62;
&#60;p&#62;Visitor hits Page 1:  &#60;a href=&#34;http://www.MYDomain.com/FORM/&#34; rel=&#34;nofollow&#34;&#62;http://www.MYDomain.com/FORM/&#60;/a&#62;&#60;br /&#62;
Answers a simple yes or no question...&#60;/p&#62;
&#60;p&#62;If the answer is YES&#60;br /&#62;
   -  Redirect to &#60;a href=&#34;http://www.MYDomain.com/Welcome/&#34; rel=&#34;nofollow&#34;&#62;http://www.MYDomain.com/Welcome/&#60;/a&#62;&#60;br /&#62;
   -  All is good&#60;/p&#62;
&#60;p&#62;If the answer is NO,&#60;br /&#62;
  -  load &#60;a href=&#34;http://www.OTHERDOMAIN.com/MachForm/view.php?id=7&#34; rel=&#34;nofollow&#34;&#62;http://www.OTHERDOMAIN.com/MachForm/view.php?id=7&#60;/a&#62;&#60;br /&#62;
  -  This page loads centered.&#60;br /&#62;
  -  This is underneath a header on the page, which is left aligned&#60;br /&#62;
  -  So I want to move the IFRAME over so that it is left aligned, too.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Formatting Output"</title>
<link>https://www.machform.com/forums/topic/formatting-output#post-203</link>
<pubDate>Fri, 02 Nov 2007 05:17:19 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">203@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Do you want to align the whole text on a page? If so, you can use the &#60;strong&#62;text-align&#60;/strong&#62; property for the body element.&#60;/p&#62;
&#60;p&#62;Something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;html&#38;gt;
&#38;lt;head&#38;gt;
&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
body {
  text-align: left;
}
&#38;lt;/style&#38;gt;
&#38;lt;/head&#38;gt;

&#38;lt;body&#38;gt;
&#38;lt;h1&#38;gt;This is header 1&#38;lt;/h1&#38;gt;
&#38;lt;h2&#38;gt;This is header 2&#38;lt;/h2&#38;gt;
&#38;lt;h3&#38;gt;This is header 3&#38;lt;/h3&#38;gt;
&#38;lt;/body&#38;gt;

&#38;lt;/html&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is that what you need?
&#60;/p&#62;</description>
</item>
<item>
<title>mpivon on "[closed] Formatting Output"</title>
<link>https://www.machform.com/forums/topic/formatting-output#post-202</link>
<pubDate>Fri, 02 Nov 2007 02:10:04 +0000</pubDate>
<dc:creator>mpivon</dc:creator>
<guid isPermaLink="false">202@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm a total newbie when it comes to coding and stuff, so forgive my ignorance.&#60;/p&#62;
&#60;p&#62;I need to insert a tag somewhere so that all pages left justify, rather than having all output centered on the page.  i.e.:  insert a &#38;lt;p align=&#34;left&#34;&#38;gt; somewhere so that everything aligns left?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
