<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014759" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014759</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085549</link>
    <description> &lt;p&gt;Wow! You guys are a great help! Sorry I haven&#039;t got back to you sooner but I&#039;ve been busy applying much of the advice you&#039;ve kindly given.&lt;/p&gt;
&lt;p&gt;citron&lt;br /&gt;
I think you&#039;re right about the logo text. I&#039;ll work on it some more.&lt;br /&gt;
I did as you said and made the three pictures on the main page the same size and it does look better.&lt;/p&gt;
&lt;p&gt;The Webmistress&lt;br /&gt;
You are, of course, absolutely right about the tables problem being because it is three lined up alongside each other. I had orignally done it as a table with three columns but, when a lot of content was added to the middle column, it stretched the other columns and they looked terrible. Sorry I forgot to reply to your last post. I&#039;m going on holiday! A week in Paris and a quick drive round Belgium, Luxembourg, Holland and Germany!&lt;/p&gt;
&lt;p&gt;Megan Jack&lt;br /&gt;
Thanks for the hspace advice. I&#039;ve done that.&lt;br /&gt;
About the script font, I&#039;m gonna have another hunt through my 300 fonts and see what I can find!&lt;/p&gt;
&lt;p&gt;taff&lt;br /&gt;
I&#039;m going to try to learn about CSS. I think I&#039;ll be able to get a better looks for the side columns using CSS. What do you think?&lt;/p&gt;
&lt;p&gt;TheGizmoid&lt;br /&gt;
Thanks for telling me about the spaces in picture filenames problem. I&#039;ve corrected that. I&#039;ll add more alt tags. I never knew they were that important. Thanks. I&#039;ve changed the counter too. The previous one was invisible until recently.&lt;/p&gt;
&lt;p&gt;Abhishek Reddy&lt;br /&gt;
I can&#039;t think of any place better to put the rollover logos but I&#039;ll keep it in mind. Your advice about the picture placement on the brand pages was spot on. I&#039;ve changed them around and it does look a lot better. Thanks for that advice.&lt;/p&gt;
&lt;p&gt;PaPa&lt;br /&gt;
AAAAAARRRRRRGGGGGHHHHH! I spent hours working that out! If only I&#039;d waited another day before working on it, I woulda saved hours! I&#039;ve got the new layout up but it&#039;s still useless for 640x480. I&#039;ll check your one out. Thank you very much for your help.&lt;/p&gt;
&lt;p&gt;Thanks everyone for the encouragment and critiquing. I&#039;m racing to get as much of the site up as I can before I go on holiday. I&#039;m also gonna put some prices up as well.&lt;/p&gt;
&lt;p&gt;Once again, thanks everybody!&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2001 09:03:18 +0000</pubDate>
 <dc:creator>Jiffy</dc:creator>
 <guid isPermaLink="false">comment 1085549 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085211</link>
    <description> &lt;p&gt;OK Jiffy, here&#039;s a fix for your table problem...&lt;/p&gt;
&lt;p&gt;Nest those three tables inside one large table consisting of one row and three cells, where each of your tables goes into one of the new cells.  You&#039;ll need to change some of the attributes on the 3 old tables--remove the align attributes and make the width attributes = 100%.&lt;/p&gt;
&lt;p&gt;The new outer table table would look like...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;center&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TABLE width&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;100%\&quot; border=\&quot;0\&quot; cellPadding=\&quot;0\&quot; cellSpacing=\&quot;0\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;TR&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td align=\&quot;center\&quot; valign=\&quot;top\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE ONE&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td align=\&quot;center\&quot; valign=\&quot;top\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE TWO&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td align=\&quot;center\&quot; valign=\&quot;top\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE THREE&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/TR&amp;gt;&lt;br /&gt;&amp;lt;/TABLE&amp;gt;&lt;br /&gt;&amp;lt;/center&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;This will eliminate the overlap problem and also create a liquid design that &quot;shrinks&quot; in a 640x480 view, although it will be rather cramped, with a little bit of horizontal scrolling.  I already modified your index file and it works fine.  I&#039;ll email it to you if you like.  With some tinkering of the 1st &amp;amp; 3rd cells&#039; width attribute on the outer table, you may be able to gain some more &quot;white space&quot; between the columns.  This would give the 640x480 view some breathing room. &lt;/p&gt;
&lt;p&gt;  --Papa&lt;/p&gt;
 </description>
     <pubDate>Fri, 13 Jul 2001 08:29:18 +0000</pubDate>
 <dc:creator>PaPa</dc:creator>
 <guid isPermaLink="false">comment 1085211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>great</title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085161</link>
    <description> &lt;p&gt;hi jiffy,&lt;/p&gt;
&lt;p&gt;i realy really like the new design! great job!&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; i really can&#039;t find anything seriously wrong in the pages...newvertheless, i have 2 suggestions&lt;/p&gt;
&lt;p&gt;[=1]&lt;/p&gt;
&lt;li&gt;when i rollover one of the brands, say, &quot;aurora&quot;, the brand logo appears way down the bottom, thats the last place the eye looks at. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; i dont know how you could do this, but maybe you could move the rollover area nearer to the links...use layers?&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;. either way, it still works.&lt;/li&gt;
&lt;p&gt;[*]in your brand pages, the image of each model of pen is  placed below the description. the eye has a tendency the look at images first, words later. i suggest you place the images &lt;em&gt;above&lt;/em&gt; the description.&lt;br /&gt;
[/=1]&lt;/p&gt;
&lt;p&gt;thats about it. and fix the overlapping tables too &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;once again, GREAT WORK!:)[/]&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Jul 2001 04:26:52 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1085161 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085139</link>
    <description> &lt;p&gt;Looking better!!&lt;/p&gt;
&lt;p&gt;I also like what you did with the rollovers for the logos, it&#039;s much less cluttered looking.  An elegant solution I hadn&#039;t even thought of.&lt;/p&gt;
&lt;p&gt;&quot;SHOP PHOTOS penplusmag 2 Jim and Janet.jpg&quot; is a broken image in NS.  NS doesn&#039;t like spaces in file names.  Sometimes it fills the spaces in with %20s like it did with your logo:&lt;/p&gt;
&lt;p&gt;eps%20logo%20mark%20xi.gif&lt;/p&gt;
&lt;p&gt;Sometimes it will work, sometimes not.  Best to avoid spaces in file names altogether.  Underscore or hyphen are acceptable, no odd characters please.&lt;/p&gt;
&lt;p&gt;And do use &quot;alt&quot; tags for your images.  For one thing, spiders and bots can&#039;t read the text in a graphic, so the name in your logo will not be indexed.  Alts are also a good way to reinforce keywords, so instead of &quot;alt=logo.jpg&quot; for example, you can have &quot;alt=logo of the Edinburgh Pen Shop, your source for (keywords here)&quot;.  It won&#039;t display on the page, but will get indexed.  Also, alt tags are crucial for navigation when a site is accessed by the visually-impaired using a text reader.  &lt;/p&gt;
&lt;p&gt;I&#039;d consider getting an invisible counter/stats program, as I don&#039;t think it&#039;s good for a commercial site to advertise how few hits it&#039;s gotten.&lt;/p&gt;
&lt;p&gt;Obviously you still need to fill in the gaps for missing pages, but it&#039;s coming right along.&lt;/p&gt;
&lt;p&gt;I never thought about &quot;foreigners&quot; having to think like Americans to code HTML.  You mean a &quot;centre&quot; tag won&#039;t work?  LOL!&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jul 2001 21:28:21 +0000</pubDate>
 <dc:creator>TheGizmoid</dc:creator>
 <guid isPermaLink="false">comment 1085139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085129</link>
    <description> &lt;p&gt;I&#039;m always preaching white backgrounds but in this case, it doesn&#039;t seem to work for me. Perhaps it is a lack of contrast with the yellow? Have you experimented here at all?&lt;br /&gt;
Perhaps coloured sidebars?&lt;/p&gt;
&lt;p&gt;I still think that default link colours have an &quot;unfinished&quot; look to them.&lt;/p&gt;
&lt;p&gt;Megan: I&#039;ve always used &quot;center&quot; in that context. the community centre or city centre is another matter &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jul 2001 15:55:30 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1085129 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085124</link>
    <description> &lt;p&gt;Much better!  Looks good!  Just a couple of things:&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;Make all the photos the same size as the biggest one.  Also add a little hspace to the one on the left so the text doesn&#039;t but right up against it.&lt;/li&gt;
&lt;li&gt;Align the list of brands to the left instead of center (OMG - too much HTML has got me spelling like an American!)&lt;/li&gt;
&lt;li&gt; I still think that the script font you have is a little hard to read.  You could either make the lower case letters a little bigger, or choose a different font (still script though - that&#039;s very effective given the topic of the site).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I really like the pen nibs you&#039;ve used in the logo - those look great!&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jul 2001 15:17:44 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1085124 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085121</link>
    <description> &lt;p&gt;I think that the problems that you are having with the overlapping is because you are using three tables lined up along side each other, I would be inclined to have one table with three columns that way you can ensure that everything is going to line up ok.&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jul 2001 15:05:59 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1085121 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/website-critique-area/edinburgh-pen-shop-redesigned#comment-1085119</link>
    <description> &lt;p&gt;Jiffy,&lt;/p&gt;
&lt;p&gt;As you may remember, I liked the logos on the old site, and so I was disappointed at first to see them gone. However, you have in fact done an excellent job of displaying them on rollover, which is an improvement.&lt;/p&gt;
&lt;p&gt;The nibs at the top are great, but the logo lettering still does nothing for me (or you).&lt;/p&gt;
&lt;p&gt;The 3 photos are a good idea. Can they all be the same size as the shop front? I can hardly see the smaller two.&lt;/p&gt;
&lt;p&gt;Good idea to link to the old site for us, but the link did not work for me &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Good luck&lt;/p&gt;
&lt;p&gt;Stephen&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Jul 2001 15:01:56 +0000</pubDate>
 <dc:creator>citron</dc:creator>
 <guid isPermaLink="false">comment 1085119 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
