<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WebCards Support Forums &#187; Tag: header - Recent Posts</title>
<link>http://www.mywebcards.net/forum/</link>
<description>WebCards Support Forums &raquo; Tag: header - Recent Posts</description>
<language>en</language>
<pubDate>Thu, 09 Feb 2012 21:49:58 +0000</pubDate>

<item>
<title>corbyboy on "Add custom header image"</title>
<link>http://www.mywebcards.net/forum/topic/add-custom-header-image#post-1110</link>
<pubDate>Fri, 15 Jul 2011 20:11:58 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">1110@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;No problem. I spend plenty of time debugging my own silly errors.
&#60;/p&#62;</description>
</item>
<item>
<title>Debanie Hael on "Add custom header image"</title>
<link>http://www.mywebcards.net/forum/topic/add-custom-header-image#post-1102</link>
<pubDate>Wed, 13 Jul 2011 01:39:30 +0000</pubDate>
<dc:creator>Debanie Hael</dc:creator>
<guid isPermaLink="false">1102@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Boy, do I feel silly. But you know, sometimes it just takes an outside pair of eyes to see what is obvious. Thanks for the pointer! :&#38;gt;)
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Add custom header image"</title>
<link>http://www.mywebcards.net/forum/topic/add-custom-header-image#post-1091</link>
<pubDate>Wed, 06 Jul 2011 22:07:56 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">1091@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Have you put the image files within the template folder? By that I mean /templates/webcards-fresh/images/.&#60;/p&#62;
&#60;p&#62;At the minute the program is looking at the path &#60;a href=&#34;http://www.turtledeer.com/webcards/header-cards.png&#34; rel=&#34;nofollow&#34;&#62;http://www.turtledeer.com/webcards/header-cards.png&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;You need to modify the CSS to point to the correct location.
&#60;/p&#62;</description>
</item>
<item>
<title>Debanie Hael on "Add custom header image"</title>
<link>http://www.mywebcards.net/forum/topic/add-custom-header-image#post-1084</link>
<pubDate>Mon, 04 Jul 2011 04:49:19 +0000</pubDate>
<dc:creator>Debanie Hael</dc:creator>
<guid isPermaLink="false">1084@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Hi! I'm trying to add my own custom header along with a navigation bar that makes my ecard app flow together with my existing website: &#60;a href=&#34;http://www.turtledeer.com/webcards/&#34; rel=&#34;nofollow&#34;&#62;http://www.turtledeer.com/webcards/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;So far, I have managed to get the navbar, with its associated img src commands to work and bring up the images they call for. &#60;/p&#62;
&#60;p&#62;But I keep getting the red X in the box for the image I would like to use for my header. I altered webcards.css to include:&#60;/p&#62;
&#60;p&#62;#header-subpages&#60;br /&#62;
{&#60;br /&#62;
	float:left;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	background:url('bg-turtledeer-header.png');&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	width:100%;&#60;br /&#62;
	height:110px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.header-bar&#60;br /&#62;
{&#60;br /&#62;
	float:left;&#60;br /&#62;
	text-align:center;&#60;br /&#62;
	background:url('bar-header.png');&#60;br /&#62;
	margin:0px;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	width:100%;&#60;br /&#62;
	height:7px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.navigation&#60;br /&#62;
{&#60;br /&#62;
	float:left;&#60;br /&#62;
	margin:0;&#60;br /&#62;
	padding:0;&#60;br /&#62;
	width:100%;&#60;br /&#62;
	background:url('bg-navigation.png');&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;.inside-navigation&#60;br /&#62;
{&#60;br /&#62;
	width:999px;&#60;br /&#62;
	margin-left:auto;&#60;br /&#62;
	margin-right:auto;&#60;br /&#62;
	background:url('bg-navigation.png');&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;#home&#60;br /&#62;
{&#60;br /&#62;
	display:block;&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:86px;&#60;br /&#62;
	height:34px;&#60;br /&#62;
	background:url('b-home.png') no-repeat 0 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#home:hover&#60;br /&#62;
{&#60;br /&#62;
	background-position:0 -34px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#home span&#60;br /&#62;
{&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	top:-999em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#prints&#60;br /&#62;
{&#60;br /&#62;
	display:block;&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:96px;&#60;br /&#62;
	height:34px;&#60;br /&#62;
	background:url('b-prints.png') no-repeat 0 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#prints:hover&#60;br /&#62;
{&#60;br /&#62;
	background-position:0 -34px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#prints span&#60;br /&#62;
{&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	top:-999em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#contact&#60;br /&#62;
{&#60;br /&#62;
	display:block;&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:118px;&#60;br /&#62;
	height:34px;&#60;br /&#62;
	background:url('b-contact.png') no-repeat 0 0;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#contact:hover&#60;br /&#62;
{&#60;br /&#62;
	background-position:0 -34px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#contact span&#60;br /&#62;
{&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	top:-999em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#about&#60;br /&#62;
{&#60;br /&#62;
	display:block;&#60;br /&#62;
	float:right;&#60;br /&#62;
	width:94px;&#60;br /&#62;
	height:34px;&#60;br /&#62;
	background:url('b-about.png') no-repeat 0 0;&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;#about:hover&#60;br /&#62;
{&#60;br /&#62;
	background-position:0 -34px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#about span&#60;br /&#62;
{&#60;br /&#62;
	position:absolute;&#60;br /&#62;
	top:-999em;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;My HTML in template.html is:&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;header-subpages&#34;&#38;gt;&#38;lt;img src=&#34;header-cards.png&#34; width=&#34;999&#34; height=&#34;110&#34; alt=&#34;Turtle Deer Art Studio eCards&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!--end header-subpages--&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;header-bar&#34;&#38;gt;&#38;lt;img src=&#34;bar-header.png&#34; width=&#34;100%&#34; height=&#34;7&#34; alt=&#34;bar under header&#34;&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;!--end header-bar--&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;navigation&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;inside-navigation&#34;&#38;gt;&#60;br /&#62;
&#60;a href=&#34;http://www.turtledeer.com/contact.php&#34; title=&#34;contact&#34;&#62;&#38;lt;span&#38;gt;contact&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.turtledeer.com/about.php&#34; title=&#34;about&#34;&#62;&#38;lt;span&#38;gt;about&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.turtledeer.com/prints.php&#34; title=&#34;prints&#34;&#62;&#38;lt;span&#38;gt;prints&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.turtledeer.com/index.php&#34; title=&#34;home&#34;&#62;&#38;lt;span&#38;gt;home&#38;lt;/span&#38;gt;&#60;/a&#62;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!--end inside-navigation--&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!--end navigation--&#38;gt;&#60;/p&#62;
&#60;p&#62;header-cards.png is sitting in the same directory as the image files that DO show up, so I'm a little mystified as to why it won't appear.&#60;/p&#62;
&#60;p&#62;Any pointers are much appreciated!&#60;/p&#62;
&#60;p&#62;I can't tell you how excited I am to be working with this script, and soon having my ecards available for sale. Thanks very much!
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customise Header,Width, Background, &#38; Links  v2.6"</title>
<link>http://www.mywebcards.net/forum/topic/customise-headerwidth-background-links-v26#post-1050</link>
<pubDate>Sun, 12 Jun 2011 11:24:20 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">1050@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;1. To add a header image you need to add it to template.html. This is the global template for all the pages.&#60;/p&#62;
&#60;p&#62;2. To reduce the width of the pages you need to modify the &#34;container&#34; id in the stylesheet. If you open up the stylesheet you will see the id is currently styled like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#container{
width: 80%;
min-width: 800px;
margin: 0 auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the width and min-width to suit your needs.&#60;/p&#62;
&#60;p&#62;3. You can also change the background colour via the stylesheet. By default the page body is styles like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body, input.send_date_box
{
font-family:arial,sans-serif;
color : #000;
font-size: 0.9em;
margin: 0;
padding: 0;
background-color: #fdfffe;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the background-color to suit your needs.&#60;/p&#62;
&#60;p&#62;4. This is something I am looking at automating but I have sent out instructions to a few people about how to do this. Here they are again:&#60;/p&#62;
&#60;p&#62;Open up index.php. Scroll down to line 102 that looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;switch($_GET[&#38;#39;act&#38;#39;])
                {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Add this section so it looks like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;switch($_GET[&#38;#39;act&#38;#39;])
                {

            //Custom pages
                        case &#38;#39;links&#38;#39;:
                        $to_do = load_template(&#38;quot;links.html&#38;quot;);
                        break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is how it works. When somebody accesses the page index.php?act=links they will be shown the main template that contains the contents of the file templates/template-folder/links.html.&#60;/p&#62;
&#60;p&#62;You can repeat this and change &#34;links&#34; to whatever you want to use.&#60;/p&#62;
&#60;p&#62;Please let me know if you need any help with this.
&#60;/p&#62;</description>
</item>
<item>
<title>GT on "Customise Header,Width, Background, &#38; Links  v2.6"</title>
<link>http://www.mywebcards.net/forum/topic/customise-headerwidth-background-links-v26#post-1049</link>
<pubDate>Sat, 11 Jun 2011 13:17:00 +0000</pubDate>
<dc:creator>GT</dc:creator>
<guid isPermaLink="false">1049@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I purchased and installed version 2.6 and must say this is great software (best eCard package I have tried) !&#60;/p&#62;
&#60;p&#62;I read other posts –but still need help with some format changes. &#60;/p&#62;
&#60;p&#62;I am  familiar with (but no expert) at HTML &#38;amp; PHP  (using DreamWeaver for HTML and Notepad++ for PHP).  Your customisation  page showing what is in each html is very helpful.  &#60;/p&#62;
&#60;p&#62;I poked around in copies of index.php, template.html, and other files – but cannot figure out how to apply the instructions shown in older posts to these files (maybe they changed for v2.6).   Sorry to be so helpless –but please advise where/how to do the 4  things below.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
GT&#60;/p&#62;
&#60;p&#62;1) Add a header image to each page.&#60;br /&#62;
2) Reduce the width of all pages.&#60;br /&#62;
3 Change the background color.&#60;br /&#62;
4) Add a new page and link (for example a page containing my website policies).
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-218</link>
<pubDate>Sun, 13 Dec 2009 10:40:47 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">218@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;No question is too silly. Feel free to post again whenever you need any help.
&#60;/p&#62;</description>
</item>
<item>
<title>squeakydave on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-214</link>
<pubDate>Sat, 12 Dec 2009 14:19:53 +0000</pubDate>
<dc:creator>squeakydave</dc:creator>
<guid isPermaLink="false">214@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Will do Chris but it seems to be working. I knew pretty much nothing about website building (I've done a bit of Flash) before starting this project. I want to completely change the look of the site so I have something to aim at. This does mean I might continue to post daft questions though :-)&#60;/p&#62;
&#60;p&#62;Huge Regards&#60;br /&#62;
Dave&#60;br /&#62;
&#60;a href=&#34;http://www.squeakypics.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.squeakypics.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-213</link>
<pubDate>Sat, 12 Dec 2009 09:31:57 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">213@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Can you send me a URL and I can take a look at it for you to see what can be done.
&#60;/p&#62;</description>
</item>
<item>
<title>squeakydave on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-212</link>
<pubDate>Fri, 11 Dec 2009 17:52:04 +0000</pubDate>
<dc:creator>squeakydave</dc:creator>
<guid isPermaLink="false">212@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Well, I sorted the banner issue. I replaced the existing png with my own that was deeper. As it was the background in a css class adding &#38;lt; br / &#38;gt;s made no difference to it. I ended up stretching the table it was applied to and adding the exact hight in the html code. It seems to work so far.
&#60;/p&#62;</description>
</item>
<item>
<title>squeakydave on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-211</link>
<pubDate>Wed, 09 Dec 2009 14:46:03 +0000</pubDate>
<dc:creator>squeakydave</dc:creator>
<guid isPermaLink="false">211@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Also...where would one put a welcome message so it appears under the 'Send a card' bar?
&#60;/p&#62;</description>
</item>
<item>
<title>squeakydave on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-210</link>
<pubDate>Wed, 09 Dec 2009 13:43:01 +0000</pubDate>
<dc:creator>squeakydave</dc:creator>
<guid isPermaLink="false">210@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;I'm pretty much new to the css/html game. But I think I'm catching on slowly.&#60;br /&#62;
But.....&#60;br /&#62;
I haven't created the image yet but when I do how will I know what pixel size to create it at if I just add extra returns?&#60;/p&#62;
&#60;p&#62;Huge Regards&#60;br /&#62;
Dave&#60;br /&#62;
&#60;a href=&#34;http://www.squeakypics.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.squeakypics.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-209</link>
<pubDate>Wed, 09 Dec 2009 13:30:42 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">209@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;I am not surprised that post confused you, I just re-read it and all the &#38;lt; br / &#38;gt;s have been stripped out.&#60;/p&#62;
&#60;p&#62;Try reading it again and see if it makes sense.&#60;/p&#62;
&#60;p&#62;Basically that particular table cell is empty apart from a few line breaks. The stylesheet sees that the table has the class &#34;main_table&#34; and it applies the image postcard_slant4.png to the background. Since that first cell is empty, the logo appears to be inside that table cell, whereas in fact it is just a css background image.&#60;/p&#62;
&#60;p&#62;To change it you can either just replace postcard_slant4.png.&#60;/p&#62;
&#60;p&#62;Or you can modify the stylesheet to use a different image. However if you use a larger image you will need to add a few extra &#38;lt; br / &#38;gt;s to the empty cell to provide enough room for a larger image.&#60;/p&#62;
&#60;p&#62;Let me know if this clears anything up for you. If not please let me see the image you are trying to use and I will give you more instructions.
&#60;/p&#62;</description>
</item>
<item>
<title>squeakydave on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-208</link>
<pubDate>Wed, 09 Dec 2009 12:38:55 +0000</pubDate>
<dc:creator>squeakydave</dc:creator>
<guid isPermaLink="false">208@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;I've had a crash course in CSS and Expression web in order to customize the header and footer and am lost when it comes to the site. I have found the template html but don't understand the 's' thing of which you speak. I found the image in the CSS but am a bit lost about the size in the 'template' table is related to the size in the CSS. I don't suppose there is any chanse of doing a basic step by step on changing the image and making it bigger (deeper).&#60;br /&#62;
Stretching it across the full width would be cool too.&#60;/p&#62;
&#60;p&#62;Ugh. My Brain hurts&#60;br /&#62;
Huge Regards&#60;br /&#62;
Dave&#60;br /&#62;
&#60;a href=&#34;http://www.squeakypics.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.squeakypics.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-166</link>
<pubDate>Wed, 25 Nov 2009 12:35:54 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">166@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;No problem, glad you got it sorted.
&#60;/p&#62;</description>
</item>
<item>
<title>ashleybear on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-158</link>
<pubDate>Tue, 10 Nov 2009 20:27:58 +0000</pubDate>
<dc:creator>ashleybear</dc:creator>
<guid isPermaLink="false">158@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Yes, thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-157</link>
<pubDate>Tue, 10 Nov 2009 09:45:26 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">157@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;In the main template.html template there is a section of table just below the &#38;lt;body&#38;gt; tag that looks like this:&#60;/p&#62;
&#60;pre&#62;
&#38;lt;table width=&#34;100%&#34; cellpadding=&#34;6&#34; cellspacing=&#34;0&#34; class=&#34;main_table&#34;&#38;gt;
	&#38;lt;tr&#38;gt;
		&#38;lt;td align=&#34;right&#34; valign=&#34;top&#34;&#38;gt;
		&#38;lt; br / &#38;gt;&#38;lt; br / &#38;gt;
		&#38;lt;/td&#38;gt;
	&#38;lt;/tr&#38;gt;
&#60;/pre&#62;
&#60;p&#62;The empty cell containing the &#38;lt; br /&#38;gt;s holds the logo. You can change the actual logo by modifying the main_table class in the stylesheet. If the logo you use is larger than the default one you can out some extra &#38;lt; br / &#38;gt;s into that empty cell to pad it out a bit.&#60;/p&#62;
&#60;p&#62;Let me know if this helps you at all.
&#60;/p&#62;</description>
</item>
<item>
<title>ashleybear on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-156</link>
<pubDate>Tue, 10 Nov 2009 04:21:28 +0000</pubDate>
<dc:creator>ashleybear</dc:creator>
<guid isPermaLink="false">156@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;I'm sure this is a stupid question, but how do I manage the size of where the footer is? For example, my png header image is 200px height instead of 58px height, as is the default. How do I change this? I can't seem to figure it out.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-60</link>
<pubDate>Fri, 09 Oct 2009 08:27:49 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">60@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Alternatively, if you want to remove the WebCards footer all together you can just delete the whole bottom table section in template.html
&#60;/p&#62;</description>
</item>
<item>
<title>juedm on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-59</link>
<pubDate>Fri, 09 Oct 2009 03:48:06 +0000</pubDate>
<dc:creator>juedm</dc:creator>
<guid isPermaLink="false">59@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;AH! found it under functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>juedm on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-58</link>
<pubDate>Fri, 09 Oct 2009 03:44:17 +0000</pubDate>
<dc:creator>juedm</dc:creator>
<guid isPermaLink="false">58@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Where can I CHANGE the Footer Copyright Info?
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-36</link>
<pubDate>Thu, 27 Aug 2009 18:49:28 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">36@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Glad you have got it sorted. If you need any more help, don't hesitate to contact me.
&#60;/p&#62;</description>
</item>
<item>
<title>juedm on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-35</link>
<pubDate>Thu, 27 Aug 2009 02:59:13 +0000</pubDate>
<dc:creator>juedm</dc:creator>
<guid isPermaLink="false">35@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Yes, that works fine.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>corbyboy on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-34</link>
<pubDate>Thu, 20 Aug 2009 18:32:54 +0000</pubDate>
<dc:creator>corbyboy</dc:creator>
<guid isPermaLink="false">34@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;If you take a look at template.html inside the particular template you are using you will find the section you are looking for.&#60;/p&#62;
&#60;p&#62;{{content}} is where the main body of the page is placed.&#60;/p&#62;
&#60;p&#62;You can add content before and after this tag to customise the template to your needs.&#60;/p&#62;
&#60;p&#62;Post again if you need any more help.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>juedm on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-33</link>
<pubDate>Thu, 20 Aug 2009 06:36:47 +0000</pubDate>
<dc:creator>juedm</dc:creator>
<guid isPermaLink="false">33@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;I assume changing the HEADER would be in the Body area?=&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;table width=&#34;100%&#34; cellpadding=&#34;6&#34; cellspacing=&#34;0&#34; class=&#34;main_table&#34;&#38;gt;&#60;br /&#62;
	..............................&#60;br /&#62;
&#38;lt;/table&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;And the Footer would be at the bottom of that area after &#34;get_post_stats&#34;&#60;/p&#62;
&#60;p&#62;Correct me if I'm wrong.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>juedm on "Customize Headers &#38; Footers"</title>
<link>http://www.mywebcards.net/forum/topic/customize-headers-footers#post-32</link>
<pubDate>Thu, 20 Aug 2009 06:25:57 +0000</pubDate>
<dc:creator>juedm</dc:creator>
<guid isPermaLink="false">32@http://www.mywebcards.net/forum/</guid>
<description>&#60;p&#62;Where exactly would one customize the Header &#38;amp; Footer areas?&#60;/p&#62;
&#60;p&#62;BTW, I'm really liking this application!!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

