Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 04-13-2005, 00:00   #1 (permalink)
Viper
Civilians

 
Default Grrr I hate tables!!!

Got a page I am making and theres like 3 inches of white space between the
last table and the bottom of the page.. I cant seem to remove it

--
Viper
Are you seeking revenge?
http://www.seekingrevenge.com


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 04-13-2005, 00:00   #2 (permalink)
Amos E Wolfe
Civilians

 
Default Re: Grrr I hate tables!!!

"Viper" <venomx@gmail.com> wrote in message
news:NDZ6e.4972$4v3.1157@trndny03...
> Got a page I am making and theres like 3 inches of white space between the
> last table and the bottom of the page.. I cant seem to remove it
>


Posting a URL will enable one of the hawk-eyed webmasters to view source and
spot your problem. Some may be able to tell what's up by looking at the
rendered page without referring to the source. Without the URL we can do
none of these things (

-=# Amos E Wolfe #=-


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 00:00   #3 (permalink)
Viper
Civilians

 
Default Re: Grrr I hate tables!!!

Amos E Wolfe wrote:
> "Viper" <venomx@gmail.com> wrote in message
> news:NDZ6e.4972$4v3.1157@trndny03...
>> Got a page I am making and theres like 3 inches of white space
>> between the last table and the bottom of the page.. I cant seem to
>> remove it

>
> Posting a URL will enable one of the hawk-eyed webmasters to view
> source and spot your problem. Some may be able to tell what's up by
> looking at the rendered page without referring to the source. Without
> the URL we can do none of these things (
>
> -=# Amos E Wolfe #=-


I am scared to post it because I know Chuckie will yell spam... but here
goes...
http://www.venomx.com/portal/

I plan to use that as a template for all the domains I own. Ill use keywords
related to the domain. That one is for a domain about coins and currency. I
did get the white down a bit but nothing I try makes it go away...

--
Viper
Are you seeking revenge?
http://www.seekingrevenge.com


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 00:00   #4 (permalink)
Chris Hope
Civilians

 
Default Re: Grrr I hate tables!!!

Viper wrote:

> Amos E Wolfe wrote:
>> "Viper" <venomx@gmail.com> wrote in message
>> news:NDZ6e.4972$4v3.1157@trndny03...
>>> Got a page I am making and theres like 3 inches of white space
>>> between the last table and the bottom of the page.. I cant seem to
>>> remove it

>>
>> Posting a URL will enable one of the hawk-eyed webmasters to view
>> source and spot your problem. Some may be able to tell what's up by
>> looking at the rendered page without referring to the source. Without
>> the URL we can do none of these things (
>>
>> -=# Amos E Wolfe #=-

>
> I am scared to post it because I know Chuckie will yell spam... but
> here goes...
> http://www.venomx.com/portal/
>
> I plan to use that as a template for all the domains I own. Ill use
> keywords related to the domain. That one is for a domain about coins
> and currency. I did get the white down a bit but nothing I try makes
> it go away...


That's the browser standard page margin causing that. Either ignore it,
use styles to set it to a specific value (body { margin-bottom:
XXpx; }), or use the non-standard <body> margin tags (marginheight for
NS/Moz, bottommargin for IE). The problem with the last option is you
can only specify both bottom and top in one go on NS/Moz with
marginheight, and of course neither it nor bottommargin is part of the
HTML standard

--
Chris Hope | www.electrictoolbox.com | www.linuxcdmall.com
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 04:00   #5 (permalink)
Viper
Civilians

 
Default Re: Grrr I hate tables!!!

Chris Hope wrote:
> Viper wrote:
>
>> Chris Hope wrote:
>>> Viper wrote:
>>>
>>>> Amos E Wolfe wrote:
>>>>> "Viper" <venomx@gmail.com> wrote in message
>>>>> news:NDZ6e.4972$4v3.1157@trndny03...
>>>>>> Got a page I am making and theres like 3 inches of white space
>>>>>> between the last table and the bottom of the page.. I cant seem
>>>>>> to remove it
>>>>>
>>>>> Posting a URL will enable one of the hawk-eyed webmasters to view
>>>>> source and spot your problem. Some may be able to tell what's up
>>>>> by looking at the rendered page without referring to the source.
>>>>> Without the URL we can do none of these things (
>>>>>
>>>>> -=# Amos E Wolfe #=-
>>>>
>>>> I am scared to post it because I know Chuckie will yell spam... but
>>>> here goes...
>>>> http://www.venomx.com/portal/
>>>>
>>>> I plan to use that as a template for all the domains I own. Ill use
>>>> keywords related to the domain. That one is for a domain about
>>>> coins and currency. I did get the white down a bit but nothing I
>>>> try makes it go away...
>>>
>>> That's the browser standard page margin causing that. Either ignore
>>> it, use styles to set it to a specific value (body { margin-bottom:
>>> XXpx; }), or use the non-standard <body> margin tags (marginheight
>>> for NS/Moz, bottommargin for IE). The problem with the last option
>>> is you can only specify both bottom and top in one go on NS/Moz with
>>> marginheight, and of course neither it nor bottommargin is part of
>>> the HTML standard

>>
>> Question, how is it that when theres stuff after it?

>
> Now you've got me confused. I see a table, then some text directly
> under it, then a small amount of white space, then the browser
> window. The space between the text and the browser window is
> controlled as I posted through either styles or the non standard body
> tags. I don't see how the table can affect what's in your <center>
> text under it and the bottom of the page.


whoa.. I had a friend look at it and seems she fixed it.
After the your link here and the green search box area there was like 2 to 3
inches of white... seems fine now...
Asking her how she fixed it now.. wow... I was pulling my hair out lol


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 04:00   #6 (permalink)
Viper
Civilians

 
Default Re: Grrr I hate tables!!!

trevor wrote:
> if you are determined to stay off css solutions, all you have to do is
> dedicate yourself to the table layout. you have your master table
> open, but you are trying to cram too much into some of them. Open
> your master, table your header, table your left collumn, table your
> main conent area, table your footer and close your master collum. now
> you have....tabular control over all content areas and can open yet
> more tables inside of them if needed. and bury yourself in code.
>
> or, so long as you seem to be directory building, be a beta tester on
> that guy trevor's software that comes out next week. i've heard it's
> not bad software.
>
> trevor


I am lost when it comes to CSS. And a directory script wont really help me
since I am using links to search terms at my ppc search site...
I have close to 30 domains Ill be making one page for just like this one...

--
Viper
Are you seeking revenge?
http://www.seekingrevenge.com


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-13-2005, 04:00   #7 (permalink)
Viper
Civilians

 
Default Re: Grrr I hate tables!!!

trevor wrote:
> if you are determined to stay off css solutions, all you have to do is
> dedicate yourself to the table layout. you have your master table
> open, but you are trying to cram too much into some of them. Open
> your master, table your header, table your left collumn, table your
> main conent area, table your footer and close your master collum. now
> you have....tabular control over all content areas and can open yet
> more tables inside of them if needed. and bury yourself in code.
>
> or, so long as you seem to be directory building, be a beta tester on
> that guy trevor's software that comes out next week. i've heard it's
> not bad software.
>
> trevor


Though... webmastervault.info or morelinks.info might do well with a
directory script...


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Grrr, there's a reason for time set coffee makers :D Scrappy Humor 2 02-13-2007 20:01
Don't Hate Me!!!! Woodmonkey Chit-Chat 3 01-23-2007 17:23
I know most of you hate me but.... Viper Web Design 89 02-15-2005 00:00
GRRR at ThePlanet Viper Web Design 10 11-19-2004 19:00
God I HATE AOL! se0sea Chit-Chat 34 02-13-2004 15:05


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 11:16.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 0.99140 seconds with 19 queries