XHTML / CSS Tutorial - Table Width, Cellpadding, and Cellspacing

You can change an attributes size by using the attribute width or height. You can specify the amount of pixels or the percentage of the page. (i.e. width="15px", width ="50%")

You can change the space between the elements in a table by changing their padding:

cellpadding="".

You can change the space between the cells of a table by changing the spacing:

cellspacing="".


https://www.youtube.com/watch?v=rdFJmCVnDGQ&list=PLC1322B5A0180C946&index=14

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram