ChatterBank4 mins ago
html for tables
2 Answers
is there html coding for rounded table corners like on www.bbc.co.uk
Answers
Best Answer
No best answer has yet been selected by matt_r_baker. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.I cannot see any tables with rounded corners on that site, what particular ones are you refering too ?
You can do "view source" on any web page to see what HTML is being used.
The BBC are using CSS (Cascading Style Sheets) so maybe they are doing something fancy with that.
Once you find out the name of the CSS file they are using it is easy to download it to your PC and study it. Just put the name of the CSS file after the web page address and it will ask you if you want to download it.
You can do "view source" on any web page to see what HTML is being used.
The BBC are using CSS (Cascading Style Sheets) so maybe they are doing something fancy with that.
Once you find out the name of the CSS file they are using it is easy to download it to your PC and study it. Just put the name of the CSS file after the web page address and it will ask you if you want to download it.
Please, don't use the table tag for anything other than tabulated data!
Use this sort of method for what you're after:
http://kalsey.com/2003/07/rounded_corners_in_c ss/
Use this sort of method for what you're after:
http://kalsey.com/2003/07/rounded_corners_in_c ss/