Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 22nd, 2004, 8:53 AM   #1
Xko
Newbie
 
Join Date: Sep 2004
Posts: 18
Rep Power: 0 Xko is on a distinguished road
Ok,

this is kinda driving me nuts now but you see this page here i cannot (for the life of me) work out where the big chunk of extra space above Blme Atricles is coming fromas all the pages you the same template.

I think it's something i've missed somewhere but could someone please point it out for me?

Thanks
Xko is offline   Reply With Quote
Old Nov 22nd, 2004, 9:23 AM   #2
alunw
Newbie
 
Join Date: Nov 2004
Posts: 3
Rep Power: 0 alunw is on a distinguished road
You don't have a valign="top" on the table containing the text, so it is vertically centered. The third column of the table is really deep.
You could have worked this out by changing background colours of elements causing problems to see how much space they take up.

I attach "corrected" version of this bit of your page
<table border=0 cellpadding=5 cellspacing=0 width=600><tr><td valign="top">



Blme Articles



<u>Spyware</u>


Personally, I think all this nested table stuff and spacer gifs is old fashioned. W3C certainly wouldn't approve. Use stylesheets more. Use proper headings. You are not using

tag properly either -

is supposed to be beginning of paragraph not end.

Your site looks good, but I'd recommend increasing the font size - it's hard to read right now.
alunw is offline   Reply With Quote
Old Nov 22nd, 2004, 9:32 AM   #3
Xko
Newbie
 
Join Date: Sep 2004
Posts: 18
Rep Power: 0 Xko is on a distinguished road
Thankyou!!! - Man that was driving me insane.

The template isn't mine (as you probably noticed) as my 'design' skills are somewhat limited, but i will look into what you mentioned and see what i can do at a later stage.

Thanks again!
Xko is offline   Reply With Quote
Old Nov 22nd, 2004, 9:51 PM   #4
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
As a general rule of thumb, tables always seek to align them selves at the center of the vertical access when the cell is larger than the text, unless you specify otherwise
__________________
Clifford Matthew Roche &lt;geek@cliffordroche.com&gt;
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Old Nov 23rd, 2004, 8:36 PM   #5
BlazingWolf
Hobbyist Programmer
 
Join Date: Sep 2004
Posts: 207
Rep Power: 5 BlazingWolf is on a distinguished road
So basically you almost always want you use valign="top".
__________________
_______________________________
BlazingWolf
BlazingWolf is offline   Reply With Quote
Old Nov 24th, 2004, 11:07 AM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Actually, you want to use:
<style>
tr {
   vertical-align:  top;
}
</style>

__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:58 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC