<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021542" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021542</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1141819</link>
    <description> &lt;p&gt;I have used dreamweaver for several years, it is my favorite program, simple, and great designs. Try to learn Dreamweaver quickly, and you should be able to fix your problem pretty quick. Hope that helps.&lt;/p&gt;
&lt;p&gt; Thanks,&lt;/p&gt;
&lt;p&gt; &lt;strong&gt;Chig P.&lt;br /&gt;
  &lt;a href=&quot;http://www.abuddy.com&quot; class=&quot;bb-url&quot;&gt;All new Buddy Icons and great jokes!!&lt;/a&gt;&lt;br /&gt;
  Email: [email=Shawncouchman2@hotmail.com]Shawncouchman2@hotmail.com[/email]&lt;br /&gt;
  AIM: scouchman2&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Dec 2003 05:47:44 +0000</pubDate>
 <dc:creator>scouchman2</dc:creator>
 <guid isPermaLink="false">comment 1141819 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1141676</link>
    <description> &lt;p&gt;Just wanted to add something to the comment regarding stopping people from viewing your source code...&lt;/p&gt;
&lt;p&gt;You can&#039;t, and shouldn&#039;t be able to. The pages are downloaded to the local hard drive of whoever is viewing the page, even if you stop right-clicks the user will easily be able to view the pages from their temporary Internet Files directory (or equivalent according to their browser).&lt;/p&gt;
&lt;p&gt;As well as being ineffective, this presents usability issues: Web designers should not try to affect the way a browser works outside of users expectations, this will at best cause annoyance, and at worse mean the user will never come back.&lt;/p&gt;
&lt;p&gt;A good web site to learn such things is &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com&lt;/a&gt; as is &lt;a href=&quot;http://www.zeldman.com/&quot; class=&quot;bb-url&quot;&gt;http://www.zeldman.com/&lt;/a&gt;.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 12:56:59 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1141676 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132758</link>
    <description> &lt;p&gt;If you get better quality images, they should look better and display slower, unless you change how they are displayed. i.e. save the text as a transparent gif, put the background colour in the CSS, and save the side images as jpegs. Slicing up the image and removing parts that can repeat by themselves (the solid colour) will most likely help you with all aspects -- with getting the site to fit any screen resolution, with improving quality and with reducing download times.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 17:03:54 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1132758 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132745</link>
    <description> &lt;p&gt;Thanks for your help Suzanne. &lt;/p&gt;
&lt;p&gt;I&#039;m actually looking into getting my hands on Dreamweaver and playing around with that, but I would like to fix as many of the problems with the FP site as I can so that it will stay live while I learn Dreamweaver.&lt;/p&gt;
&lt;p&gt;About the image quality...if I get a copies of the border images that aren&#039;t as compressed would that solve my problem or will it look the same and just load slower?&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 14:25:39 +0000</pubDate>
 <dc:creator>isadmin3</dc:creator>
 <guid isPermaLink="false">comment 1132745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132743</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.google.com/search?q=no+right+click+javascript&quot; class=&quot;bb-url&quot;&gt;http://www.google.com/search?q=no+right+click+javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 14:11:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1132743 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132742</link>
    <description> &lt;p&gt;Well, looking at the code, you can use a stylesheet with this in it:&lt;/p&gt;
&lt;p&gt;body {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    }&lt;/p&gt;
&lt;p&gt;And change the widths on your tables to be 100% (within FP). That will resolve a number of issues right off the bat. &lt;/p&gt;
&lt;p&gt;It&#039;s probably better that you put FP down now and either learn HTML properly or pick up Dreamweaver as a WSYIWYG editor. FP is highly prejudiced towards IE. Dreamweaver has a built in syntax checker that will help you find errors, and will export (when told to, of course).&lt;/p&gt;
&lt;p&gt;However, if you choose not to, FP does have manual editing options which you can use to tweak settings as you learn.&lt;/p&gt;
&lt;p&gt;Anyway, about the image quality -- I&#039;m not sure why it&#039;s looking good in IE, the images are heavily compressed, which is causing artifacting, or distortion. You may want to rethink how you&#039;re achieving the design effect, perhaps using more separate images so that the table can stretch out instead of causing scroll at 800x600.&lt;/p&gt;
&lt;p&gt;Hopefully more people will have more specific suggestions for you. You may wish to post your site to the critiques forum for more advice and help.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 14:09:29 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1132742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132740</link>
    <description> &lt;p&gt;while I&#039;m asking.... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;How do you right click protect a site or make a page &quot;read only&quot; so no one is able to copy images off of it?&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 14:00:48 +0000</pubDate>
 <dc:creator>isadmin3</dc:creator>
 <guid isPermaLink="false">comment 1132740 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132739</link>
    <description> &lt;p&gt;Yes I did use FP version 2002 and WYSIWYG my butt!&lt;br /&gt;
FP has been a real pain...everything looks great in Explorer (microsoft) but when you start looking at it in other browser it&#039;s entirely different.&lt;/p&gt;
&lt;p&gt;the url is &lt;a href=&quot;http://www.ivettesosa.com&quot; class=&quot;bb-url&quot;&gt;http://www.ivettesosa.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Any help is much appreciated.&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Jun 2003 13:59:41 +0000</pubDate>
 <dc:creator>isadmin3</dc:creator>
 <guid isPermaLink="false">comment 1132739 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/problem-border-image#comment-1132723</link>
    <description> &lt;p&gt;1. yes, AOL compresses images -- you can change the settings, but I don&#039;t recall how -- try googling for &quot;AOL image compression&quot;&lt;/p&gt;
&lt;p&gt;2. &quot;Shared borders&quot;? Are you using FP?&lt;/p&gt;
&lt;p&gt;3. When you have a problem such as this, please provide an url for others to test the problem. It&#039;s easiest to troubleshoot when we can actually see the problem.&lt;/p&gt;
 </description>
     <pubDate>Sun, 08 Jun 2003 19:39:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1132723 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
