html questions

Ok, I'm having my first HTML lessons and I have a little question.
check:
http://users.skynet.be/fa352066/htmlsite/index.html
You'll see there's a table on that site but you can clearly see with lines between the colums and rows and I don't want them! I already did this : <table border="0"> but looks like it's not working :<
help me out!


I change a table in my site and I want the change to apply to all pages, is that possible? Or do I'll have to use copy+paste?


Thx for your help
EDiT: 1st one is already solved
Comments
23
<table border="0"> ?
typo, I did it in html but it's not working :)
Parent
<table border="8"> working ?
Parent
yea, but not between the rows and columns hmm
Parent
cellspacing="0"

on line 14 so it will be:
<table border="0" align="center" cellspacing="0">
it works! ty
Parent
don't you need to know html for it?
Parent
if you learn css you automaticly learn html
Parent
hmm oki, and what's the difference between PHP and CSS?
Parent
php is more for scripts , css for the layout/design
Parent
So if I want a site with login and stuff I'll have to use php?
Parent
hmm, so the most sites are made with php? (sry for the spam, I just don't want to learn useless stuff :p)
Parent
but every php site also uses css for the layout
Parent
hmm k, I give up :P
Parent
to make a decent site you need : mysql, html, php or another coding language and css :)
Parent
for logins etc u'll also need mySQL wich is basic SQL
Parent
k, precies toch ni zo makkelijk allemaal zoals ik gedacht had
Parent
ge kunt van die prefab websites zoeke
Parent
mja, ma tis ni echt datk ne site nodig had, ma da zelf kunne leek mij wel iets plezant om te lere, wa dat'k atm ( www.aestas.be.tt ) kan is uiteindelijk alleen maar wat ps
Parent
use css to standart apply to all. or copy paste idd :P
lol i thought reading "jetro designs"
Back to top