HighDots Forums  

Table problem: this is probably easy

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Table problem: this is probably easy in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jenna
 
Posts: n/a

Default Table problem: this is probably easy - 11-02-2005 , 11:14 AM






I have to confess, it's been quite awhile since I've worked with tables, and
I'm sure I've forgotten something very obvious. I'm trying to get a white
line out of the following table. I want the cell colors to run flush with
each other with NO white margin line, and I can't seem to find the culprit!

Code is:

<TABLE width="100%" border="0" cellspacing="2" cellpadding="0">
<TR bgcolor="#FFFF00" valign="top">
<TD colspan="3">
<p>&nbsp;</p></TD>
</TR>
<TR bgcolor="#400080" valign="top">
<TD colspan="3"> <P class="nameheading">Title Here</P></TD>
</TR>
<TR>
<TD bgcolor="#400080" valign="top" class="sides"> <P><A
href="index.html"><B>•
Home</B></A><B><BR>
<A href="about.html">• About Us</A><BR>
<A href="links.html">• Links</A><BR>
<A href="contact.html">• Contact</A></B></P></TD>
<TD width="100%" valign="top"> <TABLE width="95%" border="0"
cellspacing="2" cellpadding="0" align="center">
<TR>
<TD valign="top">
<H1>Title Content</H1>
<P>Content goes here</p>
</TD>
</TR>
</TABLE></TD>
<TD bgcolor="#400080" valign="top" class="sides">
<p class="sidebarright">Additional content. <br>
</p>
</TD>
</TR>
<TR>
<TD><IMG src="spacer.gif" alt="" width="130" height="10"></TD>
<TD width="100%">&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD>
<TD width="100%" class="footerinfo"> <P><A href="index.html">Home</A>
<B>-</B>&nbsp;<A href="about.html">About
Us</A> A href="links.html">Links</A> <B>-</B>&nbsp;<A
href="contact.html">Contact </A><BR>
&small; Copyright info</P>
</TD>
<TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD>
</TR>
</TABLE>



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Table problem: this is probably easy - 11-02-2005 , 11:33 AM






<TABLE width="100%" border="0" cellspacing="2" cellpadding="0">
-------------------------------------------------------------------^^^

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Jenna" <geekwannabee (AT) hotmail (DOT) com> wrote

Quote:
I have to confess, it's been quite awhile since I've worked with tables,
and I'm sure I've forgotten something very obvious. I'm trying to get a
white line out of the following table. I want the cell colors to run flush
with each other with NO white margin line, and I can't seem to find the
culprit!

Code is:

TABLE width="100%" border="0" cellspacing="2" cellpadding="0"
TR bgcolor="#FFFF00" valign="top"
TD colspan="3"
p>&nbsp;</p></TD
/TR
TR bgcolor="#400080" valign="top"
TD colspan="3"> <P class="nameheading">Title Here</P></TD
/TR
TR
TD bgcolor="#400080" valign="top" class="sides"> <P><A
href="index.html"><B>•
Home</B></A><B><BR
A href="about.html">• About Us</A><BR
A href="links.html">• Links</A><BR
A href="contact.html">• Contact</A></B></P></TD
TD width="100%" valign="top"> <TABLE width="95%" border="0"
cellspacing="2" cellpadding="0" align="center"
TR
TD valign="top"
H1>Title Content</H1
P>Content goes here</p
/TD
/TR
/TABLE></TD
TD bgcolor="#400080" valign="top" class="sides"
p class="sidebarright">Additional content. <br
/p
/TD
/TR
TR
TD><IMG src="spacer.gif" alt="" width="130" height="10"></TD
TD width="100%">&nbsp;</TD
TD>&nbsp;</TD
/TR
TR
TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD
TD width="100%" class="footerinfo"> <P><A href="index.html">Home</A
B>-</B>&nbsp;<A href="about.html">About
Us</A> A href="links.html">Links</A> <B>-</B>&nbsp;<A
href="contact.html">Contact </A><BR
&small; Copyright info</P
/TD
TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD
/TR
/TABLE




Reply With Quote
  #3  
Old   
Jenna
 
Posts: n/a

Default Re: Table problem: this is probably easy - 11-02-2005 , 11:40 AM



Jeez, I swear I 0'ed that cell padding out and it didn't work!! In fact I'm
sure I did because I do tend to try EVERYthing, no matter whether it seems
logical or not. But now it does. Can my browser be caching on the local
end???

Guess it needed a man to tell it to behave?

At any rate, thanks again. I'm off and limping.

J


"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote

Quote:
TABLE width="100%" border="0" cellspacing="2" cellpadding="0"
-------------------------------------------------------------------^^^

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Jenna" <geekwannabee (AT) hotmail (DOT) com> wrote in message
news:dkaojs$mqb$1 (AT) forums (DOT) macromedia.com...
I have to confess, it's been quite awhile since I've worked with tables,
and I'm sure I've forgotten something very obvious. I'm trying to get a
white line out of the following table. I want the cell colors to run
flush with each other with NO white margin line, and I can't seem to find
the culprit!

Code is:

TABLE width="100%" border="0" cellspacing="2" cellpadding="0"
TR bgcolor="#FFFF00" valign="top"
TD colspan="3"
p>&nbsp;</p></TD
/TR
TR bgcolor="#400080" valign="top"
TD colspan="3"> <P class="nameheading">Title Here</P></TD
/TR
TR
TD bgcolor="#400080" valign="top" class="sides"> <P><A
href="index.html"><B>•
Home</B></A><B><BR
A href="about.html">• About Us</A><BR
A href="links.html">• Links</A><BR
A href="contact.html">• Contact</A></B></P></TD
TD width="100%" valign="top"> <TABLE width="95%" border="0"
cellspacing="2" cellpadding="0" align="center"
TR
TD valign="top"
H1>Title Content</H1
P>Content goes here</p
/TD
/TR
/TABLE></TD
TD bgcolor="#400080" valign="top" class="sides"
p class="sidebarright">Additional content. <br
/p
/TD
/TR
TR
TD><IMG src="spacer.gif" alt="" width="130" height="10"></TD
TD width="100%">&nbsp;</TD
TD>&nbsp;</TD
/TR
TR
TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD
TD width="100%" class="footerinfo"> <P><A href="index.html">Home</A
B>-</B>&nbsp;<A href="about.html">About
Us</A> A href="links.html">Links</A> <B>-</B>&nbsp;<A
href="contact.html">Contact </A><BR
&small; Copyright info</P
/TD
TD><IMG src="spacer.gif" alt="" name="spacer" width="140" height="50"
id="spacer"></TD
/TR
/TABLE






Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Table problem: this is probably easy - 11-02-2005 , 11:52 AM



Quote:
Guess it needed a man to tell it to behave?
<flex>

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Jenna" <geekwannabee (AT) hotmail (DOT) com> wrote

Quote:
Jeez, I swear I 0'ed that cell padding out and it didn't work!! In fact
I'm sure I did because I do tend to try EVERYthing, no matter whether it
seems logical or not. But now it does. Can my browser be caching on the
local end???

Guess it needed a man to tell it to behave?

At any rate, thanks again. I'm off and limping.

J


"Murray *TMM*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message
news:dkaptg$onb$1 (AT) forums (DOT) macromedia.com...
TABLE width="100%" border="0" cellspacing="2" cellpadding="0"
-------------------------------------------------------------------^^^

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Jenna" <geekwannabee (AT) hotmail (DOT) com> wrote in message
news:dkaojs$mqb$1 (AT) forums (DOT) macromedia.com...
I have to confess, it's been quite awhile since I've worked with tables,
and I'm sure I've forgotten something very obvious. I'm trying to get a
white line out of the following table. I want the cell colors to run
flush with each other with NO white margin line, and I can't seem to find
the culprit!

Code is:

TABLE width="100%" border="0" cellspacing="2" cellpadding="0"
TR bgcolor="#FFFF00" valign="top"
TD colspan="3"
p>&nbsp;</p></TD
/TR
TR bgcolor="#400080" valign="top"
TD colspan="3"> <P class="nameheading">Title Here</P></TD
/TR
TR
TD bgcolor="#400080" valign="top" class="sides"> <P><A
href="index.html"><B>•
Home</B></A><B><BR
A href="about.html">• About Us</A><BR
A href="links.html">• Links</A><BR
A href="contact.html">• Contact</A></B></P></TD
TD width="100%" valign="top"> <TABLE width="95%" border="0"
cellspacing="2" cellpadding="0" align="center"
TR
TD valign="top"
H1>Title Content</H1
P>Content goes here</p
/TD
/TR
/TABLE></TD
TD bgcolor="#400080" valign="top" class="sides"
p class="sidebarright">Additional content. <br
/p
/TD
/TR
TR
TD><IMG src="spacer.gif" alt="" width="130" height="10"></TD
TD width="100%">&nbsp;</TD
TD>&nbsp;</TD
/TR
TR
TD><IMG src="spacer.gif" alt="" name="spacer" width="140"
height="50" id="spacer"></TD
TD width="100%" class="footerinfo"> <P><A href="index.html">Home</A
B>-</B>&nbsp;<A href="about.html">About
Us</A> A href="links.html">Links</A> <B>-</B>&nbsp;<A
href="contact.html">Contact </A><BR
&small; Copyright info</P
/TD
TD><IMG src="spacer.gif" alt="" name="spacer" width="140"
height="50" id="spacer"></TD
/TR
/TABLE








Reply With Quote
Reply




Thread Tools
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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.