Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Cell spacing

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Script  
Author Message
user273

External


Since: Oct 23, 2003
Posts: 12



(Msg. 1) Posted: Fri Oct 31, 2003 3:13 pm
Post subject: Cell spacing
Archived from groups: alt>www>webmaster (more info?)

I've updated our company website at www.stasys.co.uk, the layout being
achieved with a table that has 8 pixels of cell spacing. It's fine in IE,
but in Netscape and Opera the cell spacing is not implemented. Anyone know
why?

 >> Stay informed about: Cell spacing 
Back to top
Login to vote
alex2

External


Since: Aug 12, 2003
Posts: 50



(Msg. 2) Posted: Fri Oct 31, 2003 3:13 pm
Post subject: Re: Cell spacing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Carl Tusler" <carl.tusler.RemoveThis@REMOVE.co.uk> wrote in message news:<vq4kg27v5jip2d.RemoveThis@corp.supernews.com>...
 > I've updated our company website at <a style='text-decoration: underline;' href="http://www.stasys.co.uk," target="_blank">www.stasys.co.uk,</a> the layout being
 > achieved with a table that has 8 pixels of cell spacing. It's fine in IE,
 > but in Netscape and Opera the cell spacing is not implemented. Anyone know
 > why?

Hi Carl,

It's in your CSS. Many of your Table tags are the following:
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing="8"
cellPadding=0 width="100%" border=0>

You need to either remove the BORDER-COLLAPSE style or modify it to
something like...
style="BORDER-COLLAPSE: collapse; border: 8px solid white"
.... which will add your 8 pixel border back.

You'll need to play with this, but it should get you on the right
track. Apparently in all non-IE browsers (Opera, Mozilla, Netscape,
etc), the Border-Collapse style overrights the table cellspacing
option. Since IE is known for being non-standard, I'd suggest getting
this resolved so it works in all browsers.

Hope this helps,

Alex.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Cell spacing 
Back to top
Login to vote
user284

External


Since: Oct 31, 2003
Posts: 10



(Msg. 3) Posted: Fri Oct 31, 2003 3:32 pm
Post subject: Re: Cell spacing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Your Code:<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#000080" width="150">Dont see
any cell spacing in there
--
Regards
Richard Grove

<a style='text-decoration: underline;' href="http://redeyemedia.co.uk" target="_blank">http://redeyemedia.co.uk</a>
<a style='text-decoration: underline;' href="http://shopbuilder.org" target="_blank">http://shopbuilder.org</a>
<a style='text-decoration: underline;' href="http://musicshopper.co.uk" target="_blank">http://musicshopper.co.uk</a>
"Carl Tusler" <carl.tusler DeleteThis @REMOVE.co.uk> wrote in message
news:vq4kg27v5jip2d@corp.supernews.com...
 > I've updated our company website at <a style='text-decoration: underline;' href="http://www.stasys.co.uk," target="_blank">www.stasys.co.uk,</a> the layout being
 > achieved with a table that has 8 pixels of cell spacing. It's fine in IE,
 > but in Netscape and Opera the cell spacing is not implemented. Anyone know
 > why?
 >
 >

Your Code:<table border="1" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#000080" width="150">Dont see
any cell spacing in there
--
Regards
Richard Grove

<a style='text-decoration: underline;' href="http://redeyemedia.co.uk" target="_blank">http://redeyemedia.co.uk</a>
<a style='text-decoration: underline;' href="http://shopbuilder.org" target="_blank">http://shopbuilder.org</a>
<a style='text-decoration: underline;' href="http://musicshopper.co.uk" target="_blank">http://musicshopper.co.uk</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cell spacing 
Back to top
Login to vote
anonymous2

External


Since: Oct 31, 2003
Posts: 3



(Msg. 4) Posted: Fri Oct 31, 2003 4:39 pm
Post subject: Re: Cell spacing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Carl Tusler wrote:

  > I've updated our company website at <a style='text-decoration: underline;' href="http://www.stasys.co.uk," target="_blank">www.stasys.co.uk,</a> the layout being
 > achieved with a table that has 8 pixels of cell spacing. It's fine in
 > IE,
 > but in Netscape and Opera the cell spacing is not implemented. Anyone
 > know
 > why?


You could achieve the same effect using <div> only to easily.

div.left{elements}
div.leftchild1{elements}
div.middle{elements}
div.middlechild1{elements}
div.right{elements}
div.rightchild1{elements}

You'll need to use float:left and/or position:absolute as well.
Build your 3 main bodies, then add the childs as desired.
You can then define the divisions more precisely and use as desired
repeatedly.
It's really quite simple once you understand the basics.
As they say, "tables are for tabular data".
Besides, it cleans up the coding.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cell spacing 
Back to top
Login to vote
user273

External


Since: Oct 23, 2003
Posts: 12



(Msg. 5) Posted: Fri Oct 31, 2003 5:05 pm
Post subject: Re: Cell spacing [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I should give more information... on the home page the main table (after the
header section) starts at:

<table border="0" cellpadding="0" cellspacing="8" width="100%"
style="border-collapse: collapse" bordercolor="#111111">

<tr>

<td valign="top" width="150" rowspan="2" bgcolor="#FFFFFF">

<!--webbot bot="Include" U-Include="_private/contents_general.htm"
TAG="BODY" startspan -->

"Richard Grove" <info[at]redeyemedia[dot]co[dor]uk> wrote in message
news:3fa25611$0$117$65c69314@mercury.nildram.net...
 >
 > Your Code:<table border="1" cellpadding="0" cellspacing="0"
 > style="border-collapse: collapse" bordercolor="#000080" width="150">Dont
see
 > any cell spacing in there
 > --
 > Regards
 > Richard Grove
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://redeyemedia.co.uk</font" target="_blank">http://redeyemedia.co.uk</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://shopbuilder.org</font" target="_blank">http://shopbuilder.org</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://musicshopper.co.uk</font" target="_blank">http://musicshopper.co.uk</font</a>>
 > "Carl Tusler" <carl.tusler RemoveThis @REMOVE.co.uk> wrote in message
 > news:vq4kg27v5jip2d@corp.supernews.com...
  > > I've updated our company website at <a style='text-decoration: underline;' href="http://www.stasys.co.uk," target="_blank">www.stasys.co.uk,</a> the layout being
  > > achieved with a table that has 8 pixels of cell spacing. It's fine in
IE,
  > > but in Netscape and Opera the cell spacing is not implemented. Anyone
know
  > > why?
  > >
  > >
 >
 > Your Code:<table border="1" cellpadding="0" cellspacing="0"
 > style="border-collapse: collapse" bordercolor="#000080" width="150">Dont
see
 > any cell spacing in there
 > --
 > Regards
 > Richard Grove
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://redeyemedia.co.uk</font" target="_blank">http://redeyemedia.co.uk</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://shopbuilder.org</font" target="_blank">http://shopbuilder.org</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://musicshopper.co.uk</font" target="_blank">http://musicshopper.co.uk</font</a>>
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Cell spacing 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Placing & Spacing Drop Down Box's - I have a need to place a column of four (4) drop down box's one above the other. I create them from one of the many "drop down menu generator" sites I found on the internet. I have no problem placing the box's but there is an excessive space b...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]