WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: ndh611 on August 25, 2008, 01:50:46 PM

Title: A small website for an International Business Consultant
Post by: ndh611 on August 25, 2008, 01:50:46 PM
http://global7.nl (http://global7.nl)

Well I try to keep it as minimal as I can. Nothing fancy or special, just a clean design with simple left vertical navigation.
Title: Re: A small website for an International Business Consultant
Post by: brent on August 25, 2008, 08:44:03 PM
I like this one, a very clean and fast design. How do you get the banner photo to change when you go to a different page?

Thanks,
Brent
Title: Re: A small website for an International Business Consultant
Post by: Bramus on August 25, 2008, 10:14:17 PM
Nice design, clean simple but still professional look.

@ bernt, you can do that in the template with an if/else statement something like:

Code: [Select]
if (PAGE_ID == 1) {
 <img src="blaat.jpg" alt="blaat" />
}
else if (PAGE_ID == 2) {
 <img src="blaat2.jpg" alt=blaat2" />
}
Title: Re: A small website for an International Business Consultant
Post by: ndh611 on August 27, 2008, 05:02:54 AM
@ bernt: Bramus already answered your question :D
@ Bramus: thank you for your compliment ;)