<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: How can I include a  bullert lIst in the field type HTML?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-include-a-bullert-list-in-the-field-type-html</link>
		<description>Gravity Support Forums Topic: How can I include a  bullert lIst in the field type HTML?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 18:32:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/how-can-i-include-a-bullert-list-in-the-field-type-html" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "How can I include a  bullert lIst in the field type HTML?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-include-a-bullert-list-in-the-field-type-html#post-22367</link>
			<pubDate>Mon, 04 Apr 2011 00:16:09 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">22367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;since you didn't include a URL to your form, I can only guess at this..&#60;/p&#62;
&#60;p&#62;Lists work just fine in the HTML blocks so what is probably happening is that a CSS rule is hiding the bullets.  You can reset them by adding this to the end of your theme stylesheet. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc!important;
    overflow: visible;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc!important;
    margin: 0 0 1.5em 1.5em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;my test: &#60;a href=&#34;http://grab.by/9NFL&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9NFL&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FOCUS_forms on "How can I include a  bullert lIst in the field type HTML?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-can-i-include-a-bullert-list-in-the-field-type-html#post-22355</link>
			<pubDate>Sun, 03 Apr 2011 18:50:49 +0000</pubDate>
			<dc:creator>FOCUS_forms</dc:creator>
			<guid isPermaLink="false">22355@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm trying to use the HTML field to insert a block of text with a few bulleted items, such as the following:&#60;/p&#62;
&#60;p&#62;Text&#60;br /&#62;
* Item A&#60;br /&#62;
* Item A&#60;br /&#62;
* Item A&#60;/p&#62;
&#60;p&#62;I've tried to accomplish this by using the following tag structure,&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;Item A&#60;/li&#62;
&#60;li&#62;Item B&#60;/li&#62;
&#60;li&#62;Item C&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;The display seems to ignore the tags and display only the text.&#60;/p&#62;
&#60;p&#62;Is there an easy way to incorporated the bulleted list?&#60;/p&#62;
&#60;p&#62;p.s. When I posted this question on the forum, my list displayed there exactly the way I wanted it to look in my form!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
