<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033647" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033647</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1196526</link>
    <description> &lt;p&gt;pic properties are read by the search engines.. put your keywords in there that are relevant&lt;/p&gt;
 </description>
     <pubDate>Sun, 02 Apr 2006 03:26:40 +0000</pubDate>
 <dc:creator>gretty</dc:creator>
 <guid isPermaLink="false">comment 1196526 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1196340</link>
    <description> &lt;p&gt;Thanks to all the help from you wonderful folks, I solved the problem.&lt;br /&gt;
I used the image as a background for the table/s with the text over it using CSS &quot;absolute positioning&quot;. For others who might want the answer to this question, I am showing here the code I used. (See below.)&lt;br /&gt;
As an alternative, I could have eliminated the table by just placing the image on the page background using CSS positioning with type over that. Since I have about 500 pages that must be redone, I may do that is some cases.&lt;br /&gt;
Here is the code I used for just one page. There are actually two tables on this page, but in interest of space, I include only one here.&lt;/p&gt;
&lt;p&gt;Independent Arizona Escorts&lt;/p&gt;
&lt;p&gt;body {background-color: 000033; margin: 2%; link: yellow; vlink: yellow; }&lt;br /&gt;
p {color: red; font-size: 12px; width: 300px; font-family: sans-serif; font-weight: bold; position: absolute; top: 239px; left: 118px;}&lt;/p&gt;
&lt;p&gt;p.lines {color: yellow; font-size: 16px; width: 360px; font-family: sans-serif; font-weight: bold; position: absolute; top: 970px; left: 260px;}&lt;/p&gt;
&lt;p&gt;p.addy {color: yellow; font-size: 16px; width: 300px; font-family: sans-serif; font-weight: bold; position: absolute; top: 1196px; left: 284px;}&lt;/p&gt;
&lt;p&gt;I am the newest, youngest, sweetest and jazziest escort in Phoenix. I am the hottie who wants to jazz up your life, and believe me, I do know how. And my sparkling blue eyes are a joy to wake up. I stand 5&#039;7&quot;, measure 34-24-36, a 120 lbs. of all it takes to make you a happy man. I . . .&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Mar 2006 18:52:13 +0000</pubDate>
 <dc:creator>Henry</dc:creator>
 <guid isPermaLink="false">comment 1196340 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1196294</link>
    <description> &lt;p&gt;Put the background in the&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Mar 2006 10:47:04 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1196294 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1196283</link>
    <description> &lt;p&gt;It displays correctly for me&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Mar 2006 09:47:37 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1196283 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Type over images</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1196274</link>
    <description> &lt;p&gt;I hate to be a pest, but I still need help with this type-over-image thing. I made a practice page using CSS and used an image as a table background. Then I added text. It works fine in my browser, but when I upload it to the web, all that shows is the text. The image disappears.&lt;br /&gt;
I never had trouble uploading images before--about 500 such pages on my site.&lt;br /&gt;
Here is a link to the practice page, maybe someone would be so kind as to look at the source, and perhaps see what I am doing wrong. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sinfulescortsusa.com/Arizona/Independents/Jazzy/jazzy-profile.html&quot; class=&quot;bb-url&quot;&gt;http://www.sinfulescortsusa.com/Arizona/Independents/Jazzy/jazzy-profile.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Mar 2006 05:40:31 +0000</pubDate>
 <dc:creator>Henry</dc:creator>
 <guid isPermaLink="false">comment 1196274 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1195844</link>
    <description> &lt;p&gt;Use CSS to position a div over the image with text, something like&lt;/p&gt;
&lt;p&gt;#text1 {&lt;br /&gt;
left:100px;&lt;br /&gt;
top 200px;&lt;br /&gt;
color: black&lt;br /&gt;
background: white border 1px solid;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;would need to refined to suit, but use that instead of the transparent image.&lt;/p&gt;
&lt;p&gt;The images never loaded for me, timed out, but managed to get the properties of them, they are 177kb and 196kb plus the two banners 33kb and home button 1.5kb - weigh to big for dial up.&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Mar 2006 10:44:19 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195844 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Type over text</title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1195838</link>
    <description> &lt;p&gt;Folks, thanks for all your advice.&lt;br /&gt;
As I said, my main concern is that with all these images, the engines may not think I am &quot;content rich.&quot;  Maybe I am being overly concerned because throughout the site  there IS a bit of  text.&lt;br /&gt;
Actually, I hope I am being overly conerned--would save me a bunch of head aches.&lt;br /&gt;
Your frank thoughts please.&lt;br /&gt;
Below is a link to just one of such pages so you will see what I am driving at. Note that I do not always use that transparent square on which to place type. Sometimes I just over-write the picture--if the background is not too busy.&lt;br /&gt;
Also, I usually always use ALT tags, but you will see that in this case I neglected to do so, but I will.&lt;br /&gt;
This is a &quot;moderately&quot; adult site, so if you are going to be offended, don&#039;t go.&lt;/p&gt;
&lt;p&gt;[link removed]&lt;/p&gt;
 </description>
     <pubDate>Thu, 23 Mar 2006 07:27:44 +0000</pubDate>
 <dc:creator>Henry</dc:creator>
 <guid isPermaLink="false">comment 1195838 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1195826</link>
    <description> &lt;p&gt;Ha! Posted at the same time.  The alt and title attributes are good as well, although I&#039;m not sure that the SE&#039;s put as much importance on them as it does on regular text. With a regular text mark-up you could even make the text a header tag to give it more importance.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Mar 2006 21:40:05 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1195826 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1195825</link>
    <description> &lt;p&gt;Use alt and title in image tags: &lt;img src=&quot;name.png&quot; width=&quot;22&quot; height=&quot;22&quot; alt=&quot;description if image doesnt load&quot; title=&quot;description of image or text of image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;your limited to amount of words in alt and title for display, so make em count&lt;/p&gt;
&lt;p&gt;You can use CSS to set your image as background with no repeat&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Mar 2006 21:38:43 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195825 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/type-over-images-engine-readable#comment-1195824</link>
    <description> &lt;p&gt;Use CSS to make the background not repeat (I&#039;m assuming that&#039;s what you&#039;re referring to in your last message). That would be your best solution. Also make the div the same size as the image&lt;/p&gt;
&lt;p&gt;#yourimage {background: url(&#039;imagepath.jpg&#039;) no-repeat; height: ???px; width: ???px;}&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Mar 2006 21:38:10 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1195824 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
