|
Posted by dorayme on 03/15/07 03:31
In article <kan9evfuy0sm.ogxwocou4bud.dlg@40tude.net>,
al jones <alfredmjones@shotmail.com> wrote:
> I've taken some advice; and taken a look at htmldog and done some chopping
> and now need some ideas / help. (('Help' can be defined as pointing me
> towards a web page or something to google though I've worn out Google for
> the night.))
>
> URL http://aljones.us/ab
>
> There are several things I need to look at, but the top two (on the page
> and my list) are:
>
> The H1 - Broken Chains Ministry - I'd like to have it centered between the
> two hand images; but I can't see how to make that work. Oddly enough, that
> the one thing that a the couple of people who have looked at this have
> commented on ....
>
> The blue navbar, under the log looks fine (the same width as the logo, in
> both Opera and FF; however in IE6 (and I'm told in 7?) extends a couple of
> em beyond the right edge of the logo. While it's not what I expected,
> that's really acceptable visually - but I'd like the two to resemble each
> other a little closer. Suggestions??
>
> Other things:
>
> Extending the blue Navbar to the footer.
> The footer (stolen from ALA and I thought I understood what I was reading)
> not centered and no color - even though both are specified.
>
> Anything else I should look at???
>
> and appreciation is extended //al
Starting to look like a webpage there al!
Get rid of align="middle" in your <img ...>, use some css for
this. But, oddly enough, I will say to you: In your case there is
not a lot of point in the inline css of
style="width: 467px; height: 257px;"
just put:
width="467" height="257"
Tidy your footer from:
<div id="footer-wrapper">
<div id="footer"><a href="#">About Us</a> <a
href="#">Products</a><br>Copyright 2007 Broken Chains Ministry ::
Web design by <a href="mailto:al@aljones.us">Al Jones</a>
</div>
</div>
to
<div id="footer"><a href="#">About Us</a> <a
href="#">Products</a><br>Copyright 2007 Broken Chains Ministry ::
Web design by <a href="mailto:al@aljones.us">Al Jones</a>
</div>
and use this for the css instead of all that stuff you have:
#footer {
margin: 0;
padding: 0;
font-size: 85%;
text-align: center;
color: #306EFF;
background-color: #C0C0C0;
}
No doubt there is even better but I am rushing to get out and
have my avo swim and walk...
--
dorayme
Navigation:
[Reply to this message]
|