HTML
From the CouchSurfing Wiki, an informal workspace which anyone can edit.
What kind of HTML do CouchSurfing programmers want in the code?
It's basically this:
- Try to only add validated HTML (but don't stress too much about it)
- Don't use FONT tags, use CSS instead, and try to reuse existing classes, but don't overdo it!
- For example, you can use <a class=userlink> to link to user profiles. That way the site will keep a uniformed look and feel, and, paradoxically we can have different uniform look and feels. :)
- Avoid TABLEs for layout purposes.
