<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018114" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018114</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105956</link>
    <description> &lt;p&gt;understood!&lt;/p&gt;
&lt;p&gt;There aren&#039;t that many sites that really explain the whys. :-/ I suspect it&#039;s because people have done it so long they don&#039;t think to explain it, or because they don&#039;t know, they just do it. &lt;/p&gt;
&lt;p&gt;Hopefully someone else can supply some good urls for WHY things are done in various ways.  My own explanation is a little weird, but be patient:&lt;/p&gt;
&lt;p&gt;HTML is a series of containers with various meanings. &lt;/p&gt;
&lt;p&gt; is the house&lt;br /&gt;
 is the blueprint, address, yard and outside of the house&lt;br /&gt;
 is the inside of the house&lt;/p&gt;
&lt;p&gt;Within the inside of the house, you have rooms (, ...), and within those rooms, you have objects (also , ..., ,
&lt;ul&gt;...&lt;/ul&gt;
&lt;/p&gt;&lt;p&gt; et cetera).&lt;/p&gt;
&lt;p&gt;Like you can&#039;t have a coffee table half inside your couch, your tags must be nested properly.&lt;/p&gt;
&lt;p&gt;Once you understand the basic essentials of markup, you can see that the  element doesn&#039;t mean anything. It&#039;s a purely decorative container. So is the  element, however it can be used as a decorative accent like a slip cover for your text.&lt;/p&gt;
&lt;p&gt;Like a well-ordered room, if you use the table as a table, the chairs as chairs, et cetera, you achieve the highest function and you don&#039;t confuse your guests. There can be joy in using a table as a chair, yes, but unless you know what you&#039;re doing, it&#039;s more likely to be jarring than attractive.&lt;/p&gt;
&lt;p&gt;Now... About those elements...&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.htmlgoodies.com/&quot; class=&quot;bb-url&quot;&gt;http://www.htmlgoodies.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/html/default.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/html/default.asp&lt;/a&gt; (unreadable on some platforms, and a living example of why not to use pts in your CSS, but the information is good)&lt;br /&gt;
&lt;a href=&quot;http://www.gettingstarted.net/&quot; class=&quot;bb-url&quot;&gt;http://www.gettingstarted.net/&lt;/a&gt; (old, but good basic knowledge)&lt;/p&gt;
&lt;p&gt;I recommend learning XHTML instead of HTML. It will stand you in good stead to only learn good coding habits.&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 03:11:51 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105956 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks again</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105955</link>
    <description> &lt;p&gt;That was a very revealing post, thank you... I&#039;ve been doing some reading on CSS tutorials, and such, but they have not explained the significance of h1..h6 as you have... all they&#039;ve been doing for me is HOW TO and not WHY - which is the important part... site&#039;s such as Webmonkey aren&#039;t of any help either... I&#039;ve found one called index dot css, which I will take a better look at over the next while.&lt;/p&gt;
&lt;p&gt;Any ideas on where else I could look?  As to getting a book, I&#039;m more of an electronic reader than a paperback, mainly because I&#039;m an English student, and I&#039;ll take ANY and ALL opportunities I can to NOT read a book =)&lt;/p&gt;
&lt;p&gt;=P&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 02:45:22 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1105955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105954</link>
    <description> &lt;p&gt;span is not a command, lol...&lt;/p&gt;
&lt;p&gt; is an element, or a tag. You would only use it when there is no other element that would work. So no, you wouldn&#039;t use it for &lt;strong&gt;bold&lt;/strong&gt;. The element for that is &lt;strong&gt;&lt;/strong&gt;. The element for &lt;em&gt;italics&lt;/em&gt; is actually called emphasis, or &lt;em&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;If you&#039;re going to do this, PLEASE get a book on HTML and learn it first. If you don&#039;t know the basics, you will seriously get yourself in a mess and quickly.&lt;/p&gt;
&lt;p&gt;If you knew HTML at all, you would know you could do this:&lt;/p&gt;
&lt;p&gt;Tactica Eldar: A Seer&#039;s Guide to the Battlefield&lt;br /&gt;
Scribed by: Bonesinger Lanorel &lt;/p&gt;
&lt;p&gt;to get what you want, and you would also know that&#039;s a bad way to do it. If you really need things to be exactly as is, where everything has the same emphasis, you need to rethink your design. The title should be larger than the subtitle, and the author information smaller still, unless you&#039;re designing a book cover for Steven King.&lt;/p&gt;
&lt;p&gt;Headings ... give information about the structure of the page to the user. They also provide alternative readers with a sensible view of the page.&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 02:36:23 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks Suzanne!</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105953</link>
    <description> &lt;p&gt;&lt;em&gt;I haven&#039;t heard of CSSize, no. I&#039;m think that the easiest way would be to use an editor capable of more than just S&amp;amp;R, but rather grep... &lt;a href=&quot;http://www.ultraedit.com&quot; class=&quot;bb-url&quot;&gt;ultraedit.com&lt;/a&gt; may be able to do it. Word, ironically, can do it. So can BBedit. &lt;/em&gt; &lt;/p&gt;
&lt;p&gt;GREP?  what&#039;s that?  I&#039;ll download Ultraedit IMMEDIATELY =).  Word can too?  heh&lt;/p&gt;
&lt;p&gt;&lt;em&gt;How many pages are we talking here? &lt;/em&gt; &lt;/p&gt;
&lt;p&gt;Roughly 150-200?  it&#039;s not TOO MUCH, as I&#039;ve heard of some webmasters who&#039;ve done over 3000 on here... me being the Web-idiot around town, 200 looks a lot like 2million =)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;You would do well to remove the font tags altogether. Strip it down to bare HTML. If you need the font tags for special text, replace it with . &lt;/em&gt; &lt;/p&gt;
&lt;p&gt;Just so I get the SPAN command... SPAN is a way of modifying a range of text WITHIN another?  So, for instance, if i had a paragraph with a two words in there that are BOLD, I&#039;d SPAN and apply a CSS tag?  and if I have another two words that are in ITALIC later on in the same paragraph, I&#039;d do the same?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Tactica Eldar: A Seer&#039;s Guide to the Battlefield&lt;br /&gt;
Scribed by: Bonesinger Lanorel &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;There still is a problem... see how on my article these two headings are SINGLE spaced?  but when I do this, it ends up to be double spaced (looks)... any ideas on how to make it look exactly like my title?&lt;/p&gt;
&lt;p&gt;Thank you very much for your help! &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 01:39:59 +0000</pubDate>
 <dc:creator>raine</dc:creator>
 <guid isPermaLink="false">comment 1105953 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105951</link>
    <description> &lt;p&gt;If you want to have things inline like that, do this:&lt;/p&gt;
&lt;p&gt;Tactica Eldar: A Seer&#039;s Guide to the Battlefield&lt;br /&gt;
Scribed by: Bonesinger Lanorel&lt;/p&gt;
&lt;p&gt;Where you&#039;d have this in the CSS:&lt;/p&gt;
&lt;p&gt;h1 {color: gray;]&lt;br /&gt;
.subheading {color: blue;}&lt;br /&gt;
h2 {color: black;}&lt;br /&gt;
.author {color: orange;}&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 01:02:30 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/easy-ways-get-page-html-csshtml#comment-1105950</link>
    <description> &lt;p&gt;&lt;em&gt; Is there any quicker way besides good ol&#039; Search/Replace to convert a current site into CSS+HTML?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I haven&#039;t heard of CSSize, no. I&#039;m think that the easiest way would be to use an editor capable of more than just S&amp;amp;R, but rather grep... &lt;a href=&quot;http://www.ultraedit.com&quot; class=&quot;bb-url&quot;&gt;ultraedit.com&lt;/a&gt; may be able to do it. Word, ironically, can do it. So can BBedit.&lt;/p&gt;
&lt;p&gt;How many pages are we talking here?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;OK, taking the above page as an example, what elements should I use in CSS?  [...] I figured I&#039;d do all the font tags in CSS, all the paragraph tags in CSS (justify, indent 10), and what else?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You would do well to remove the font tags altogether. Strip it down to bare HTML. If you need the font tags for special text, replace it with .&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A specific question regarding CSS - on all my article titles, there are 4 sets of font sizes/colors right beside/under each other... such as (from the previous article)&lt;br /&gt;
Tactica Eldar: (gray) A Seer&#039;s Guide To The Battlefield (blue)&lt;br /&gt;
Scribed by: (black) Bonesinger Lanorel (orange)&lt;br /&gt;
but when I put Tactica Eldar:A Seer&#039;s Guide To The Battlefield  the titles are UNDER each other as opposed to beside each other... what am I missing?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You&#039;re missing correct markup. A  element is not inline. Each heading has it&#039;s own space. You cannot have two headings on the same line. It doesn&#039;t even make sense that you&#039;d want to.&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Apr 2002 00:57:17 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105950 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
