Page 1 of Anybody use CoffeCup HTML?
PCs & Mobiles Forum
Hello, does anyone use this program for making webpages?........i have just stated using it and find it farely easy to use.
I started to learn webpage buiding a couple of years ago as i thought i was going to lose my job, but i was lucky enough to get kept on, so i lost interest in Html.
I need to really start again as i can,t remember much about it.
I want to use tables to practice again on making a webpage, but dont know how to go about it with this program.
Could anyone give me any tips on using tables and where to put them, also is ther any place with a description of all the abbreviations you use when building.
Thanks for any help.
RE: Anybody use CoffeCup HTML?
Afraid it`s not my cup of tea (ouch!) but I recommend you visit http://www.wdvl.com/ for all sorts of useful web developement advice. If you want hard copy I recommend Web Design in a Nutshell from O`Reilly.
Basically tables take this format (this is a 2 row by 2 column table)
<table border="1">
<tr><td>1st cell</td><td>2nd cell</td></tr>
<tr><td>3rd cell</td><td>4th cell</td></tr>
</table>
Thanks for the link......i will check it out.