![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | 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 |
|
| | #2 (permalink) |
| Civilians | "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 #=- |
|
| | #3 (permalink) |
| Civilians | 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 |
|
| | #4 (permalink) |
| Civilians | 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 |
|
| | #5 (permalink) |
| Civilians | 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 |
|
| | #6 (permalink) |
| Civilians | 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 |
|
| | #7 (permalink) |
| Civilians | 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... |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
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 |
![]() | ![]() | ![]() |