Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have been learning Ruby on Rails using www.railstutorial.org, and I LOVE it! My only problem? Well, I can build the applications just fine, but my knowledge of designing the skin (CSS) of the application is limited.

Is there a really good XHTML and CSS which is very similar to the Ruby on Rails Tutorial by Michael Hartl? If not, perhaps you can point me towards some of the best?

share|improve this question

closed as not constructive by John Conde Jun 7 '12 at 12:03

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

i learnt an awful lot from this guys videos he calls them dreamweaver tutorials but they cover html and css the only part of dreamweaver the cover is really program short cuts but he will teach you pretty much all the basics on html css.

Its intended for new users, he gets a little repatative at times but is extremly thougher, i think it all starts at about episode 3.

share|improve this answer

Tizag is pretty renown for having a great tutorial for HTML and CSS. xHTML isn't anything special either - though I'm unaware if it is a requirement for Ruby on Rails. For xHTML, you can just use the w3schools.com tutorial on it, as it isn't very different from HTMl in the first place.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.