Welcome to Dream.In.Code
Getting Help is Easy!

Join 131,863 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,507 people online right now. Registration is fast and FREE... Join Now!




cell spacing? myspace layout issue

 
Reply to this topicStart new topic

cell spacing? myspace layout issue, deleted html unable to recover

gretchng4c
post 28 Jan, 2007 - 03:08 PM
Post #1


New D.I.C Head

*
Joined: 28 Jan, 2007
Posts: 3


My Contributions


i had html that had the scrollable section of my layout in one big block. there were still the two columns, but nothing was seperated in boxes. I of course accidentally deleted it, not knowing what is was. I remember it said something about "cell spacing" in the html i think. Would appreciate some knowledge here, I dislike the blocks. thanks a bunch gretchen
User is offlineProfile CardPM

Go to the top of the page

William_Wilson
post 28 Jan, 2007 - 04:36 PM
Post #2


lost in compilation

Group Icon
Joined: 23 Dec, 2005
Posts: 3,961



Thanked 13 times

Dream Kudos: 3275

Expert In: Java, C, Javascript

My Contributions


is it done with css div blocks or html tables?
It sounds like it may have been both, eg css attatched to tables. cell padding refers to the distance between seperate cells in a table element. Simply in the class associated with it or in the header of the table itself place the spacing back.
css:
CODE

class_name {
//other code
cellspacing:10;
}

directly in table:
CODE

<table cellspacing="10">

the 10 is an arbitrary number use anything you feel looks good.
User is offlineProfile CardPM

Go to the top of the page

gretchng4c
post 28 Jan, 2007 - 05:49 PM
Post #3


New D.I.C Head

*
Joined: 28 Jan, 2007
Posts: 3


My Contributions


QUOTE(William_Wilson @ 28 Jan, 2007 - 05:36 PM) *

is it done with css div blocks or html tables?
It sounds like it may have been both, eg css attatched to tables. cell padding refers to the distance between seperate cells in a table element. Simply in the class associated with it or in the header of the table itself place the spacing back.
css:
CODE

class_name {
//other code
cellspacing:10;
}

directly in table:
CODE

<table cellspacing="10">

the 10 is an arbitrary number use anything you feel looks good.


User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/20/08 09:58PM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month