<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; User Favorites: kothea</title>
		<link>http://en.forums.wordpress.com/profile/</link>
		<description>WordPress.com Forums &#187; User Favorites: kothea</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 01:37:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380920</link>
			<pubDate>Fri, 11 Sep 2009 17:11:19 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380920@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>my plan is<br />
a. get blog and web site visually similar<br />
b. migrate blog to self hosted and then make very very visually similar - guess i can introduce that functionality then
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380918</link>
			<pubDate>Fri, 11 Sep 2009 17:10:01 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380918@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am doing on both but that'll be why it doesn't work on the blog I guess !
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380910</link>
			<pubDate>Fri, 11 Sep 2009 16:41:10 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">380910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It seems you're doing this for your website and not your blog.   WordPress doesn't allow JavaScript.</p>
<blockquote><p>
Do I have to use java (if so how/where).
</p></blockquote>
<p>Java and JavaScript are two different things.  Java is a programming language, JavaScript is a scripting language.  In web technologies, Java, like C# or PHP, runs on the server.  JavaScript runs on the client (web browser).
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380825</link>
			<pubDate>Fri, 11 Sep 2009 09:05:07 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380825@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>PPS<br />
Google Chrome<br />
and<br />
Apple Safari appear to have problems with this working.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380512</link>
			<pubDate>Thu, 10 Sep 2009 13:59:24 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380512@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>for completeness<br />
&#60;/style&#62; is before the &#60;head&#62;
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380510</link>
			<pubDate>Thu, 10 Sep 2009 13:57:39 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380510@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>i think I've answered my own question. In your one html page add the following:</p>
<p>A. the style Bit (you can move it after you get it to work)<br />
------------------------<br />
&#60;style type="text/css"&#62;<br />
a.hid {color:#000; text-decoration:none; outline-style:none;}<br />
a.hid em {display:none;}<br />
a.hid:hover {text-decoration:none;}<br />
a.hid:active, a.hid:focus {background:#fff;}<br />
a.hid:active span, a.hid:focus span {display:none;}<br />
a.hid:active em, a.hid:focus em {display:block; color:#555; width:100%; font-style:normal; cursor:default;}<br />
.clear {clear:both;}<br />
&#60;/style&#62;</p>
<p>B. the content bit<br />
----------------------------</p>
<p>&#60;p&#62;&#60;a class="hid"<br />
href="#more"<br />
onclick="this.hideFocus=true"<br />
onblur="this.hideFocus=false"&#62;<br />
&#60;span&#62;Read More &#187;&#60;/span&#62;<br />
<em> Lorem ipsum dolor  </em>&#60;/p&#62;</p>
<p>sorted
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS paragraph break with &quot;read more&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/css-paragraph-break-with-read-more#post-380493</link>
			<pubDate>Thu, 10 Sep 2009 13:20:33 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">380493@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to customise my blog...no code available to view yet. So I'll do my best to summarise here.</p>
<p>I'm stuck tho.</p>
<p>I have a fixed size div container. In that container I have text. Often the text is too big for the container, so I want to be able to break that text with  "read more" link. I had intended that read more link to then call another page where the large amount of text is handled differently. I WANT the read more link as I want to encourage the user to click/interact.</p>
<p>Is there any way in CSS to truncate or hide a piece of text and then have some functionality to display all the text. Do I have to use java (if so how/where). Can I do it all in one html page or do i have to add two? Or what is the right name for what I am trying to do and I can search the net (obviously "read more" brings up a few million results!!!)</p>
<p>I just need to know where the solution lies..I sort of understand how i need to make the container's height flexible.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Newbie"</title>
			<link>http://en.forums.wordpress.com/topic/css-newbie-1#post-374558</link>
			<pubDate>Wed, 26 Aug 2009 00:02:48 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">374558@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ty
</p>
]]></description>
					</item>
		<item>
			<title>t3ck on "CSS Newbie"</title>
			<link>http://en.forums.wordpress.com/topic/css-newbie-1#post-372660</link>
			<pubDate>Thu, 20 Aug 2009 20:16:41 +0000</pubDate>
			<dc:creator>t3ck</dc:creator>
			<guid isPermaLink="false">372660@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm learning CSS &#38; XHTML as well and I came across this great beginners video that explains in plain english for CSS newbies video link &#187; <a href="http://css-tricks.com/video-screencasts/58-html-css-the-very-basics/">#58: HTML &#38; CSS – The VERY Basics</a>
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS Newbie"</title>
			<link>http://en.forums.wordpress.com/topic/css-newbie-1#post-372655</link>
			<pubDate>Thu, 20 Aug 2009 20:05:31 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">372655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Follow this advise and things will be a lot easier:</p>
<blockquote><p>
There is no trick. But doing CSS requires an understanding of the markup (xhtml). There is no way round that. The CSS applies styles to stuff. To what stuff depends on the markup. So number one read the source (View Source). Get used to it. Feel comfortable with it. Two. Understand what the heck selectors actually are. Different cats of selectors behave in different ways. SO: this is counter intuitive. To understand the CSS do not start in CSS. Start in the xhtml. Then see how they relate. Its all there. :)<br />
<em>The404</em>
</p></blockquote>
<p>It doesn't matter what tool you use (i.e. Dreamweaver, TextWrangler, Notepad, Frontpage, etc.), if you don't understand/know the Markup of a website, you'll be shooting in the dark.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Newbie"</title>
			<link>http://en.forums.wordpress.com/topic/css-newbie-1#post-372637</link>
			<pubDate>Thu, 20 Aug 2009 19:29:49 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">372637@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>am trying to do this using CSS preview as a test.</p>
<p>if anyone is interested it gives unexpected results.
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "CSS Newbie"</title>
			<link>http://en.forums.wordpress.com/topic/css-newbie-1#post-366846</link>
			<pubDate>Thu, 06 Aug 2009 10:27:41 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">366846@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Blog at WordPress.com. — Theme: Connections by <a href="http://www.vanillamist.com" rel="nofollow">http://www.vanillamist.com</a><br />
<a href="http://blog.kothea.com" rel="nofollow">http://blog.kothea.com</a></p>
<p>OK. I sort of like my theme. I want to change it a bit (eg colours/font) eventually and appreicate that I need to self host and do CSS etc etc.</p>
<p>As a first stage I want to convert my web site to a similar look and feel as CONNECTIONS and then at a later date migrate the blog across to it and self host it.However my web site MUST have the correct fonts and colours and a more elaborate menu.</p>
<p>so my question is "how easy for someone who is only a bit technical to copy the CONNECTIONS CSS style sheet and modify its look and feel for my web site using something like frontpage or web expressions".</p>
<p>Is this a biggie or might i be able to sort it out with a few days of thought and planning?</p>
<p>many thanks
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "Write Once - Blog Multiple"</title>
			<link>http://en.forums.wordpress.com/topic/write-once-blog-multiple#post-366844</link>
			<pubDate>Thu, 06 Aug 2009 10:19:46 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">366844@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK. Let's assume that google do not penalise copies of blogs across multiple platforms provided the originating article is properly attributed - for all you SEOs out there.</p>
<p>Then my question is "For free, how can I write a blog once and publish it multiple times with one click on many sites".</p>
<p>I seem to have managed to link my wordpress content to linkedin and to facebook quite happily but i think that is controlled by applications on those sites RSSing the content across. I want to create new, duplicate blogs. I also want to definately summarise/tinyurl stuff to Twitter and to optinally post to flickr or youtube with the appropriate media.</p>
<p>Apparently BlogIt can do it? But then the underlying account there is a paid-for account.
</p>
]]></description>
					</item>

	</channel>
</rss>
