<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045107" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045107</link>
    <description></description>
    <language>en</language>
          <item>
    <title>cuz you see what happened</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245685</link>
    <description> &lt;p&gt;cuz you see what happened after i copied the code for my navigation from ( m1.html ) my menu page and pasted it in to my template.index.php but now my style sheet from my m1.html page  is effecting my forum index page. what can i do to stop it?&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Nov 2009 18:30:35 +0000</pubDate>
 <dc:creator>evanderman623</dc:creator>
 <guid isPermaLink="false">comment 1245685 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>YES!!!! that worked.... lol</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245649</link>
    <description> &lt;p&gt;YES!!!! that worked.... lol I&#039;m so stupid... lol but i have another problem.....&lt;/p&gt;
&lt;p&gt;it worked and all but now the style.css file took over my forum style.css ( I copied and pasted the menu code in to my forum index template... and the menu shows up now but my forum page is all broken... :-/ i really need to learn php but have no time at all :-/&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 Nov 2009 18:30:30 +0000</pubDate>
 <dc:creator>evanderman623</dc:creator>
 <guid isPermaLink="false">comment 1245649 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m not familiar with sfm</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245551</link>
    <description> &lt;p&gt;I&#039;m not familiar with sfm simple forum - sounds like it might not support writing your own PHP. The other potential problem is that you weren&#039;t accessing the file correctly. This is the same problem you&#039;re having with the image not showing up. How you access the files depends on where the forum is installed on your forum. &lt;/p&gt;
&lt;p&gt;I&#039;ll pretend that your forum is installed at yoursite.com/forum and the include is at yoursite.com/m8.html. To access that from the forum, you would need to access it like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;../m8.html&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Similarly, if you were just pasting an image, and the image was located at yoursite.com/images/image.gif, you would need to put it in like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;img src=&amp;quot;../images/image.gif&amp;quot; height=&amp;quot;X&amp;quot; width=&amp;quot;X&amp;quot; alt=&amp;quot;blah&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Does that make any sense?&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 Nov 2009 22:58:22 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1245551 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>okay....  lol i&#039;m sorry for</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245547</link>
    <description> &lt;p&gt;okay.... &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; lol i&#039;m sorry for being kinda slow at this.. but I really am getting frustrated. so i read the article again.... and i put this in on my webpage... &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;include(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;m8.html&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; and it worked... just not where i wanted it to... lol i worked fine on the regular webpages... but when i tried to plug it in to my forum it just ignores it.....&lt;/p&gt;
&lt;p&gt;and then i took ur other advice just copied and pasted it in.... but it looks broken. &lt;/p&gt;
&lt;p&gt;i got everything there the buttons and and header text but not my bg image ( i&#039;m using gray background and white letters.... and the bg of the page is white... so it just looks stupid....&lt;/p&gt;
&lt;p&gt;ahhh i&#039;m very frustrated with this... can you please try to explain where exactly i gotta put the code in on my forum? i&#039;m using sfm simple forum machines...  &lt;/p&gt;
&lt;p&gt;:-/&lt;/p&gt;
 </description>
     <pubDate>Mon, 02 Nov 2009 18:27:22 +0000</pubDate>
 <dc:creator>evanderman623</dc:creator>
 <guid isPermaLink="false">comment 1245547 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Did you look at the article</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245527</link>
    <description> &lt;p&gt;Did you look at the article I linked to? That&#039;s the technique you need to use. That will allow you to just include your frame in your forum template. That may, however, depend on which forum software you&#039;re using and how it&#039;s set up.&lt;/p&gt;
&lt;p&gt;Otherwise you could just paste it into the forum template. Again, that depends on the forum software you&#039;re using.&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Oct 2009 16:00:56 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1245527 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>thanx for the advice but i m</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245523</link>
    <description> &lt;p&gt;thanx for the advice but i m still kinda lost.... i cant get it to work. and I Dont really want to seperate the frame , is there a way i can just include it in my web site? i got a standard header for each page but those are . html and  my forum is .php and i dont know which file to update. like can i access my forum index page and paste my html code in there?&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Oct 2009 10:29:57 +0000</pubDate>
 <dc:creator>evanderman623</dc:creator>
 <guid isPermaLink="false">comment 1245523 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hi evanderman,
Sorry I asn&#039;t</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/intergrating-my-forum-my-webpage-help#comment-1245385</link>
    <description> &lt;p&gt;Hi evanderman,&lt;/p&gt;
&lt;p&gt;Sorry I asn&#039;t able to reply to this sooner. What forum software are you using? Try the instructions in this article to automatically include your header &amp;amp; footer:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&quot; title=&quot;http://www.apaddedcell.com/how-automatically-include-your-header-navigation-and-footer-every-page&quot;&gt;http://www.apaddedcell.com/how-automatically-include-your-header-navigat...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How that works might depend on which forums software you&#039;re using and how it&#039;s set up.&lt;/p&gt;
 </description>
     <pubDate>Fri, 23 Oct 2009 19:08:25 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1245385 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
