<?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: Problems using Advanced CSS</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Problems using Advanced CSS</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:01:48 +0000</pubDate>

<item>
<title>smossner on "Problems using Advanced CSS"</title>
<link>https://www.machform.com/forums/topic/problems-using-advanced-css#post-21866</link>
<pubDate>Wed, 24 Sep 2014 00:47:47 +0000</pubDate>
<dc:creator>smossner</dc:creator>
<guid isPermaLink="false">21866@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Try &#60;/p&#62;
&#60;p&#62;.childBreak {&#60;br /&#62;
padding: 0px;&#60;br /&#62;
border-top-style: solid;&#60;br /&#62;
border-top-color: #FF8000;&#60;br /&#62;
width: 80%;&#60;br /&#62;
height: 2px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;You are using # which would be reserved for an ID tag.
&#60;/p&#62;</description>
</item>
<item>
<title>josephbyrne on "Problems using Advanced CSS"</title>
<link>https://www.machform.com/forums/topic/problems-using-advanced-css#post-21863</link>
<pubDate>Tue, 23 Sep 2014 22:35:49 +0000</pubDate>
<dc:creator>josephbyrne</dc:creator>
<guid isPermaLink="false">21863@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I want to place a custom boarder-top to a section break (actually between two places on my form and the Section break seems like the logical place to do it) so in the field's property I add childBreak&#60;/p&#62;
&#60;p&#62;Then in the theme's Advanced CSS I'm adding:  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/** Advanced CSS **/

#childBreak {
	padding: 0px;
	border-top-style: solid;
	border-top-color: #FF8000;
	width: 80%;
	height: 2px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;When I look at the source code, the CSS appears to be correct, and the HTML for this line looks right:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li id=&#38;quot;li_73&#38;quot; class=&#38;quot;section_break childBreak&#38;quot;&#38;gt;
			&#38;lt;h3&#38;gt;&#38;lt;/h3&#38;gt;
			&#38;lt;p&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But the boarder does not show up in the browser.  I am not an advanced CSS guy, but I know enough to usually get the job done.  What am I missing?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
