<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1033233" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1033233</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194515</link>
    <description> &lt;p&gt;going to a site looking at a file with a php extension will load as a normal html file, so I will not see the actual php unless I have the server files and I can test it on the server, so as indicated try to look at the parts that are not actual php tags, those are the html parts, compare them with the source generated by the browser and see the areas that needs to be generated... that way youll know which to edit...&lt;/p&gt;
&lt;p&gt;For example I have as a php file:&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;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$pr_subject&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;br /&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;echo &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$pr_text&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;if for example a string/word for $pr_subject is  &quot;House and Lot&quot;&lt;br /&gt;
and $pr_text is &quot;lorem ipsum&quot;&lt;/p&gt;
&lt;p&gt;if this was seen through the viewsource of a browser it would be&lt;/p&gt;
&lt;p&gt;     House and Lot&lt;br /&gt;
     lorem ipsum&lt;/p&gt;
&lt;p&gt;So now you know where to edit on the php to make it appear different on the browser, in this example then you can change the css for subject and text classes, or change the p tags to h1 tags to make it bigger etc...&lt;/p&gt;
 </description>
     <pubDate>Sun, 05 Mar 2006 01:40:45 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1194515 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194509</link>
    <description> &lt;p&gt;Sorry for the late Response,&lt;/p&gt;
&lt;p&gt;My Blog is located at  &lt;a href=&quot;http://www.severeidaho.com/phpblogger/install&quot; class=&quot;bb-url&quot;&gt;http://www.severeidaho.com/phpblogger/install&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My Gallery is Located at &lt;a href=&quot;http://www.severeidaho.com/gallery/&quot; class=&quot;bb-url&quot;&gt;http://www.severeidaho.com/gallery/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My Blog is by &quot;PHPBLOGGER&quot;&lt;/p&gt;
&lt;p&gt;My Gallery is by &quot;CopperMine Photo Gallery&quot;&lt;/p&gt;
&lt;p&gt;IF you need to see the full code for either, Please visit   &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://coppermine-gallery.net/index.php&quot; class=&quot;bb-url&quot;&gt;http://coppermine-gallery.net/index.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.phpblogger.com/&quot; class=&quot;bb-url&quot;&gt;http://www.phpblogger.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Both websites have Forums where you can figure out how to do integration, Sadly I dont understand any of it...........&lt;/p&gt;
&lt;p&gt;Hopefully This info will get us started on the integration.  Looking forward to hearing from you.........&lt;/p&gt;
&lt;p&gt;-gerrit&lt;/p&gt;
 </description>
     <pubDate>Sat, 04 Mar 2006 23:59:32 +0000</pubDate>
 <dc:creator>severeidaho</dc:creator>
 <guid isPermaLink="false">comment 1194509 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194139</link>
    <description> &lt;p&gt;Where is your blog address, and your gallery located? Now if you look at your blog in a browser and click view&amp;gt;source or pagesource... You will see that its just actually a basic html right? Look at that part and look at the parts where certain parts of the blog script appears... e.g. the links, the date etc.&lt;/p&gt;
&lt;p&gt;On the original php code you will see parts like &amp;lt;?php include, or just the &amp;lt;? part.... THat &quot;is&quot; the php, make sure what your gallery and blog is coded from, php or asp? provide some links so we can take a look-at... Its hard to edit and relayout things when we dont have access to the server and make necessary changes... But learn by looking at the tags...&lt;/p&gt;
 </description>
     <pubDate>Mon, 27 Feb 2006 07:30:27 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1194139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194064</link>
    <description> &lt;p&gt;Ohh, Heres my website code from &lt;a href=&quot;http://www.severeidaho.com&quot; class=&quot;bb-url&quot;&gt;http://www.severeidaho.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Index.html from my website..................&lt;/p&gt;
&lt;p&gt;Severe Idaho.Com - Severe Weather Photography&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;44&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.weblayouts.ws/&quot;&gt;&lt;img src=&quot;images/logo.gif&quot; alt=&quot;logolink&quot; border=&quot;0&quot; height=&quot;37&quot; width=&quot;152&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;4&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/stock.jpg&quot; alt=&quot;Severe Thunderstorm 2004&quot; height=&quot;222&quot; width=&quot;343&quot; /&gt;&lt;br /&gt;
&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;24&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;br /&gt;
 &lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/&quot;&gt;Home&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/gallery/&quot;&gt;Gallery&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/phpblogger/install/&quot;&gt;Blog&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/video.htm&quot;&gt;Video&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;15&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/14.gif&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;170&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;11&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/main8.html&quot;&gt;Contact&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;5&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Our Goal &lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;To&lt;br /&gt;
Capture Both Local and Long Distance Severe Weather Occurences. Our&lt;br /&gt;
Specialties Include Lightning, Thunderstorm Base Features &amp;amp; Winter&lt;br /&gt;
Storm Phenomena.&lt;br /&gt;
Links&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.spc.noaa.gov/&quot;&gt;Storm Prediction Center&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.nws.noaa.gov/&quot;&gt;National Weather Service&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;&lt;a href=&quot;http://www.weathertap.com/&quot;&gt;Weather Tap.Com&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wrh.noaa.gov/pih/&quot;&gt;My Local National Weather Service Website&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&lt;br /&gt;
&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;21&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt;&lt;strong&gt;&lt;a href=&quot;http://www.severeidaho.com/july2.html&quot;&gt;Links&lt;/a&gt;&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.htm&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.htm&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;16&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Weather Photography &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;10&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.htm&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;10&quot; /&gt; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;26&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;19&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Welcome To Severe Idaho&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;Welcome&lt;br /&gt;
To Severe Idaho.Com. We are your source for Severe Weather Occurence&lt;br /&gt;
Photography from Idaho. We specialize in Lightning Photography,&lt;br /&gt;
Thunderstorm Cloud Photography and all other sorts of Severe Weather&lt;br /&gt;
Phenomena. We are encoding Videos for your enjoyment and soon will have&lt;br /&gt;
over 300mb of Weather Video Clips online. We have also Redone our Blog&lt;br /&gt;
Page, This is where you will find the latest news on Severe Idaho&#039;s&lt;br /&gt;
StormChase Events,etc. Our Blog will have the latest in Photography&lt;br /&gt;
from this Coming Spring/Summer and Monsoon 2006. We Hope to encounter&lt;br /&gt;
alot of Severe thunderstorms and Lightning Storms. With Our Newest&lt;br /&gt;
Camera&#039;s , We will have Great exposures of Severe and Non Severe&lt;br /&gt;
Lightning strikes from all Over Idaho.&lt;br /&gt;
With Severe Idaho.Com you wont miss out on Severe Weather from The&lt;br /&gt;
Northwest Area. We Include Severe Weather Links from All sorts of&lt;br /&gt;
Stormchasers, Weather photographers and Weather Data Sources so you can&lt;br /&gt;
keep up to date on whats going on around the world. We Hope to have a&lt;br /&gt;
larger database of Weather Links, Linking to Us from around the world.&lt;br /&gt;
If you like our site be sure to Support us with a Link to your web site&lt;br /&gt;
pointing to US.&lt;/p&gt;
&lt;p&gt;Our New Gallery has all the Latest Photography including Lightning,&lt;br /&gt;
Thunderstorm Cloud and Base features. We also have a California Gallery&lt;br /&gt;
and a Idaho Winter Gallery that was started last year. Be sure to&lt;br /&gt;
Upload your photos and Vote on Photo&#039;s so we can Further concentrate on&lt;br /&gt;
Photography that you want to see. Please take a look around and Let us&lt;br /&gt;
know what you think by emailing or leaving a comment on the Blog or&lt;br /&gt;
Gallery. Thank you for stopping By and Thank you for Choosing Severe&lt;br /&gt;
Idaho.Com as your Severe Weather Photography Website.&lt;/p&gt;
&lt;p&gt;We Would love to be affiliated with your website. If you are&lt;br /&gt;
interested please contact us by email and give us a link and&lt;br /&gt;
description to your website and how you would like to help us grow. If&lt;br /&gt;
you live in Idaho and are into weather photography or stormchasing,&lt;br /&gt;
please contact me and ask how you could have your own page on severe&lt;br /&gt;
idaho.com. We hope to hear from you soon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;268&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;8&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;23&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;60&quot; width=&quot;1&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;21&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;12&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;170&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;11&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;12&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;6&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;127&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;18&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;343&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;20&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;images/spacer.gif&quot; alt=&quot;&quot; height=&quot;1&quot; width=&quot;40&quot; /&gt;&lt;/p&gt;
&lt;p&gt;ALL RIGHTS RESERVED / COPYRIGHT 2005-2006 / Gerrit Gulden &lt;a href=&quot;http://www.severeidaho.com/&quot;&gt;Severe Idaho.Com&lt;/a&gt;&lt;br /&gt;
Weather Photography, Lightning, Thunderstorm &amp;amp; Winter Photo Gallery&lt;br /&gt;
&lt;a href=&quot;http://www.weblayouts.ws/&quot;&gt;Get Your Template @ Weblayouts.WS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;    &lt;a href=&quot;http://www.severeidaho.com&quot;&gt;&lt;img src=&quot;/cgi-sys/Count.cgi?df=severegg-Visitors&amp;amp;ft=0&amp;amp;st=6500&quot; alt=&quot;Visitors Thus Far&quot; height=&quot;31&quot; width=&quot;88&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;    &lt;a href=&quot;http://validator.w3.org/check?uri=referer&quot;&gt;&lt;img src=&quot;http://www.w3.org/Icons/valid-html401&quot; alt=&quot;Valid HTML 4.01 Transitional&quot; height=&quot;31&quot; width=&quot;88&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Feb 2006 23:47:15 +0000</pubDate>
 <dc:creator>severeidaho</dc:creator>
 <guid isPermaLink="false">comment 1194064 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194063</link>
    <description> &lt;p&gt;I dont really know how to do either,  But here is the code............&lt;/p&gt;
&lt;p&gt;Blog index.html Code-------------------------------------------&lt;/p&gt;
&lt;p&gt;  ${SITENAME}&lt;/p&gt;
&lt;p&gt; &amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
//&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;      &amp;laquo; &lt;a href=&quot;${PATH}?start=${PREV_START}&quot;&gt;newer posts&lt;/a&gt; &amp;raquo; &amp;nbsp; &amp;laquo; &lt;a href=&quot;${PATH}?start=0&quot;&gt;top&lt;/a&gt; &amp;raquo;&quot; --&amp;gt;&lt;/p&gt;
&lt;p&gt;      &amp;nbsp;|&amp;nbsp;&lt;a href=&quot;fullscreen(&amp;#039;shuffle&amp;#039;)&quot;&gt;shuffle&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;${PATH}?action=plist&quot;&gt;list&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;${PATH}?action=rss&quot;&gt;rss&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;/p&gt;
&lt;p&gt;      &amp;laquo; &lt;a href=&quot;${PATH}?start=${NEXT_START}&quot;&gt;older posts&lt;/a&gt; &amp;raquo;&quot; --&amp;gt;&lt;/p&gt;
&lt;p&gt;      &amp;nbsp;|&amp;nbsp;&lt;a href=&quot;fullscreen(&amp;#039;shuffle&amp;#039;)&quot;&gt;shuffle&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;${PATH}?action=plist&quot;&gt;list&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href=&quot;${PATH}?action=rss&quot;&gt;rss&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;/p&gt;
&lt;p&gt;CPG  Template.html    CopperMine Photo Gallery------------------&lt;/p&gt;
&lt;p&gt;{TITLE}&lt;/p&gt;
&lt;p&gt;{META}&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot; src=&quot;scripts.js&quot; &amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;{CUSTOM_HEADER}&lt;/p&gt;
&lt;p&gt;    &lt;img src=&quot;themes/hardwired/images/far-left.gif&quot; width=&quot;54&quot; height=&quot;14&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
    &lt;img src=&quot;themes/hardwired/images/middle-left.gif&quot; width=&quot;18&quot; height=&quot;14&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;        {GAL_NAME}&lt;br /&gt;
        {GAL_DESCRIPTION}&lt;/p&gt;
&lt;p&gt;    &lt;img src=&quot;themes/hardwired/images/middle-right.gif&quot; width=&quot;19&quot; height=&quot;14&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
    &lt;img src=&quot;themes/hardwired/images/far-right.gif&quot; width=&quot;53&quot; height=&quot;14&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;    &amp;nbsp;&lt;br /&gt;
     {SYS_MENU} &lt;/p&gt;
&lt;p&gt;      {SUB_MENU}&lt;br /&gt;
       {THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} &lt;/p&gt;
&lt;p&gt;      {ADMIN_MENU} {GALLERY}&lt;br /&gt;
    &amp;nbsp;&lt;/p&gt;
&lt;p&gt;    &lt;img src=&quot;themes/hardwired/images/bottom-left.gif&quot; width=&quot;18&quot; height=&quot;31&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
    &amp;nbsp;&lt;br /&gt;
    &lt;img src=&quot;themes/hardwired/images/bottom-right.gif&quot; width=&quot;19&quot; height=&quot;31&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt; {LANGUAGE_SELECT_FLAGS} &lt;/p&gt;
&lt;p&gt;{CUSTOM_FOOTER}&lt;br /&gt;
{VANITY}&lt;/p&gt;
&lt;p&gt;Im not sure how much this will help,  I practiced with the BloG&#039;s index.html but didnt get anywhere.  My Blog has a Footer and Header.html, the index part is the actual blog itself.  &lt;/p&gt;
&lt;p&gt;IF it seems too much to Incoporate My website into my blog, I did have an idea to make a horizontal Banner with The Page Links incorporated into the banner itself.  It would fit into my header.html and would be alot easier.  But my idea to have the LEFT and Top part of my website into both Blog and CPG I think would look great, and byall means visitors will never doubt that they left my website. Thats what Im aiming at.  &lt;/p&gt;
&lt;p&gt;If you know more out CPG and the files needed to edit please inform me and I will post the code.  Hopeful what I posted is all you need.  &lt;/p&gt;
&lt;p&gt;Thanks for the Help..........&lt;/p&gt;
&lt;p&gt;-gerrit&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Feb 2006 23:45:19 +0000</pubDate>
 <dc:creator>severeidaho</dc:creator>
 <guid isPermaLink="false">comment 1194063 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/website-integration-phpblogger-and-cpg#comment-1194047</link>
    <description> &lt;p&gt;If we can have access to you blog codes then we can see where to integrate your current layout... But generally you can save the page now that is html into PHP and php include the blog inside the content blog and edit the parts you dont want included... and vice versa...&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Feb 2006 10:16:59 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1194047 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
