Easy A
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

Share
 

 White Space between Tab divs

View previous topic View next topic Go down 
AuthorMessage
pains
Member
Member
pains

Posts : 2
Join date : 2011-05-20

White Space between Tab divs Empty
PostSubject: White Space between Tab divs   White Space between Tab divs EmptyFri Jun 17, 2011 9:48 am

Well, basically I can't figure this one out. Divs leave white space between each other in my table. I want to get rid of this.

http://c0decub.com/test/index.html
http://c0decub.com/test/style.css
Back to top Go down
RaheemWebb
Member
Member
RaheemWebb

Posts : 1
Join date : 2011-05-20

White Space between Tab divs Empty
PostSubject: Re: White Space between Tab divs   White Space between Tab divs EmptyFri Jun 17, 2011 9:50 am

Add:
Code:

*{
margin:0;
padding:0;
}
into your CSS (to remove all browsers specific default values of margins and apddings from all elements ) and then change your table to
Code:

<table cellspacing="0" cellpadding="0">
PS: Don't you know why using tables for making layout is very bad?
Back to top Go down
 

White Space between Tab divs

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Easy A :: White Space between Tab divs Edit-trash Useless :: Trash-