`mishimasan`
07-04-2008, 09:57 AM
This is the site:
http://www.easidesigns.co.uk/test/ (easidesigns)
This is the index.html of the root page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>easidesigns.co.uk Test Website</title>
<link rel="stylesheet" type="text/css" media="all" href="assets/final.css" />
<style type="text/css">
<!-- Embedded style from dreamweaver for ul.reasons
.style1 { color: #000000 }
.style2 { color: #6C6C6C; }
.style3 { color: #ec17; }
-->
</style>
</head>
<body>
<h1><a href="">easidesigns.co.uk</a></h1>
<div class="navBar">
<ul>
<li><a href="http://www.easidesigns.co.uk/test">Home</a></li>
<li><a href="http://www.easidesigns.co.uk/test/about/index.html">About</a></li>
<li><a href="http://www.easidesigns.co.uk/test/services/index.html">Services</a></li>
<li><a href="http://www.easidesigns.co.uk/test/portfolio/portfolio.php">Portfolio</a></li>
<li><a href="http://www.easidesigns.co.uk/test/news/index.html">News</a></li>
<li><a href="http://www.easidesigns.co.uk/test/contact/index.html">Contact</a></li>
</ul>
<!-- Search Bar
<form method="get" action="">
<label for="s">Search:</label>
<input type="text" value="Search" id="s" name="s" title="Type your search term here" />
<input type="submit" value="Go!" class="button" title="Press here to search" />
</form>
-->
</div>
<div class="slideshow">
<?php
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.easidesigns.co.uk/test"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/mish01/public_html/easidesigns.co.uk/test"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>
</div>
<ul class="promotions">
<li class="main">
<!-- <p><span>This is the bit where we tell you how great we are.</span> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo. Pellentesque habitant morbi tristique senectus et netus et malesuada. <span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo.</span></p> -->
</li>
</ul>
<ul class="services">
<li class="style1">
<a href="#" class="branding"></a>
<p class="style2">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec convallis dignissim est. Curabitur nibh nunc, tempus eu, mollis ut, lacinia sed, nulla.</p>
<p class="style3"align=right><a href="">Read more »</a></p>
</li>
<li class="style1">
<a href="#" class="stationery"></a>
<p class="style2">Suspendisse potenti. Mauris varius, nisi sed luctus posuere, sem sem luctus tellus, at accumsan tellus justo laoreet nibh. Quisque eget ligula quis sem pretium posuere. Aenean a erat nec leo rhoncus pretium. Nunc vehicula commodo velit. Quisque facilisis eros ut est. Nulla placerat elementum nibh. Sedus quis urna eu urna vestibulum faucibus.</p>
<p align=right><a href="">Read more »</a></p>
</li>
<li class="last style1">
<a href="#" class="print"></a>
<p class="style2">Fusce varius, libero sed dapibus rhoncus, purus mi semper nibh, quis pellentesque augue augue sit amet odio. Sed luctus pede quis libero. Etiam in tortor eget felis convallis dignissim. Nam non purus a nibh viverra consectetuer. Aliquam sed dui eu eros vehicula dignissim. Vestibulum non velit. Ut cursus congue nibh. Class aptent taciti sociosqu.</p>
<p align=right><a href="">Read more »</a></p>
</li>
</ul>
<br/>
<div class="footer">
<ul>
<li>© 2008. easidesigns.co.uk. All rights reserved.</li>
<li><a href="http://www.easidesigns.co.uk/test/privacy-policy.html">Privacy Policy</a></li>
<li><a href="http://www.easidesigns.co.uk/test/copyright-notice.html">Copyright Notice</a></li>
</ul>
</div>
</body>
</html>
This is the index.php for the portfolio page (contains server-side script for flash image slide):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>easidesigns.co.uk Test Website</title>
<link rel="stylesheet" type="text/css" media="all" href="final.css" />
<style type="text/css">
<!-- Embedded style from dreamweaver for ul.reasons
.style1 { color: #000000 }
.style2 { color: #6C6C6C; }
.style3 { color: #ec17; }
-->
</style>
</head>
<body>
<h1><a href="http://www.easidesigns.co.uk/test/index.html">easidesigns.co.uk</a></h1>
<div class="navBar">
<ul>
<li><a href="http://www.easidesigns.co.uk/test/index.html">Home</a></li>
<li><a href="http://www.easidesigns.co.uk/test/about/index.html">About</a></li>
<li><a href="http://www.easidesigns.co.uk/test/services/index.html">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="http://www.easidesigns.co.uk/test/news/index.html">News</a></li>
<li><a href="http://www.easidesigns.co.uk/test/contact/index.html">Contact</a></li>
</ul>
<!-- Search Bar
<form method="get" action="">
<label for="s">Search:</label>
<input type="text" value="Search" id="s" name="s" title="Type your search term here" />
<input type="submit" value="Go!" class="button" title="Press here to search" />
</form>
-->
</div>
<div class="slideshow">
<?php
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.easidesigns.co.uk/test"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/mish01/public_html/easidesigns.co.uk/test"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>
</div>
<div class="footer">
<ul>
<li>© 2008. easidesigns.co.uk. All rights reserved.</li>
<li><a href="http://www.easidesigns.co.uk/test/privacy-policy.html">Privacy Policy</a></li>
<li><a href="http://www.easidesigns.co.uk/test/copyright-notice.html">Copyright Notice</a></li>
</ul>
</div>
</body>
</html>
This is the CSS for the website (which only works at the moment on the index.html for the homepage):
/* Typography - basics */
body, h2, p, li, label, input { font:11px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; }
p { margin:0 0 20px 0 }
h2, span { color:#eb1c24 } /* For use with the ul.promotions li p */
a { color:#6C6C6C; text-decoration:none } /* navBar text color & Read More */
a:hover { color:#eb1c24 }
/* Layout - basics */
html { text-align:center }
body { background:url("body-background.jpg"); background-position: 50% 0%; background-repeat:no-repeat; width:940px; text-align:left; padding:0px; margin:0 auto }
h2 { font-size:14px }
p { margin:0 0 18px 0 }
/* The masthead */
h1 a { background:url(easidesigns-logo.png) no-repeat; width:940px; height:120px; text-indent:-9999px; display:block; }
/* The navBar at the top of the page */
div.navBar { background:url(bg-navbar.png); width:940px; height:40px; }
div.navBar ul { text-align: right; padding:12px 0 0 30px }
div.navBar ul li { display:inline; margin:0 20px 0 0 }
div.navBar form { position:absolute; top:10px; left:560px }
div.navBar form label { display:none }
div.navBar form input { width:220px }
div.navBar form input.button { width:110px; margin:0 0 0 10px }
/* This section deals with the three services images */
a.branding { background:url(branding.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.branding { background:url(branding-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
a.stationery { background:url(stationery.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.stationery { background:url(stationery-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
a.print { background:url(print.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.print { background:url(print-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
/* This displays the services images in a line from left to right */
ul.services li { float:left; width:300px; margin:0 20px 0 0; color:#fff }
ul.services li.last { margin:0 }
/* This section deals with the promotional image and its text if chosen, underneath the navBar */
ul.promotions { height:200px; background:url(promotions1.jpg); height:252px; margin:2px 0 0 0 }
ul.promotions li p { align-text:bottom-right; color:#fff }
ul.promotions li.main { padding:20px 0 20px 30px; width:500px }
ul.promotions li ol li { padding:0 }
ul.promotions li.more { padding:20px 30px 20px 0; width:110px }
/* Footer */
div.footer { height:40px; background:url(bg-footer.jpg); margin:22px 0 40px 0 }
div.footer ul { text-align: right; padding:11px 0 0 30px }
div.footer ul li { display:inline; color:#6C6C6C; margin:0 20px 0 0 }
On the website shown, only the homepage and portfolio are being discussed here - none of the other links contain anything substantial.
First of all, I wish to use the CSS shown on every page in the site. However, since in the index.html for the homepage, it is referred to by "/assets/final.css", which is a folder further down the tree from the root, how do I then refer to it when I am already in a folder further down the root i.e. "/easidesigns.co.uk/test/portfolio"? This is backtracking yes? At the moment, I am using a copied CSS file and copied images into the portfolio folder so that it will work - but this cannot be optimal.. ?
Secondly, I wish to move the PHP script from the portfolio page to the homepage, but every time that I cut and paste it and refresh my browsers, there is no change - is this because it has already been established on the server and needs another push to get it to move? I'm not so familiar with the cause and effect of php code.
Thirdly, there is a promotional element in the homepage index.html and it is referred to in the CSS. This element makes the promotional banner underneath the navbar if you view the site. If I try to remove this from the index.html of the homepage, it screws up the entire page. Why does this happen?
Fourthly... if I were to want to make promotions a clickable link just like the images in the services below it (the three images across the width of the screen that change as you hover over them) how would I do this? They way in which promotions is set out is different to the way in which the services are set out so I could not really figure out how to duplicate the effect.
Lastly... (and I'm sorry if I'm being cheeky by asking a lot here) I wish to randomly show a new image on the promotions each time I refresh the page, which in turn has the appropriate link attached so when I click it, it takes me to the site as advertised. Some kind of array?
Forgive me for asking this much but I am designing the parts of the website and also learning how to code at the same time. I've got books and lynda.com subscription and I've been doing some tutorials lately, but I just don't seem to be getting anywhere fast. I quit my job so that I could become my own boss, unfortunately things haven't happened as fast as I wanted them to since design wasn't my first ambition. Now it is and my savings are running out - so any help with this would be unbelievably appreciated.
Also, when explaining the work-arounds, would it be possible to give reasons why where needed so that it is easier to understand the theory behind such code for a novice like me?
Many thanks all,
MishimaSan :eek:
http://www.easidesigns.co.uk/test/ (easidesigns)
This is the index.html of the root page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>easidesigns.co.uk Test Website</title>
<link rel="stylesheet" type="text/css" media="all" href="assets/final.css" />
<style type="text/css">
<!-- Embedded style from dreamweaver for ul.reasons
.style1 { color: #000000 }
.style2 { color: #6C6C6C; }
.style3 { color: #ec17; }
-->
</style>
</head>
<body>
<h1><a href="">easidesigns.co.uk</a></h1>
<div class="navBar">
<ul>
<li><a href="http://www.easidesigns.co.uk/test">Home</a></li>
<li><a href="http://www.easidesigns.co.uk/test/about/index.html">About</a></li>
<li><a href="http://www.easidesigns.co.uk/test/services/index.html">Services</a></li>
<li><a href="http://www.easidesigns.co.uk/test/portfolio/portfolio.php">Portfolio</a></li>
<li><a href="http://www.easidesigns.co.uk/test/news/index.html">News</a></li>
<li><a href="http://www.easidesigns.co.uk/test/contact/index.html">Contact</a></li>
</ul>
<!-- Search Bar
<form method="get" action="">
<label for="s">Search:</label>
<input type="text" value="Search" id="s" name="s" title="Type your search term here" />
<input type="submit" value="Go!" class="button" title="Press here to search" />
</form>
-->
</div>
<div class="slideshow">
<?php
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.easidesigns.co.uk/test"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/mish01/public_html/easidesigns.co.uk/test"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>
</div>
<ul class="promotions">
<li class="main">
<!-- <p><span>This is the bit where we tell you how great we are.</span> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo. Pellentesque habitant morbi tristique senectus et netus et malesuada. <span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo.</span></p> -->
</li>
</ul>
<ul class="services">
<li class="style1">
<a href="#" class="branding"></a>
<p class="style2">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer gravida, dui vitae vestibulum elementum, pede neque mollis erat, blandit lacinia mauris sem posuere justo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec convallis dignissim est. Curabitur nibh nunc, tempus eu, mollis ut, lacinia sed, nulla.</p>
<p class="style3"align=right><a href="">Read more »</a></p>
</li>
<li class="style1">
<a href="#" class="stationery"></a>
<p class="style2">Suspendisse potenti. Mauris varius, nisi sed luctus posuere, sem sem luctus tellus, at accumsan tellus justo laoreet nibh. Quisque eget ligula quis sem pretium posuere. Aenean a erat nec leo rhoncus pretium. Nunc vehicula commodo velit. Quisque facilisis eros ut est. Nulla placerat elementum nibh. Sedus quis urna eu urna vestibulum faucibus.</p>
<p align=right><a href="">Read more »</a></p>
</li>
<li class="last style1">
<a href="#" class="print"></a>
<p class="style2">Fusce varius, libero sed dapibus rhoncus, purus mi semper nibh, quis pellentesque augue augue sit amet odio. Sed luctus pede quis libero. Etiam in tortor eget felis convallis dignissim. Nam non purus a nibh viverra consectetuer. Aliquam sed dui eu eros vehicula dignissim. Vestibulum non velit. Ut cursus congue nibh. Class aptent taciti sociosqu.</p>
<p align=right><a href="">Read more »</a></p>
</li>
</ul>
<br/>
<div class="footer">
<ul>
<li>© 2008. easidesigns.co.uk. All rights reserved.</li>
<li><a href="http://www.easidesigns.co.uk/test/privacy-policy.html">Privacy Policy</a></li>
<li><a href="http://www.easidesigns.co.uk/test/copyright-notice.html">Copyright Notice</a></li>
</ul>
</div>
</body>
</html>
This is the index.php for the portfolio page (contains server-side script for flash image slide):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>easidesigns.co.uk Test Website</title>
<link rel="stylesheet" type="text/css" media="all" href="final.css" />
<style type="text/css">
<!-- Embedded style from dreamweaver for ul.reasons
.style1 { color: #000000 }
.style2 { color: #6C6C6C; }
.style3 { color: #ec17; }
-->
</style>
</head>
<body>
<h1><a href="http://www.easidesigns.co.uk/test/index.html">easidesigns.co.uk</a></h1>
<div class="navBar">
<ul>
<li><a href="http://www.easidesigns.co.uk/test/index.html">Home</a></li>
<li><a href="http://www.easidesigns.co.uk/test/about/index.html">About</a></li>
<li><a href="http://www.easidesigns.co.uk/test/services/index.html">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="http://www.easidesigns.co.uk/test/news/index.html">News</a></li>
<li><a href="http://www.easidesigns.co.uk/test/contact/index.html">Contact</a></li>
</ul>
<!-- Search Bar
<form method="get" action="">
<label for="s">Search:</label>
<input type="text" value="Search" id="s" name="s" title="Type your search term here" />
<input type="submit" value="Go!" class="button" title="Press here to search" />
</form>
-->
</div>
<div class="slideshow">
<?php
// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.easidesigns.co.uk/test"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/mish01/public_html/easidesigns.co.uk/test"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>
</div>
<div class="footer">
<ul>
<li>© 2008. easidesigns.co.uk. All rights reserved.</li>
<li><a href="http://www.easidesigns.co.uk/test/privacy-policy.html">Privacy Policy</a></li>
<li><a href="http://www.easidesigns.co.uk/test/copyright-notice.html">Copyright Notice</a></li>
</ul>
</div>
</body>
</html>
This is the CSS for the website (which only works at the moment on the index.html for the homepage):
/* Typography - basics */
body, h2, p, li, label, input { font:11px/18px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; }
p { margin:0 0 20px 0 }
h2, span { color:#eb1c24 } /* For use with the ul.promotions li p */
a { color:#6C6C6C; text-decoration:none } /* navBar text color & Read More */
a:hover { color:#eb1c24 }
/* Layout - basics */
html { text-align:center }
body { background:url("body-background.jpg"); background-position: 50% 0%; background-repeat:no-repeat; width:940px; text-align:left; padding:0px; margin:0 auto }
h2 { font-size:14px }
p { margin:0 0 18px 0 }
/* The masthead */
h1 a { background:url(easidesigns-logo.png) no-repeat; width:940px; height:120px; text-indent:-9999px; display:block; }
/* The navBar at the top of the page */
div.navBar { background:url(bg-navbar.png); width:940px; height:40px; }
div.navBar ul { text-align: right; padding:12px 0 0 30px }
div.navBar ul li { display:inline; margin:0 20px 0 0 }
div.navBar form { position:absolute; top:10px; left:560px }
div.navBar form label { display:none }
div.navBar form input { width:220px }
div.navBar form input.button { width:110px; margin:0 0 0 10px }
/* This section deals with the three services images */
a.branding { background:url(branding.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.branding { background:url(branding-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
a.stationery { background:url(stationery.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.stationery { background:url(stationery-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
a.print { background:url(print.jpg); width:300px; height:206px; background-image:no-repeat; display:block; }
a:hover.print { background:url(print-alt.jpg); width:300px; height:206px; background-image:no-repeat; }
/* This displays the services images in a line from left to right */
ul.services li { float:left; width:300px; margin:0 20px 0 0; color:#fff }
ul.services li.last { margin:0 }
/* This section deals with the promotional image and its text if chosen, underneath the navBar */
ul.promotions { height:200px; background:url(promotions1.jpg); height:252px; margin:2px 0 0 0 }
ul.promotions li p { align-text:bottom-right; color:#fff }
ul.promotions li.main { padding:20px 0 20px 30px; width:500px }
ul.promotions li ol li { padding:0 }
ul.promotions li.more { padding:20px 30px 20px 0; width:110px }
/* Footer */
div.footer { height:40px; background:url(bg-footer.jpg); margin:22px 0 40px 0 }
div.footer ul { text-align: right; padding:11px 0 0 30px }
div.footer ul li { display:inline; color:#6C6C6C; margin:0 20px 0 0 }
On the website shown, only the homepage and portfolio are being discussed here - none of the other links contain anything substantial.
First of all, I wish to use the CSS shown on every page in the site. However, since in the index.html for the homepage, it is referred to by "/assets/final.css", which is a folder further down the tree from the root, how do I then refer to it when I am already in a folder further down the root i.e. "/easidesigns.co.uk/test/portfolio"? This is backtracking yes? At the moment, I am using a copied CSS file and copied images into the portfolio folder so that it will work - but this cannot be optimal.. ?
Secondly, I wish to move the PHP script from the portfolio page to the homepage, but every time that I cut and paste it and refresh my browsers, there is no change - is this because it has already been established on the server and needs another push to get it to move? I'm not so familiar with the cause and effect of php code.
Thirdly, there is a promotional element in the homepage index.html and it is referred to in the CSS. This element makes the promotional banner underneath the navbar if you view the site. If I try to remove this from the index.html of the homepage, it screws up the entire page. Why does this happen?
Fourthly... if I were to want to make promotions a clickable link just like the images in the services below it (the three images across the width of the screen that change as you hover over them) how would I do this? They way in which promotions is set out is different to the way in which the services are set out so I could not really figure out how to duplicate the effect.
Lastly... (and I'm sorry if I'm being cheeky by asking a lot here) I wish to randomly show a new image on the promotions each time I refresh the page, which in turn has the appropriate link attached so when I click it, it takes me to the site as advertised. Some kind of array?
Forgive me for asking this much but I am designing the parts of the website and also learning how to code at the same time. I've got books and lynda.com subscription and I've been doing some tutorials lately, but I just don't seem to be getting anywhere fast. I quit my job so that I could become my own boss, unfortunately things haven't happened as fast as I wanted them to since design wasn't my first ambition. Now it is and my savings are running out - so any help with this would be unbelievably appreciated.
Also, when explaining the work-arounds, would it be possible to give reasons why where needed so that it is easier to understand the theory behind such code for a novice like me?
Many thanks all,
MishimaSan :eek: