<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Change font and font color in web to lead form</title><link>http://forums.method.me/cs/forums/thread/21918.aspx</link><pubDate>Tue, 20 May 2014 19:40:14 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:21918</guid><dc:creator>Method_Russell</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/21918.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=21918</wfw:commentRss><description>&lt;p&gt;Hi homeproav,&lt;/p&gt;
&lt;p class="p1"&gt;There are many ways to accomplish this, and this falls outside of the scope of support, but I&amp;#39;ll point you in the right direction. If you are having issues with this, we won&amp;rsquo;t be able to help as we can only troubleshoot if there are errors with the code generated. The simplest way would be to use CSS, so that you can define the styles once for the entire page. There are many free resources available online which can help you with the CSS.&lt;/p&gt;
&lt;p class="p1"&gt;If you take a look at the HTML source generated by Method, you can see how the page is organized into the different tags. You will have to identify which tags to apply formatting to, and which properties to modify. Then, you can add the CSS in between the page&amp;#39;s &amp;lt;head&amp;gt; ... &amp;lt;/head&amp;gt; tags. For example, this CSS seems to accomplish what you are trying to achieve:&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;&lt;span id="mce_24_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;form&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;{&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;font-family: Arial, Helvetica, sans-serif;&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;}&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;h2, h3, h4, table&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;{&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;color: white;&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;&lt;span id="mce_18_start" style="overflow:hidden;"&gt;&lt;/span&gt;}&lt;/p&gt;
&lt;p class="p1" style="padding-left:30px;"&gt;&amp;lt;/style&amp;gt;&lt;span id="mce_24_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span id="mce_21_start" style="overflow:hidden;"&gt;&lt;/span&gt;Please keep in mind that CSS is a very broad area so this might take some tweaking, especially if you are embedding the Leads form into an existing page on your website. Good luck!&lt;/p&gt;
&lt;p class="p1"&gt;-Russell&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Change font and font color in web to lead form</title><link>http://forums.method.me/cs/forums/thread/21909.aspx</link><pubDate>Tue, 20 May 2014 16:39:16 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:21909</guid><dc:creator>homeproav</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/21909.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=21909</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m trying to figure out how to change the font and color of the font in the web to lead form. &amp;nbsp;I&amp;#39;d like to change the font to Arial, and from black to white. &amp;nbsp;I have no problems editing the html if I just kno&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;w exactly where and what I&amp;#39;m looking for in order to change....&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>