<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)</title>
		<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer</link>
		<description>Support Forum - Topic: Getting Text (HTML) on Next Line &amp; Imparting Links (Footer)</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:54:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/getting-text-html-on-next-line-imparting-links-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89595</link>
			<pubDate>Wed, 02 Jan 2013 17:54:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm.&#60;br /&#62;
This is what you currently have:&#60;br /&#62;
&#60;code&#62;&#38;lt;p style=&#38;quot;text-align: left;margin-top:20px;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy - &#38;lt;a href=&#38;quot;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;quot;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What this means is you have one single line in a paragraph tag. If you want to separate out the lines you can either use a break tag or separate them into multiple paragraph tags. So something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p style=&#38;quot;text-align: left;margin-top:20px;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our &#38;lt;a href=&#38;quot;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;quot;&#38;gt;Privacy Policy&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you don't want the socket links to have a background color, you need to add the following CSS to your Quick CSS or custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #socket .container a {
background-color: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please take a look at this link for how to format the html links and paragraph text so you can get it exactly as you need it: &#60;a href=&#34;http://www.w3schools.com/html/html_links.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/html_links.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can even use the tool on that page which lets you try it out in the html view and see it live: &#60;a href=&#34;http://www.w3schools.com/html/tryit.asp?filename=tryhtml_links&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/tryit.asp?filename=tryhtml_links&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89557</link>
			<pubDate>Wed, 02 Jan 2013 14:16:07 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">89557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good morning and Happy New Year!&#60;/p&#62;
&#60;p&#62;I've installed the code last week and while the text no longer overlaps:&#60;/p&#62;
&#60;p&#62;-&#34;Use of this site...&#34; and &#34;Materials on this site...&#34; still begin on the same line. I'm trying to figure out how to get the &#34;Materials on this site...&#34; sentence to begin on its own line (with all of the footer content being center aligned)&#60;br /&#62;
-The actual link to the Privacy Policy is not connected to the words &#34;Privacy Policy&#34;, but to all the words that follow.&#60;br /&#62;
-Also, despite having &#60;/p&#62;
&#60;p&#62;#footer .container {&#60;br /&#62;
background-color: transparent;&#60;br /&#62;
color: #000000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in my Quick CSS box, there is still dark shading behind the text (or Privacy Policy link)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89463</link>
			<pubDate>Tue, 25 Dec 2012 15:13:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89463@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;© Copyright 2012 - &#38;lt;a href=&#38;#39;http://hutzelmedia.com/&#38;#39;&#38;gt;Hutzel Media Group&#38;lt;/a&#38;gt; - All rights reserved.&#38;lt;/span&#38;gt;
&#38;lt;p style=&#38;quot;text-align: left;margin-top:20px;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy Privacy Policy - &#38;lt;a href=&#38;#39;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;#39;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89367</link>
			<pubDate>Sat, 22 Dec 2012 20:13:24 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">89367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We're making progress Peter. But not quite there yet. :)&#60;/p&#62;
&#60;p&#62;All the text has become visible, but it overlaps in the center, the majority of the text is a link for the privacy policy and the shading (that I inserted quick CSS to remove) behind some of the text is back.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89310</link>
			<pubDate>Sat, 22 Dec 2012 07:56:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89310@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;I just noticed that you're trying to wrap a link into a link which will not work. At the moment your copyright code/text looks like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; Copyright 2012 - &#38;lt;a href=&#38;#39;http://hutzelmedia.com/&#38;#39;&#38;gt;Hutzel Media Group - &#38;lt;p&#38;gt;All rights reserved.&#38;lt;/p&#38;gt;
&#38;lt;p style=&#38;quot;text-align: left;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy Privacy Policy - &#38;lt;a href=&#38;#39;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;#39;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/p&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and this is not valid at all. Replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; Copyright 2012 - &#38;lt;a href=&#38;#39;http://hutzelmedia.com/&#38;#39;&#38;gt;Hutzel Media Group&#38;lt;/a&#38;gt; - All rights reserved.&#38;lt;/span&#38;gt;
&#38;lt;p style=&#38;quot;text-align: left;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy Privacy Policy - &#38;lt;a href=&#38;#39;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;#39;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89274</link>
			<pubDate>Fri, 21 Dec 2012 19:27:31 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">89274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No luck, it cut off even more of the text.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89201</link>
			<pubDate>Fri, 21 Dec 2012 06:35:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">89201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p&#38;gt;All rights reserved.&#38;lt;/p&#38;gt;
&#38;lt;p style=&#38;quot;text-align: left;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy &#38;lt;?php _e(&#38;#39;Privacy Policy&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;#39;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/p&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89102</link>
			<pubDate>Thu, 20 Dec 2012 16:09:48 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">89102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure, it's:&#60;/p&#62;
&#60;p&#62;All rights reserved.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p style=&#34;text-align: left;&#34;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy &#38;lt;?php _e('Privacy Policy'); ?&#38;gt; - &#60;a href='http://privacy-policy.truste.com/verified-policy/hutzelmedia.com'&#62;(effective 8/31/2012).&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;p style=&#34;text-align: left;&#34;&#38;gt;Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/p&#38;gt;&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-88902</link>
			<pubDate>Wed, 19 Dec 2012 05:32:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm,&#60;/p&#62;
&#60;p&#62;Can you post your edited html code?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-88814</link>
			<pubDate>Tue, 18 Dec 2012 16:24:02 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">88814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;I edited the HTML and, while it took care of the background being a link issue, it still doesn't show the remainder of the text. It still cuts off after &#34;All Rights Reserved.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-87814</link>
			<pubDate>Wed, 12 Dec 2012 14:35:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Stephen,&#60;/p&#62;
&#60;p&#62;You'll need to be familiar with basic html syntax at the very least to re-do the area there. The easiest route is to use the visual editor to create the text and layout you want and then paste it in between the copyright span. IE:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;paste your html stuff here&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is in your footer.php inside the container that normally looks like:&#60;br /&#62;
&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Reference: &#60;a href=&#34;http://www.w3schools.com/html/html_links.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/html_links.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-87635</link>
			<pubDate>Tue, 11 Dec 2012 16:24:10 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">87635@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I took a shot at dabbling with the link (#2) and now that line of text is doing weird things.&#60;br /&#62;
It's centered, but it cut off 90% of the text.&#60;br /&#62;
When you hover just below the visible text, the link to our privacy policy is clickable. In fact, clicking anywhere in my background takes me to our privacy policy.&#60;/p&#62;
&#60;p&#62;I have no idea where to go from here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-87634</link>
			<pubDate>Tue, 11 Dec 2012 16:22:23 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">87634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I've looked through the forum posts regarding the copyright line and I've made the necessary edits. However, I'm not familiar enough with code to:&#60;/p&#62;
&#60;p&#62;1. Get certain bits of text to start on a new line&#60;br /&#62;
      (I need 'Use of this site...'  and  'Materials on this site...' to start on new lines after/below 'All rights reserved')&#60;br /&#62;
2. Place a link for certain words&#60;br /&#62;
      (for example, I need to link the words 'Privacy Policy' to our privacy policy. I'm seeing a trend of &#38;lt;a href= ... but I don't know where to place it or how to get it to work for just the words 'Privacy Policy')&#60;/p&#62;
&#60;p&#62;How would I accomplish this? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
