<?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>Support Forum: Recent Posts</title>
<link>http://support.westciv.com/</link>
<description>Support Forum: Recent Posts</description>
<language>en</language>
<pubDate>Fri, 08 Aug 2008 00:30:44 +0000</pubDate>

<item>
<title>JohnAllsopp on "Style Master 5 beta for Mac OS X"</title>
<link>http://support.westciv.com/topic.php?id=364#post-1519</link>
<pubDate>Thu, 07 Aug 2008 04:27:06 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1519@http://support.westciv.com/</guid>
<description>&#60;p&#62;That's right, we are finally ready to start taking the covers off Style Master 5 for Mac OS X - with a public beta.&#60;/p&#62;
&#60;p&#62;Yes, it's a long time coming, and I'll explain in more detail at the soon to be launched Style Master blog what's been going on behind the scenes. But for now, please take a look&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://westciv.com/beta5/stylemaster5b1.dmg&#34; rel=&#34;nofollow&#34;&#62;http://westciv.com/beta5/stylemaster5b1.dmg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;At this stage, it's only compatible with Mac OS 10.4.11 or higher or Mac OS 10.5&#60;/p&#62;
&#60;p&#62;Documentation still needs to be updated, and some polishing needs to be done, but the features for version 5 are now complete.&#60;/p&#62;
&#60;p&#62;There are many many new features, and improvements under the hood. &#60;/p&#62;
&#60;p&#62;I look forward to people's thoughts.&#60;/p&#62;
&#60;p&#62;If you do have feedback, bug reports, suggestions and the like, please use our new HelpDesk&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://westciv.com/helpdesk/&#34; rel=&#34;nofollow&#34;&#62;http://westciv.com/helpdesk/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>JohnAllsopp on "Image Gallery - css for 3 images side by side"</title>
<link>http://support.westciv.com/topic.php?id=363#post-1518</link>
<pubDate>Mon, 28 Jul 2008 01:08:13 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1518@http://support.westciv.com/</guid>
<description>&#60;p&#62;Rolf,&#60;/p&#62;
&#60;p&#62;easily done! Here are some examples and tutorials&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.w3schools.com/CSS/css_image_gallery.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/CSS/css_image_gallery.asp&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://digg.com/tech_news/Top_10_CSS_image_gallery_tutorials&#34; rel=&#34;nofollow&#34;&#62;http://digg.com/tech_news/Top_10_CSS_image_gallery_tutorials&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>pinkgron on "problem CSS rounded corners"</title>
<link>http://support.westciv.com/topic.php?id=319#post-1517</link>
<pubDate>Sat, 26 Jul 2008 10:16:55 +0000</pubDate>
<dc:creator>pinkgron</dc:creator>
<guid isPermaLink="false">1517@http://support.westciv.com/</guid>
<description>&#60;p&#62;This is great&#60;br /&#62;
Funny I tried the change of width myself (dont know if i went up to 800 anynore) but it didnt help at that time.&#60;br /&#62;
Checkstat in a java is great, can use that for my two other homepages as well.&#60;br /&#62;
I overlooked the space error i guess.&#60;/p&#62;
&#60;p&#62;The layout of the code is much better after replacing the google code. &#60;/p&#62;
&#60;p&#62;thank you very much, i did spend ours on thos problem and almost gave up!&#60;/p&#62;
&#60;p&#62;greetings from the netherlands!
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "problem CSS rounded corners"</title>
<link>http://support.westciv.com/topic.php?id=319#post-1516</link>
<pubDate>Sat, 26 Jul 2008 06:54:41 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1516@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi pinkgron,&#60;/p&#62;
&#60;p&#62;Try the files here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.solsector.com/cary/pinkgron/&#34; rel=&#34;nofollow&#34;&#62;http://www.solsector.com/cary/pinkgron/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just right-click them to save them.&#60;/p&#62;
&#60;p&#62;I moved the checkstat javascript to an external file you can place in your java folder.&#60;/p&#62;
&#60;p&#62;The only changes to the CSS I made were to #upbg and #outer in the default.css style sheet. I changed the widths of both of them to 800px, so they would be wide enough for their background images.&#60;/p&#62;
&#60;p&#62;#upbg&#60;br /&#62;
{&#60;br /&#62;
position: absolute;&#60;br /&#62;
top: 0px;&#60;br /&#62;
left: 0px;&#60;br /&#62;
background: #fff url('../images/upbg.gif') no-repeat;&#60;br /&#62;
width: 800px;&#60;br /&#62;
height: 264px;&#60;br /&#62;
z-index: 1;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#outer&#60;br /&#62;
{&#60;br /&#62;
position: relative;&#60;br /&#62;
width: 800px;&#60;br /&#62;
margin: 0 auto;&#60;br /&#62;
background: #fff url('../images/abg.gif') repeat-y;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;With the html, besides fixing most of the validation errors, I removed the space in front of the Doctype and moved the google ad code between the secondary content and the footer.&#60;/p&#62;
&#60;p&#62;I think it worked out pretty well.
&#60;/p&#62;</description>
</item>
<item>
<title>wildnis on "Image Gallery - css for 3 images side by side"</title>
<link>http://support.westciv.com/topic.php?id=363#post-1515</link>
<pubDate>Sat, 26 Jul 2008 03:53:45 +0000</pubDate>
<dc:creator>wildnis</dc:creator>
<guid isPermaLink="false">1515@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to get rid of my tables and try to get 3 pictures side by side in multi rows. No success so far - is this possible at all with CSS?&#60;br /&#62;
This here is my page with the tables - thats what I'm trying to fix.&#60;br /&#62;
&#60;a href=&#34;http://www.hicker.de/tierbilder-cat.htm&#34;&#62;picture gallery animals&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would be great if somebody could help me.&#60;br /&#62;
Thanks&#60;br /&#62;
Rolf
&#60;/p&#62;</description>
</item>
<item>
<title>pinkgron on "problem CSS rounded corners"</title>
<link>http://support.westciv.com/topic.php?id=319#post-1514</link>
<pubDate>Fri, 25 Jul 2008 15:46:03 +0000</pubDate>
<dc:creator>pinkgron</dc:creator>
<guid isPermaLink="false">1514@http://support.westciv.com/</guid>
<description>&#60;p&#62;That's also a problem because i get a lot of messages but in a lot ofte, i dont understand the signal.&#60;br /&#62;
I'm sure the problem i have has to do with margins/width or something
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "problem CSS rounded corners"</title>
<link>http://support.westciv.com/topic.php?id=319#post-1513</link>
<pubDate>Fri, 25 Jul 2008 00:42:54 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1513@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You should first make sure the code validates to see if that fixes the problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pinkgron on "problem CSS rounded corners"</title>
<link>http://support.westciv.com/topic.php?id=319#post-1512</link>
<pubDate>Thu, 24 Jul 2008 17:00:42 +0000</pubDate>
<dc:creator>pinkgron</dc:creator>
<guid isPermaLink="false">1512@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I have a simular problem, now between IE6 and IE7&#60;br /&#62;
IE&#38;#38; is ok and in six the right colom is gone to the bottem of the page.&#60;br /&#62;
I view it with netrenderer and cant find the fix&#60;/p&#62;
&#60;p&#62;As you helped me the first time great i hope you can do it again&#60;/p&#62;
&#60;p&#62;this url is&#60;br /&#62;
&#60;a href=&#34;http://www.hpinkster.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.hpinkster.nl&#60;/a&#62;&#60;br /&#62;
(my other domain)
&#60;/p&#62;</description>
</item>
<item>
<title>chickentikka on "Style Master keeps trying to re-install"</title>
<link>http://support.westciv.com/topic.php?id=346#post-1511</link>
<pubDate>Tue, 22 Jul 2008 09:08:20 +0000</pubDate>
<dc:creator>chickentikka</dc:creator>
<guid isPermaLink="false">1511@http://support.westciv.com/</guid>
<description>&#60;p&#62;I re-installed the software just after my last post and it seemed to work ok on the day. However I have just come to use the software again today and it is still trying to re-install again!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>SPeacock on "Style Master keeps trying to re-install"</title>
<link>http://support.westciv.com/topic.php?id=346#post-1510</link>
<pubDate>Mon, 21 Jul 2008 21:15:39 +0000</pubDate>
<dc:creator>SPeacock</dc:creator>
<guid isPermaLink="false">1510@http://support.westciv.com/</guid>
<description>&#60;p&#62;This is becoming a big problem with some software. Adobe, Microsoft and Mindjet namimng just a few. It may be due to software modifying the permissions of the registry and not doing it cleanly, they do not add Admistrator or System after adding or changing permissions. The solutio is to use subinacl.exe and a reset.cmd file&#60;br /&#62;
Seearch and download subinacl.msi&#60;br /&#62;
then create a reset.cmd batch file with&#60;br /&#62;
'#############&#60;br /&#62;
cd /d &#34;%ProgramFiles%\Windows Resource Kits\Tools&#34;&#60;br /&#62;
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f&#60;br /&#62;
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f&#60;br /&#62;
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f&#60;br /&#62;
subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f&#60;br /&#62;
subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f&#60;br /&#62;
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose&#60;/p&#62;
&#60;p&#62;'############&#60;/p&#62;
&#60;p&#62;I have used this on XP Sp2 and 3 and vista&#60;br /&#62;
with no problem. But i always image first
&#60;/p&#62;</description>
</item>
<item>
<title>guyleech on "Forums issues fixed"</title>
<link>http://support.westciv.com/topic.php?id=362#post-1509</link>
<pubDate>Mon, 21 Jul 2008 05:57:35 +0000</pubDate>
<dc:creator>guyleech</dc:creator>
<guid isPermaLink="false">1509@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hey everybody,&#60;/p&#62;
&#60;p&#62;I know a number of you have had problems viewing or posting on the forums over the past couple of weeks, but I'm pleased to say those issues should all be gone now.&#60;/p&#62;
&#60;p&#62;I've patched up the system, so it should all be working weel and good now. If you do have any issues with it, please &#60;a href=&#34;http://westciv.com/helpdesk/&#34;&#62;tell us&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
 Guy
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "Which css file do I edit to change background?"</title>
<link>http://support.westciv.com/topic.php?id=354#post-1498</link>
<pubDate>Sat, 19 Jul 2008 20:21:51 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1498@http://support.westciv.com/</guid>
<description>&#60;p&#62;Yes, you want to edit &#60;a href=&#34;http://www.weldingdiscounts.com/design/css/style.css&#34; rel=&#34;nofollow&#34;&#62;http://www.weldingdiscounts.com/design/css/style.css&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When you load it into Style Master you'll see some sample page elements and how they are affected by the style sheet. You can change this by going to &#34;Preview&#34; &#38;gt; &#34;Manage Preview Documents&#34;.&#60;/p&#62;
&#60;p&#62;Then click on the Online tab and put in the url of your html page and click OK. Then you just select it from the popup list beneath the preview pane. But make sure you don't try to do this until after you've loaded the style sheet.&#60;/p&#62;
&#60;p&#62;And while you're at it change line 6 so the line-height is at least 1.0 rather than 13px so you don't have those three overlapping lines of text.&#60;/p&#62;
&#60;p&#62;body, td, input, textarea{&#60;br /&#62;
	font-size:11px;&#60;br /&#62;
	font-family:Tahoma;&#60;br /&#62;
	color:#000000;&#60;br /&#62;
	line-height:1; /* was 13px */&#60;br /&#62;
	vertical-align:top;&#60;br /&#62;
	padding:0px;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>apples on "Which css file do I edit to change background?"</title>
<link>http://support.westciv.com/topic.php?id=354#post-1497</link>
<pubDate>Sat, 19 Jul 2008 10:12:35 +0000</pubDate>
<dc:creator>apples</dc:creator>
<guid isPermaLink="false">1497@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using the demo.  I have just started using corecommerce shooping cart.  I am using one of their free shopping templates.&#60;/p&#62;
&#60;p&#62;I want to add a background colour or image to my shop.  I think I can do it with Style Master.&#60;/p&#62;
&#60;p&#62;I FTP the current template I am using and open the styles.css file.&#60;/p&#62;
&#60;p&#62;But it does not show like my webshop.  It shows as a new template with like, header and the lorem ipsum text etc.&#60;/p&#62;
&#60;p&#62;What am I doing wrong any ideas?&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Peter&#60;br /&#62;
&#60;a href=&#34;http://www.WeldingDiscounts.com&#34; rel=&#34;nofollow&#34;&#62;http://www.WeldingDiscounts.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Yani on "Copy Keys"</title>
<link>http://support.westciv.com/topic.php?id=353#post-1496</link>
<pubDate>Fri, 18 Jul 2008 13:05:57 +0000</pubDate>
<dc:creator>Yani</dc:creator>
<guid isPermaLink="false">1496@http://support.westciv.com/</guid>
<description>&#60;p&#62;John,&#60;/p&#62;
&#60;p&#62;There are areas where traditional Windows keys of&#60;/p&#62;
&#60;p&#62;cut = shift delete&#60;br /&#62;
copy = control insert&#60;br /&#62;
paste = shift insert&#60;/p&#62;
&#60;p&#62;just plain fail. I know that this isn't uncommon in apps, particularly when they are programmed on a Mac. But these old keys as far as I'm concerned are the ones that are sensible. Control X C V is really only a poxy alternative that was developed for cut down Mac keyboards. &#60;/p&#62;
&#60;p&#62;When you do the revision can you ensure that these keys work. At least on the Windows version.&#60;/p&#62;
&#60;p&#62;Yani
&#60;/p&#62;</description>
</item>
<item>
<title>guyleech on "Style Master keeps trying to re-install"</title>
<link>http://support.westciv.com/topic.php?id=346#post-1495</link>
<pubDate>Mon, 14 Jul 2008 01:59:50 +0000</pubDate>
<dc:creator>guyleech</dc:creator>
<guid isPermaLink="false">1495@http://support.westciv.com/</guid>
<description>&#60;p&#62;Chickentikka, have a go at re-installing it in a different folder; it won't have any effect on the running of the program, and may fix the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>chickentikka on "Style Master keeps trying to re-install"</title>
<link>http://support.westciv.com/topic.php?id=346#post-1492</link>
<pubDate>Mon, 07 Jul 2008 07:53:16 +0000</pubDate>
<dc:creator>chickentikka</dc:creator>
<guid isPermaLink="false">1492@http://support.westciv.com/</guid>
<description>&#60;p&#62;Style master is installed on my computer, but in a different location. I didn't set it to a different location, I just accepted the defaults. The install path is &#34;C:\Program Files\western civilisation\Style Master 4.6&#34; Since posting this message I have tried various ways to get it to work. The repair option didn't work when I tried to run the install, so I did an uninstall and reinstall and this worked for a while. The problem has now returned again. I will uninstall and reinstall and change the path of the install if this won't cause any problems with other parts of the program.&#60;br /&#62;
Regards&#60;br /&#62;
Mark
&#60;/p&#62;</description>
</item>
<item>
<title>guyleech on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1491</link>
<pubDate>Mon, 30 Jun 2008 23:21:40 +0000</pubDate>
<dc:creator>guyleech</dc:creator>
<guid isPermaLink="false">1491@http://support.westciv.com/</guid>
<description>&#60;p&#62;Storyman, what he's after is the finished CSS file, so he can compare them, rather than the tutorial on how to create the CSS file.&#60;/p&#62;
&#60;p&#62;And sandman, here you go:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a href=&#34;http://www.westciv.com/style_master/academy/hands_on_tutorial/finished_project/core-style.css&#34;&#62;The CSS file&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a href=&#34;http://www.westciv.com/style_master/academy/hands_on_tutorial/finished_project/index.html&#34;&#62;The HTML file&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;Hope that helps,&#60;br /&#62;
Guy
&#60;/p&#62;</description>
</item>
<item>
<title>Storyman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1490</link>
<pubDate>Mon, 30 Jun 2008 20:45:31 +0000</pubDate>
<dc:creator>Storyman</dc:creator>
<guid isPermaLink="false">1490@http://support.westciv.com/</guid>
<description>&#60;p&#62;Sandman,&#60;/p&#62;
&#60;p&#62;I'm not giving up on you.&#60;/p&#62;
&#60;p&#62;Is this it?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.westciv.com/style_master/hands_on_tutorial_sm/04.creating_the_ss.html&#34; rel=&#34;nofollow&#34;&#62;http://www.westciv.com/style_master/hands_on_tutorial_sm/04.creating_the_ss.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sandman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1489</link>
<pubDate>Mon, 30 Jun 2008 19:17:21 +0000</pubDate>
<dc:creator>sandman</dc:creator>
<guid isPermaLink="false">1489@http://support.westciv.com/</guid>
<description>&#60;p&#62;thank you Storyman , thats the description of the tutorial , but it's not the clean cut css.style-sheet that i found several month ago on the Stylemaster-site that shows how the css.style-sheet must look like, to give the style to the html.index page. that css.style-sheet was not on&#60;br /&#62;
my computer and it was not a help-file at all.&#60;br /&#62;
but thanks for putting in so much effort to helping me out.
&#60;/p&#62;</description>
</item>
<item>
<title>Storyman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1488</link>
<pubDate>Mon, 30 Jun 2008 01:16:59 +0000</pubDate>
<dc:creator>Storyman</dc:creator>
<guid isPermaLink="false">1488@http://support.westciv.com/</guid>
<description>&#60;p&#62;Sandman,&#60;/p&#62;
&#60;p&#62;You'll need to copy then paste the stylesheet into something like Notepad, then save as a css file.&#60;/p&#62;
&#60;p&#62;The stylesheet can be found on your computer at:&#60;br /&#62;
C:\Program Files\western civilisation\Style Master 4.6\Help_Files\tutorial4.creating_the_ss.html
&#60;/p&#62;</description>
</item>
<item>
<title>sandman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1487</link>
<pubDate>Sun, 29 Jun 2008 21:51:04 +0000</pubDate>
<dc:creator>sandman</dc:creator>
<guid isPermaLink="false">1487@http://support.westciv.com/</guid>
<description>&#60;p&#62;thank you Storyman , the file is showing the startingpage for the tutorial ans stuff, but it is&#60;br /&#62;
not the css.style-sheet from the tutorial to wich i would link my design to from the tutorial
&#60;/p&#62;</description>
</item>
<item>
<title>Storyman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1486</link>
<pubDate>Sun, 29 Jun 2008 18:32:04 +0000</pubDate>
<dc:creator>Storyman</dc:creator>
<guid isPermaLink="false">1486@http://support.westciv.com/</guid>
<description>&#60;p&#62;Sandman,&#60;/p&#62;
&#60;p&#62;If you are a Windows user and performed the typical installation on drive 'C' you will find what you are looking for there.&#60;/p&#62;
&#60;p&#62;I.E.: C:\Program Files\western civilisation\Style Master 4.6&#60;/p&#62;
&#60;p&#62;In that folder is the file 'Start Here', which you can open in IE.
&#60;/p&#62;</description>
</item>
<item>
<title>sandman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1485</link>
<pubDate>Sun, 29 Jun 2008 17:40:06 +0000</pubDate>
<dc:creator>sandman</dc:creator>
<guid isPermaLink="false">1485@http://support.westciv.com/</guid>
<description>&#60;p&#62;sorry, i deleted that crap what i did, so i'm waiting for someone who could post me the link with the original css-code. there was a link on the style-master-site but i can't find it . when&#60;br /&#62;
i see the code from the original css-style-sheet, i will start again from scratch and&#60;br /&#62;
have the possibility to compare my work and the&#60;br /&#62;
original. thank you anyways
&#60;/p&#62;</description>
</item>
<item>
<title>JohnAllsopp on "Code View Highlighting"</title>
<link>http://support.westciv.com/topic.php?id=349#post-1484</link>
<pubDate>Sat, 28 Jun 2008 23:10:42 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1484@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;this is fixed for the next version - a beta of which is out now (email us for a copy) and which should be released soon&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>JohnAllsopp on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1483</link>
<pubDate>Sat, 28 Jun 2008 23:09:35 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1483@http://support.westciv.com/</guid>
<description>&#60;p&#62;Sandman,&#60;/p&#62;
&#60;p&#62;can you post your finished HTML and CSS somewhere for a dissection!&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>sandman on "anyone out there who finished the course ?"</title>
<link>http://support.westciv.com/topic.php?id=350#post-1482</link>
<pubDate>Sat, 28 Jun 2008 19:36:26 +0000</pubDate>
<dc:creator>sandman</dc:creator>
<guid isPermaLink="false">1482@http://support.westciv.com/</guid>
<description>&#60;p&#62;is there anyone who finished the course , i can not come to an end , i did it 6 or 7 times allways&#60;br /&#62;
lookin odd. is there any link to the original css-style-sheet that i could find out about my mistakes ?&#60;br /&#62;
greatings sandman
&#60;/p&#62;</description>
</item>
<item>
<title>WPC417 on "Code View Highlighting"</title>
<link>http://support.westciv.com/topic.php?id=349#post-1481</link>
<pubDate>Sat, 28 Jun 2008 04:11:17 +0000</pubDate>
<dc:creator>WPC417</dc:creator>
<guid isPermaLink="false">1481@http://support.westciv.com/</guid>
<description>&#60;p&#62;When selecting a statement in the Statement column, Stylemaster places a faint blue outine around the corresponding code for that statement in the code pane. &#60;/p&#62;
&#60;p&#62;I find that outline almost impossible to see on my MacBook Pro --- very annoying. I've looked but cannot find a preference or other setting to have a   solid color highlight instead of the outline. Am I missing a way to do this? Or, if not, could it be added to the next version. Any help would be appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>Yani on "Small caps"</title>
<link>http://support.westciv.com/topic.php?id=348#post-1480</link>
<pubDate>Fri, 27 Jun 2008 02:57:36 +0000</pubDate>
<dc:creator>Yani</dc:creator>
<guid isPermaLink="false">1480@http://support.westciv.com/</guid>
<description>&#60;p&#62;font-variant: small-caps;&#60;/p&#62;
&#60;p&#62;That's the one all right. Oddly I tried that yesterday but I might have included an additional item that caused it to fail.
&#60;/p&#62;</description>
</item>
<item>
<title>Cary on "Small caps"</title>
<link>http://support.westciv.com/topic.php?id=348#post-1479</link>
<pubDate>Thu, 26 Jun 2008 23:24:01 +0000</pubDate>
<dc:creator>Cary</dc:creator>
<guid isPermaLink="false">1479@http://support.westciv.com/</guid>
<description>&#60;p&#62;Firebug for Firefox sees &#34;small-caps&#34; as a font-family, so split the font shorthand up like this:&#60;/p&#62;
&#60;p&#62;font: bold italic 14px sans-serif;&#60;br /&#62;
font-variant: small-caps;
&#60;/p&#62;</description>
</item>
<item>
<title>Storyman on "Small caps"</title>
<link>http://support.westciv.com/topic.php?id=348#post-1478</link>
<pubDate>Thu, 26 Jun 2008 19:39:02 +0000</pubDate>
<dc:creator>Storyman</dc:creator>
<guid isPermaLink="false">1478@http://support.westciv.com/</guid>
<description>&#60;p&#62;Are you asking why 'li' that falls within .menuitem doesn't display small-caps?&#60;/p&#62;
&#60;p&#62;If that is what you're asking, then add:&#60;/p&#62;
&#60;p&#62;.menutitem * li {&#60;br /&#62;
font: small-caps sans-serif;&#60;br /&#62;
}
&#60;/p&#62;</description>
</item>
<item>
<title>Yani on "Small caps"</title>
<link>http://support.westciv.com/topic.php?id=348#post-1477</link>
<pubDate>Thu, 26 Jun 2008 18:00:18 +0000</pubDate>
<dc:creator>Yani</dc:creator>
<guid isPermaLink="false">1477@http://support.westciv.com/</guid>
<description>&#60;p&#62;Code is...&#60;/p&#62;
&#60;p&#62;ul/li where .menuitem is li&#60;/p&#62;
&#60;p&#62;.menuitem {&#60;br /&#62;
	position: relative;&#60;br /&#62;
	list-style-type: none;&#60;br /&#62;
	float: left;&#60;br /&#62;
	background: url(../base-images/menutab-off.png) no-repeat;&#60;br /&#62;
	width: 91px;&#60;br /&#62;
	height: 24px;&#60;br /&#62;
	font: bold italic 14px small-caps sans-serif;&#60;br /&#62;
	text-align: center;&#60;br /&#62;
	text-decoration: none;&#60;br /&#62;
	color: #000000;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;Any idea why small-caps fails in IE7&#38;#38;8, FF3 and Safari?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imagonullius.com/rmit/index.html&#34; rel=&#34;nofollow&#34;&#62;http://imagonullius.com/rmit/index.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want to look at the menu text that is where it is used.&#60;/p&#62;
&#60;p&#62;Yani
&#60;/p&#62;</description>
</item>
<item>
<title>Yani on "Windows Beta"</title>
<link>http://support.westciv.com/topic.php?id=347#post-1476</link>
<pubDate>Thu, 26 Jun 2008 03:17:39 +0000</pubDate>
<dc:creator>Yani</dc:creator>
<guid isPermaLink="false">1476@http://support.westciv.com/</guid>
<description>&#60;p&#62;Got my name on that Windows beta list John?&#60;/p&#62;
&#60;p&#62;Yani - &#60;a href=&#34;mailto:yani@imagonullius.com&#34;&#62;yani@imagonullius.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've upgraded my computer just for you hey. ;)&#60;/p&#62;
&#60;p&#62;Yani
&#60;/p&#62;</description>
</item>
<item>
<title>JohnAllsopp on "Style Master Disappears"</title>
<link>http://support.westciv.com/topic.php?id=340#post-1475</link>
<pubDate>Tue, 24 Jun 2008 02:14:38 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1475@http://support.westciv.com/</guid>
<description>&#60;p&#62;Is there a statement in the style sheet selected? Te editors are disabled unless you have a statement to add properties to.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>JohnAllsopp on "Style Master keeps trying to re-install"</title>
<link>http://support.westciv.com/topic.php?id=346#post-1474</link>
<pubDate>Tue, 24 Jun 2008 02:13:33 +0000</pubDate>
<dc:creator>JohnAllsopp</dc:creator>
<guid isPermaLink="false">1474@http://support.westciv.com/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;here's what typically causes this. An application you have uninstalled  since installing Style Master has uninstalled some shared components that both it and Style Master uses. The best thing to do is download  style master again, then uninstall Style Master, then reinstall. Your preferences will be saved, along with all your files. &#60;/p&#62;
&#60;p&#62;Let us know how you get on,&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;john
&#60;/p&#62;</description>
</item>
<item>
<title>guyleech on "Style Master Disappears"</title>
<link>http://support.westciv.com/topic.php?id=340#post-1473</link>
<pubDate>Mon, 23 Jun 2008 23:23:59 +0000</pubDate>
<dc:creator>guyleech</dc:creator>
<guid isPermaLink="false">1473@http://support.westciv.com/</guid>
<description>&#60;p&#62;wertzb, I'm not sure why the properties editor wouldn't work if the rest of it is.&#60;/p&#62;
&#60;p&#62;You could try a general fix for Vista-related programs: make sure you're running it as an Administrator (right click the shortcut and click 'Run as administrator').&#60;/p&#62;
&#60;p&#62;See if that does anything&#60;br /&#62;
 Guy
&#60;/p&#62;</description>
</item>

</channel>
</rss>