<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020701" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020701</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-line-across-page#comment-1127010</link>
    <description> &lt;p&gt;If you know how to use CSS positioning you can use DIVs to solve your problem &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;
&lt;p&gt;Heres how:&lt;/p&gt;
&lt;p&gt;&amp;amp;nbsp;&lt;/p&gt;
&lt;p&gt;#line {&lt;br /&gt;
border-bottom:2px solid #00f;&lt;br /&gt;
padding:0;&lt;br /&gt;
position:absolute; /*or relative...*/&lt;br /&gt;
/*give &#039;co-ordinates&#039;*/&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;BUT! I&#039;ve never tried this before...you might want to give it a go and tell us how it goes &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;
 </description>
     <pubDate>Tue, 11 Mar 2003 10:11:39 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1127010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-line-across-page#comment-1126945</link>
    <description> &lt;p&gt;Class goes in the TABLE, not in the bits and bobs within the table. And make sure you have  around the declarations.&lt;/p&gt;
&lt;p&gt;Also, you can&#039;t use unit measures other than % in HTML -- take out the px from the . You can use CSS to colour it, too.&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Mar 2003 18:51:01 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1126945 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-line-across-page#comment-1126942</link>
    <description> &lt;p&gt;Here is an example of the page I am trying to add it to&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flatlanderwake.com/about.php&quot; class=&quot;bb-url&quot;&gt;http://www.flatlanderwake.com/about.php&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Mar 2003 18:20:58 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1126942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-line-across-page#comment-1126941</link>
    <description> &lt;p&gt;Thanks for the help suzanne but the hr code didn&#039;t work. It made a grey line about 5 pixels high across the screen.&lt;/p&gt;
&lt;p&gt;I am somewhat familiar with CSS but I am not exactly sure how I would make that code work with the line, would it be like this:&lt;/p&gt;
&lt;p&gt;//I like to use classes instead&lt;br /&gt;
.heavybottom {&lt;br /&gt;
border: 20px solid #00f;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;or am I completely wrong here?&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Mar 2003 18:19:53 +0000</pubDate>
 <dc:creator>TOBART</dc:creator>
 <guid isPermaLink="false">comment 1126941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/making-line-across-page#comment-1126939</link>
    <description> &lt;p&gt;And in the above (bloated) example, you&#039;d have to set the TABLE to 100%, not the cells.&lt;/p&gt;
&lt;p&gt;However, it&#039;d be better still to use CSS, assuming you&#039;re using a table for layout (it will work with any element), you&#039;d give the element that needs the bottom to be a thick line an id -- id=&quot;heavybottom&quot; -- in the HTML for that element.&lt;/p&gt;
&lt;p&gt;And in the stylesheet, you&#039;d do this:&lt;/p&gt;
&lt;p&gt;#heavybottom {&lt;br /&gt;
    border: 20px solid #00f;&lt;br /&gt;
    }&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Mar 2003 17:49:07 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1126939 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
