Click to See Complete Forum and Search --> : Page layout


janice
01-12-2005, 03:30 PM
Hi,
Please forgive my ignorance and help me out here.

Please take a look at the following link:

http://websamba.com/afparishioners/

I have a footer at the bottom of the page.
If you right-click on it and pretend you are saving it,
it will show you the name as footer.jpg.

I need this to cover enter page.

In other words, right now, it looks like this:

________________________________________________________
efashionista.Com © 2005 | Privacy Policy | Terms Of Use

It didn't cover left side of page.

I would like it to look more like this:

_____________________________________________________________________
efashionista.Com © 2005 | Privacy Policy | Terms Of Use

and everything else sitting on top of it

Your assistance is greatly appreciated

NogDog
01-12-2005, 03:52 PM
If I correctly understand what you want, move the image outside of the table to this location in the code, and style it something like this:

...Fashion Tips</b></font></center></TABLE><center>
</center></DIV>
<div align="center">
<IMG SRC="images/footer.jpg" style="width: 100%; height: 34px;">
<table> <TR> <TD bgcolor="#FFFFFF" WIDTH=445 HEIGHT=35 ALT="">
<div style="padding-top:10px; color: #2C2C2C;" align="center" class="v10">
<font color="#D5D3C2"><strong>efashionista.Com
© 2005</strong></font> | <a class="3" href="http://efashionista.com/eprivacy.asp">
Privacy Policy</a> | <a href="http://www.webhost4life.com/termsconditions.asp" class="3">
Terms Of Use</a></div></TD></TR> </TABLE></div>
...

Note: this is the quick-and-dirty fix. The real fix would be to get rid of all the tables being used for layout and instead use "semantically meaningful HTML markup" and CSS for styling - but that's a "whole 'nother can of worms." :)

janice
01-12-2005, 09:41 PM
That was quick and dirty but it worked.
Thanks for your precious time and help.

Of course I will like to fix the entire thing up like you suggested but... I don't know.