I'm teaching myself html & css by constructing a basic wee site (free hosting, a few directories, nothing too complicated) and I was interested in putting a box (for a blog/"word of the day" style feature) in the top right hand corner of the main page, but I cannot figure out a way to do this. I would appreciate it greatly if someone could provide a basic framework that I could work around for constructing this feature.
Also, I would appreciate a recommendation for an HTML reference book that is available in the UK.
>>2
Just like me, but by that age I also was already an expert Logo programmer.
>>3
Oh yes, it is. It's just like /b/, only without Gaiafags and different topics. We still hate people like you, HTML faggots, just like /b/tards hate people from Gaiaonline
Tables are alright. The stunts you have to pull with CSS to achieve the same are not worth it. Right tool for the right job. I love CSS. I use lots and lots of it. But for tables, I use TABLE. For columns, I use TABLE because it was created for that purpose (and the real columns feature is not yet widely supported).
People seem to ignore the fact that CSS and tables don't have to be mutually exclusive. I use tables when I need to do multi-column layouts, since just like >>9 said, at the moment there are no non-retarded, cross-platform methods to do it in pure CSS (tables were not specifically created for such layouts though, we just started using them because there was nothing better available). But other than that, there's really no reason not to use semantic elements and style your stuff with CSS. It's not web 2.0 wankery, it makes your code more readable, accessible and easily modifiable, and reduces bandwidth usage as well.
As for reference books, why waste your money? The web is full of tutorials, references and whatnot. Yes, many of them are bad and written by people who don't really understand what they're doing, but avoiding those shouldn't be a problem.
HTML and CSS are easy. It really doesn't take any more than a trip to Google to get started.
you probably would be best looking into some BBCode tutorials to do somthing like that,
basically BBcode would be a good way to just get it done fast and securely without having to worry a lot about security issues or optimisation because BBcode has them inlined.
just google for some BBcode tutorials and you should be up and running in no time.