Have I lost my mind?? Table cell problems

This is a discussion on "Have I lost my mind?? Table cell problems" within the Web Page Design section. This forum, and the thread "Have I lost my mind?? Table cell problems are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Feb 27th, 2005, 18:39
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
Have I lost my mind?? Table cell problems

Okay, I've been working with tables forever, so why is it I'm having trouble now? Here's the deal---two things actually:

1. the page is 'mostly' text (all but for a top border I want to use). I want 2 ROWS and 1 COLUMN in each row. That's it. Nothing fancy. But when I try to do this the text goes from the darker color I'm using to a faded gray that's hardly readable. Any clue why this is?

2. I want two separate rows because I want an image underneath the header text... a non-tiling image. For some reason the tag that 'used' to work now doesn't...

<TD background="images/image.jpg">

Am I forgetting/missing something??? Anyway, I could use some help with this.

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Feb 27th, 2005, 19:22
Junior Member
Join Date: Jul 2004
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Looks like the code is right to me. Perhaps it's something with the rest of your code.

Code: Select all
<table style="border-top: 1px solid black;">
  <tr>
    <td>Text</td>
    <td>Text</td>
  </tr>
  <tr>
    <td background="images/image.jpg" colspan="2"></td>
  </tr>
</table>
That should work unless you sliced the image, in which case you would just remove the 'colspan="2" '. Hope that helps!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Feb 27th, 2005, 20:52
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Do you have a link?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Feb 27th, 2005, 21:41
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
No... the page isn't uploaded yet. It's actually a page I'm creating for someone--and online 'diary.' She wont give me permission to post the link even if I did upload it.

I'll see if I can make a skeleton page at some point with little to no content so you can see how it's laid out. Thing is, it's a template I use for most of my pages---and I've never had this problem crop up before.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Feb 28th, 2005, 00:23
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Sounds like maybe just a typo somewhere, unclosed tag or something. You might run it through HTML Tidy or something like that to check.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Feb 28th, 2005, 15:22
Reputable Member
Join Date: Oct 2004
Location: Mobile, AL USA
Age: 47
Posts: 228
Thanks: 0
Thanked 0 Times in 0 Posts
Yeah.. I keep thinking that, too, although for the life of me I can't find the problem! lol I've built way more complicated pages than this so it baffles me. lol

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
lost, mind, table, cell, problems

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
putting a forum into a table cell? GeekyBabe PHP Forum 9 Jan 30th, 2008 09:45
Horizontal drop down in table cell gribble JavaScript Forum 1 Mar 5th, 2007 20:31
How to force table cell widths AdRock Web Page Design 1 Sep 7th, 2006 14:54
Table cell not stretching julie Web Page Design 3 May 18th, 2006 01:48
Table cell (NO)wrap? ktsirig Web Page Design 4 Sep 28th, 2005 19:49


All times are GMT. The time now is 21:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42