Thread: Acurrsed black space!
Results 1 to 9 of 9
Related
-
White Hat Vs Black Hat Seo Forum: Search Engine Optimization - SEO - Forum
Replies: 13 -
Black white pictures turn to color Forum: HTML Forum
Replies: 1
-
05-28-2003, 01:53 AM #1
Acurrsed black space!
http://www.thenebula.com/joe/Domain/
Cannot get rid of that line between the top row and the image in the next row for the life of me. Everything should be flush and blen.
-
05-28-2003, 01:58 AM #2
Double check if you didn't put an extra "height=XXX" and check for borders, and for cellspacing stuff, it should work!
-
05-28-2003, 02:50 AM #3
and if the above fails, try formatting the cells like this
Code:<tr> <td>stuff stuff</td> </tr>
Code:<tr> <td> stuff stuff </td> </tr>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
05-28-2003, 07:32 AM #4
spend some time on the tutorials, you have no html tags, no head tags, title tag is in the body ...
-
05-28-2003, 08:26 AM #5
It's only doing what you're telling it to do - placing a blank space just before the inner table.
Start the inner ><TABLE ...> immediately after the closing bracket of the <TD ...> cell of the outer <TABLE...> instead of on the next line. Those 'invisible' spaces within one's code can do all kinds of unintended things.
Or, leave it the way it is - it looks okay to me with that tiny black horizontal space just below the top two Logo and Nav images. (Oh yes, get used to using all lower case for your web sited folder and file names and the rest of your webmastering life will be a lot less hectic.)
And lastly, I always forget, welcome to the forums.Last edited by benzden; 05-28-2003 at 08:30 AM.
-
05-28-2003, 04:04 PM #6
Thanx for all the advice.
Looks like getting rid of the space worked.
Never knew white space in html made a difference accept between the actual displayed typing. Makes the code alot harder to follow for me and now I have to sidescrolll just to edit my coding, guess I have to start using word wrap.
Thanx again.Last edited by Deepmist; 05-28-2003 at 04:08 PM.
-
06-16-2003, 01:07 PM #7
THANK YOU!!!!!!!! (yes I'm shouting with joy!)
I'm new here, just wanted to take a minute and thank you all for the help that you gave to me, just by answering this post with so many suggestions.
I had already done all the style and margin things, and the cellpadding & cellspacing, but on some of my cells that contained ONLY an IMG, there was extra white space.
Turns out it also was from the cr/lf I had in the "source file" just to make it more readable for me. Wow.
This seems like a great place... I'll try to do my share at attempting to answer some of the posts.
Thanks!
-
06-16-2003, 01:49 PM #8
And thank you for using the 'Search' option
Welcome to the forums.If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
06-16-2003, 04:33 PM #9
Glad to share 'secrets' learned the hard way.