• Welcome to WebsiteBaker Community Forum. Please log in or sign up.
Welcome, Guest
News
Support WebsiteBaker
Your donations will help to:
PayPal
  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!
You can donate by clicking on the button below.

A Few More Sites Fresh From the Oven

Started by ProSam, April 22, 2008, 07:17:29 AM

ProSam

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 Used Andreas00 as a base
2. DavidVazquez.org Used NatureWeb4 as a base
3. 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. :|

    Lotus


    tessed

    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

      ProSam

      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?

        marathoner

        Red line coming from your footer id...check the CSS and remove or change:
        "border-top:5px solid #8e0300;"

          ProSam

          Quote from: 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;"
          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

            marathoner

            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:

            #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;
            }

              ProSam

              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.

                bupaje

                Great work. I love the bold colors and design.

                  ProSam

                  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:

                    \n\n