<?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 Topics</title>
<link>http://www.mywebcards.net/forum/</link>
<description>WebCards Support Forums &raquo; Tag: header - Recent Topics</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 14:21:48 +0000</pubDate>

<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>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>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>

