<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033552" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033552</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195491</link>
    <description> &lt;p&gt;Have emailled you mate &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;
 </description>
     <pubDate>Sun, 19 Mar 2006 14:35:16 +0000</pubDate>
 <dc:creator>DaveyBoy</dc:creator>
 <guid isPermaLink="false">comment 1195491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195489</link>
    <description> &lt;p&gt;Busy. I have 16 tables. Do all 16 have to have their own CSS scripts at the top in the header? It seems I have to do twice as much work on this site compared to my older one, and I just learnt how to do html this week &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;, can I pay soemone to do my site for me?&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Mar 2006 13:46:48 +0000</pubDate>
 <dc:creator>DSSR</dc:creator>
 <guid isPermaLink="false">comment 1195489 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195488</link>
    <description> &lt;p&gt;Ahh, thanks heaps, now I know whats going on (closer to understadning CSS), now all I need to learn is how CSS works, and what codes to use. &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;... Lucky I dont have any br or h tags : ).. So all my other codes like&lt;/p&gt;
&lt;p&gt;and so forth, are all closed normally? the only change is&lt;/p&gt;
&lt;p&gt;?&lt;br /&gt;
Thanks heaps dude.&lt;/p&gt;
&lt;p&gt;PS: Its so funny, I just went to validate my old site, and it had 188 errors, basically every bloody line was errornous. HAHAHA. I hope my new one does better.&lt;br /&gt;
-----&lt;br /&gt;
Mistress, I (he) didn&#039;t say it doesn&#039;t crawl it, he simply says it doesn&#039;t do it properly. Hes saying it&#039;s faster to get indexed without data being in a table. Googlebot as he called it is new and upgraded to keep cheaters out or something.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Mar 2006 13:41:32 +0000</pubDate>
 <dc:creator>DSSR</dc:creator>
 <guid isPermaLink="false">comment 1195488 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195469</link>
    <description> &lt;p&gt;Glad you liked my site, sadly I haven&#039;t updated for a while (years)&lt;/p&gt;
&lt;p&gt;CSS can be put in 3 ways, in the head section  css stuff  or in a seperate file with a link in the head section  or thirdy in the tag itself text&lt;/p&gt;
&lt;p&gt;The single tags, like  must be closed in XHTML, my site shows the tags how they should be done, , ,  etc&lt;br /&gt;
There is no XHTML tags as such (unless you get into XML), the  for example has always had a closing tag  from the HTML days,  and  are about the only changed tags (also meta and input), as they are single tags they just need a slash,  becomes  and  becomes .&lt;br /&gt;
Is important to leave that space, I have seen some people doing this  (no gap) and some browser don&#039;t read the tag. you need the space for older browsers.&lt;/p&gt;
&lt;p&gt;XHTML isn&#039;t the NEW standard, has been around for 6 years, people are just now finally seeing how easy and effective it is. Good on you for going for standards.&lt;/p&gt;
&lt;p&gt;The DOC tag tells the browser how to display your page, it tells it your using XHTML Transitional, that you the man and to treat your code good &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;Ideally you shouldn&#039;t use frontpage, frontpage adds a heap of bad code and wasted code in your page. If you don&#039;t want to hand code (in text editor) use an html editor like dreamweaver or nearly any other free WYSIWYG editor (word, wordpad, publisher, excell etc are NOT html editors). There are threads around here about what types of style people code pages, some use dreamweaver, others like myself use a text editor, the one i use is editpad pro (pro is paid, light is free)&lt;/p&gt;
&lt;p&gt;Once you got your code down, go to &lt;a href=&quot;http://validator.w3.org/&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/&lt;/a&gt; and run your site/page through the validator. Don&#039;t worry if you get a heap of errors, we all do. If you do get a heap of errors only fix the first two (2) then save/upload and check again. What happens is the validator can get tripped up on one error and that error travels down the page, say you missed a quote, it can look at the next quote as the end one causing the next part to become an error when it isn&#039;t.&lt;br /&gt;
If you get stuck we are here for you, but try work out the errors first. Is also a good insight into (X)HTML.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Mar 2006 10:27:09 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195469 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195466</link>
    <description> &lt;p&gt;I&#039;m with Busy on this one, that&#039;s a load of old **** goodgle will read and crawl your html whether it&#039;s tables based or not.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Mar 2006 09:50:39 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1195466 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195447</link>
    <description> &lt;p&gt;Ahh, thank&#039;s, I got it to work last night, about 10 hours ago, I actually got it first go, just looked at the page and thought, well, this thing is going at the top, I&#039;ll put the code at the top, sure enough, I had to change the thing like add the margin and that back in, but it works cool now.&lt;/p&gt;
&lt;p&gt;Sorry, I mean, it won&#039;t crawl it as efficient to get it indexed or something. If you want to get in google fast, he said dont put your data in a table? I dont know, Im just a reader &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;. Once it&#039;s been crawled, you can do what you want. Just make sure you have good keyword relevancy. And another tip he said was, the new bot looks at the importance of the links pointing to you. If you get a link on say MSN, then you will automatically be indexed when google bot crawls MSN. Instead of waiting weeks to get in google or using the directory, you could get in straight away. Well, that&#039;s the theory.&lt;/p&gt;
&lt;p&gt;Anyways, thanks heaps for your help, much appreciated mate. Ill give you a look at it when its done. Maybe you could give me some coding tips on it, or design tips.&lt;/p&gt;
&lt;p&gt;And your site rox &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;, good nice clean site, with lots of good information I will be using a lot. There is one thing I still dont get yet. How or where do I actually put the CSS stuff? How do I go about using them? I tried to find it on your site, but it doesnt give me any info or I missed it due to too much O.P rum &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;.&lt;/p&gt;
&lt;p&gt;I&#039;m starting to get this XHTML now, I think I have to go over my site again and re-do all my tags? does it matter if I have normal closing tags  and XHTML tags  in the same website?&lt;/p&gt;
&lt;p&gt;because when I finished my hedaer banner or buttons in adobe image ready, it also had an option to save it as XHTML, so looking at all this XHTML at tehi siite and people saying its the new standard, I went ahead and saved it as that. So the main index.html I am working with now has a heading or&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 21:22:39 +0000</pubDate>
 <dc:creator>DSSR</dc:creator>
 <guid isPermaLink="false">comment 1195447 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195441</link>
    <description> &lt;p&gt;open the html file it created in a text editor, like notepad. copy the table section it created and paste that into your main page where you want it.&lt;/p&gt;
&lt;p&gt;the created code may look like this&lt;/p&gt;
&lt;p&gt;some gobbly goook&lt;/p&gt;
&lt;p&gt; this is the table that holds your buttons&lt;/p&gt;
&lt;p&gt;you only want the table bit&lt;/p&gt;
&lt;p&gt;Still think your guru is full of it though, google doesn&#039;t follow validation guidelines or accessibility so why they would create a spider that isn&#039;t backwards compatible is a bit crazy if you ask me. I can create a website and be listed with a keyword listed in many nested tables. It&#039;s all in the keyword but not how you would find it but how other people would find it and if they would use that keyword/s&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 20:44:29 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195441 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195424</link>
    <description> &lt;p&gt;hahahaha, thanks mate. Yeah, he definately knows what hes talking about. he didnt say it wouldnt crawl it, he said their new spider, googles only doesnt crawl sites with html protection, and doesnt crawl text in tables properly. I actually didnt put my text in a table and viola, it was number one out of a couple hundred. So I guess I believe him. Not only that, he says a lot of stuff.&lt;/p&gt;
&lt;p&gt;About the code, thanks.&lt;/p&gt;
&lt;p&gt;There are 8 bits (buttons). And it has its own code. I have redone it now, so I could get my header as a graphic, so I could do what I orginally wanted in teh beginning about it expanding when someone has a different resolution, or changes it.&lt;/p&gt;
&lt;p&gt;Now I have a graphic, that has my buttons in it, and its got its own slices (7 Buttons).&lt;/p&gt;
&lt;p&gt;Its created its own html file and images folder. It wont let me save as a gif &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;, but, what I cant figure out is, where to put the code, because its created a html file as if I want to start a new html file, but I dont, I want to add these buttons to my existying one. Image Ready, Im trying to figure out where to cut and paste code from the buttons code into my index to go under my header. Want to have a look at it for me?&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Mar 2006 12:04:14 +0000</pubDate>
 <dc:creator>DSSR</dc:creator>
 <guid isPermaLink="false">comment 1195424 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195402</link>
    <description> &lt;p&gt;suppose I&#039;d better give you some code, 2 ways tables or css, if you have sliced the image (you didnt say how many bits) a table may be better.&lt;/p&gt;
&lt;p&gt; this is the part where it&#039;s up to you because I have no idea how many bits or what size they are&lt;/p&gt;
&lt;p&gt;content ....&lt;/p&gt;
&lt;p&gt;OR with your existing code put&lt;br /&gt;
&lt;blockquote&gt; before your text and &lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt; after it (have a feeling your using one table).&lt;/p&gt;
&lt;p&gt;If you can give us a link would help a lot.&lt;/p&gt;
&lt;p&gt;Oh and if your guru is right then google wont be crawled, msn, yahoo, bbc, ebay, 90% of forums .... wont be crawled&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Mar 2006 20:56:00 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195402 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-do-i-move-my-text-over-teh-right-bit-without-it-moving-my-hedaer-and-but#comment-1195401</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;DSSR wrote:&lt;/strong&gt; The rules of the google guru says using tables won&#039;t get your website crawled properly? Is there a way a round it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; Now I have heard it all, what a load of who har. I&#039;ll skip the tables debate and just go with &#039;Tables are for tabular data only&#039;, tabular data is probably more content than the rest of the page, it could hold the meaning of life, how to defuse a bomb or even how to save someones life (in binay of course &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; haha) so who ever this guru is I seriously think you need to keep better company and avoid these types of people. guru indeed pffft&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Mar 2006 20:50:59 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1195401 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
