Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-10-2005, 06:35 PM   PM User | #1
davulf
New Coder

 
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
davulf is an unknown quantity at this point
Layout issue.

I don't understand why this isn't laying out properly. All of the sliced images should line up properly yet they are not.

http://www.essexhall.com/sophs/portal.php

Thanks,
DaVuLf
davulf is offline   Reply With Quote
Old 08-11-2005, 12:34 AM   PM User | #2
harbingerOTV
Senior Coder

 
Join Date: Jan 2005
Location: Memphis, TN
Posts: 1,765
Thanks: 8
Thanked 123 Times in 121 Posts
harbingerOTV will become famous soon enough
I think it maybe this line in your head:
Code:
<style type="text/css">
td.text {padding:1em 1em 1em 0.2cm}
</style>
that 1em is being added to the width of your TDs.

try removing that line and in side all your td's that have any text in them wrap the text in <p> </p> and then in your CSS write:

Code:
p {
margin: 1em;
padding: 0;
}
and see if that changes anything.
__________________
Stop making things so hard on yourself.
i is tugbucket :: help raise tugburg :: Whitehaven Kiwanis
harbingerOTV is offline   Reply With Quote
Old 08-11-2005, 04:36 AM   PM User | #3
davulf
New Coder

 
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
davulf is an unknown quantity at this point
I will add that and see what we come up with, thanks!
davulf is offline   Reply With Quote
Old 08-11-2005, 05:41 PM   PM User | #4
davulf
New Coder

 
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
davulf is an unknown quantity at this point
I'm not sure if that worked out, when I view the site with Firefox it is still unaligned. I don't understand why.
davulf is offline   Reply With Quote
Old 08-11-2005, 07:17 PM   PM User | #5
mark87
Senior Coder

 
Join Date: Dec 2004
Location: Essex, UK
Posts: 2,636
Thanks: 0
Thanked 0 Times in 0 Posts
mark87 is on a distinguished road
[OT] That Flash banner is very distracting from the content. [/OT]
__________________
markaylward.co.uk
mark87 is offline   Reply With Quote
Old 08-11-2005, 07:39 PM   PM User | #6
Gant
Registered User

 
Join Date: Aug 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Gant is an unknown quantity at this point
dude, seriously I messed with it and no help

so I blame black magic.
Gant is offline   Reply With Quote
Old 08-11-2005, 08:00 PM   PM User | #7
davulf
New Coder

 
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
davulf is an unknown quantity at this point
Mark: Is that an issue?

Gant: I am also starting to believe that the dark arts were involved in this dilemma. I have tried resizing every table, tried setting the static images as background images, tried erasing height/widths... All to no avail.
davulf is offline   Reply With Quote
Old 08-11-2005, 08:19 PM   PM User | #8
Gant
Registered User

 
Join Date: Aug 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Gant is an unknown quantity at this point
1 simple thing I kinda noticed, is that you set the full width to 700 and then set columns around 356 instead of 355. You also give 1px cellspacing in some places. This doesn't add up too well.... perhaps you should recheck all the math or so.

Last edited by Gant; 08-11-2005 at 08:25 PM..
Gant is offline   Reply With Quote
Old 08-11-2005, 08:38 PM   PM User | #9
davulf
New Coder

 
Join Date: Aug 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
davulf is an unknown quantity at this point
I wrote it out.

|| | | ||
9 336 10 336 9

=700.
davulf is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:02 PM.


Advertisement
Log in to turn off these ads.