| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Aug 2005
Posts: 79
![]() | newby question html/css im try to learn html and css (total newb) it seems quite straight forward up to now. One thing i cant understand is why it is written out un evenly. uneven as in it is not flush to the left is it important for any reason to be layed out in the way it is? (sorry if the question is a bit stupid!)
__________________ Online Marketing Tips |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Member Join Date: Aug 2005
Posts: 79
![]() | i thought it might be that, thanks so it's just spaces or tabs being used?
__________________ Online Marketing Tips |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Jun 2003 Location: Louisiana, USA
Posts: 658
![]() ![]() | If you think about it a web page consits of containers, boxes inside other boxes. All open tags have corresponding closing tags (with a few exceptions). To keep things simple it's best to keep the same tags lined up with each other so you'll know where a particular 'box' opens and closes. This is especially important when using tables. |
| |
| | #7 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,272
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Most major programmers use tabs as C#, C++, VB, etc.. They all require certain amount of spaces. Otherwise you will get errors. PHP,HTML, CSS does not require this but it cleans up the code. - Steve
__________________ I feel old. |
| |