Go Back   Real Estate WebDev and Marketing > Web Development > HTML Help

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-22-2007, 11:12 PM
Carolina Carolina is offline
Member
 
Join Date: Mar 2004
Location: Charlotte, NC
Posts: 80
Carolina is an unknown quantity at this point
Default Table Borders

I'll try to make this understandable.

I've added a table of 1 row, 1 column. Inside that table (nested?), I added a table that is 3 rows. I did this because I wanted a border around the entire thing, but not each individual cell.

I added text in the top row. I added text in the second row. Then I split the third row, to have a 2 column bulleted list.

Now I can't seem to get a border around the entire outer edge. Is it because I split that 3rd row? I had it earlier, but then I was messing around, changing some things, and now I can't get it again. I've been in the source code, and whenever I add the tag for bordercolor, Dreamweaver tells me it's invalid or invalidly nested, or not closed.

Any ideas?
__________________
Lynn,
Marketing Manager to:
Schwebel & Assoc.
Prudential Carolinas Realty
Charlotte, North Carolina Real Estate
and our
Charlotte Real Estate Blog
Reply With Quote
  #2  
Old 09-23-2007, 08:14 PM
Max's Avatar
Max Max is offline
Administrator
 
Join Date: Jan 2004
Location: Phoenix, AZ
Posts: 983
Max is an unknown quantity at this point
Send a message via ICQ to Max
Default

Lynn,

I'm sure I could fix it if you posted the code. Make sure all the table, row and cell tags are closed.

If the HTML is correct you can find the parent one-cell table and insert style into the opening tag like this:

HTML Code:
<table style="border: 1px solid #003366">

this should give you 1 pixel wide border around the whole thing. You won't see the border only in case of open table tag somewhere in the middle.
__________________
IBS Team Editor

"The thinking that got us into this mess will be insufficient to get us out of it." Albert Einstein
Reply With Quote
  #3  
Old 09-24-2007, 01:56 PM
Carolina Carolina is offline
Member
 
Join Date: Mar 2004
Location: Charlotte, NC
Posts: 80
Carolina is an unknown quantity at this point
Default

Thanks Max.

Here's the code I'm trying to (stubbornly) use currently in Dreamweaver:

<table width="100%" border="2" cellpadding="2" cellspacing="2" bordercolor="669966">

I'll try your tag in a minute.
Reply With Quote
  #4  
Old 09-24-2007, 01:59 PM
Carolina Carolina is offline
Member
 
Join Date: Mar 2004
Location: Charlotte, NC
Posts: 80
Carolina is an unknown quantity at this point
Default

Nope. Your code doesn't work either. In fact, when I tried it, DW added a </table> tag immediately after.

Looks like the row of code that I posted above is invalid. Either it's overlapping, or unclosed, and I can't figure out which.

Last edited by Carolina : 09-24-2007 at 02:20 PM.
Reply With Quote
  #5  
Old 09-24-2007, 02:24 PM
Carolina Carolina is offline
Member
 
Join Date: Mar 2004
Location: Charlotte, NC
Posts: 80
Carolina is an unknown quantity at this point
Default

Hooray!! I found it! The one row table wasn't closed at the bottom! Yea yea yea. I knew it was there somewhere, but I had looked at it for too long the other day to find it.

Thanks for the help Max.
Reply With Quote
  #6  
Old 09-24-2007, 02:57 PM
Max's Avatar
Max Max is offline
Administrator
 
Join Date: Jan 2004
Location: Phoenix, AZ
Posts: 983
Max is an unknown quantity at this point
Send a message via ICQ to Max
Default

No problem Lynn
__________________
IBS Team Editor

"The thinking that got us into this mess will be insufficient to get us out of it." Albert Einstein
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:46 PM.