WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: ProSam on April 22, 2008, 07:17:29 AM

Title: A Few More Sites Fresh From the Oven
Post by: ProSam on April 22, 2008, 07:17:29 AM
I've been a busy little baker as of late so much so I've had to use a bit more of the WB resources at hand mainly templates so here they are:

1. UncionFM.com (http://UncionFM.com) Used Andreas00 as a base
2. DavidVazquez.org (http://DavidVazquez.org) Used NatureWeb4 as a base
3. EliteHelps.com (http://EliteHelps.com) This template was actually bought by the client and it was a major PITA to get it to render correctly in FF, too many freakin tables. Oh well, not my issue. :|
Title: Re: A Few More Sites Fresh From the Oven
Post by: Lotus on April 22, 2008, 09:26:24 AM
like your imagery..
Title: Re: A Few More Sites Fresh From the Oven
Post by: tessed on April 22, 2008, 01:59:25 PM
On the David Vazquez website there's a red line at the bottom of the page that 100% width in Firefox 2.0.0.14 on Vista. I suppose it should be the same width as the main white background.

But i really like the rest of this website. Nice graphic design.

Tyronne
Title: Re: A Few More Sites Fresh From the Oven
Post by: ProSam on April 22, 2008, 05:27:20 PM
Hi Guys,
Thanks for your kind words.

@Tyrone,
I did see the line across the bottom of David's site and just left it there since it was part of the template but I see what you mean, it does look out of place. I just tried to fix that and was not able to. I set a width to the style and it did become smaller but it also aligned to the left. I can't seem to get it to stay in thew middle.

Does anyone have an idea how to fix this?
Title: Re: A Few More Sites Fresh From the Oven
Post by: marathoner on April 22, 2008, 06:09:52 PM
Red line coming from your footer id...check the CSS and remove or change:
"border-top:5px solid #8e0300;"
Title: Re: A Few More Sites Fresh From the Oven
Post by: ProSam on April 22, 2008, 06:18:52 PM
Red line coming from your footer id...check the CSS and remove or change:
"border-top:5px solid #8e0300;"
Hi,
I know which style it is, I don't want to get rid of it, I want to make it 790px and stay in the middle.

Thanks
Title: Re: A Few More Sites Fresh From the Oven
Post by: marathoner on April 23, 2008, 12:56:50 AM
If you know which style it is then you'll see that you haven't applied a width to it. I *think* that you really want it in your #footer id .inner class like below:

Code: [Select]
#footer {
    font-size:80%;
    padding-left:20px;
    text-align:left;
}
#footer .inner {
    text-align:center;
    border-top:5px solid #8e0300;
    width:790px;
    color:#000;
    margin:auto;
    padding:auto;
    margin-top:10px;
}
Title: Re: A Few More Sites Fresh From the Oven
Post by: ProSam on April 23, 2008, 07:14:31 AM
Well I fixed it.

I moved the inner class out from inside the footer tag and renamed the style to just inner and then adjusted it from their and it worked.
Title: Re: A Few More Sites Fresh From the Oven
Post by: bupaje on April 29, 2008, 06:23:05 AM
Great work. I love the bold colors and design.
Title: Re: A Few More Sites Fresh From the Oven
Post by: ProSam on April 29, 2008, 06:44:37 AM
Thanks for the kind words guys. I appreciate it. I got a few more in the oven and shall be putting them out to air soon. I'll keep ya'll updated.  :mrgreen: