Thread: /Bolt V5
View Single Post
  #8 (permalink)  
Old Nov 6th, 2007, 18:09
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: /Bolt V5

Hmmm I have to agree with everything said about ... the blue is just too blue/bright.

And the light gray text on gray background = not good for visually impaired people. I wonder if Daniel can read anything on your site.

And the same can be said about that tutorial site ... the white on light gray ... Yikes! I had a hard time reading and I'm not colorblind.

And like MikeH, I found something in your tutorial site that made me go

From http://www.darkdemon.org/bolt/wc/wtb/#tables

Quote:
Tables
Tables are a great way to space out information on a webpage or to create a layout.
How can you be showing this deprecated method to people?

Resources for learning how to use CSS for layout

From http://www.darkdemon.org/bolt/wc/ac/#text

Quote:
Firstly I'll go over the font tags <b>, <u>, <s> and <font>.
To begin with this I want to say do not use the <font> tag! This is decipricated in favour of CSS.
Now for the three other tags:
<b> - This tag bolds the text inside the tags, for example: <b>TEXT</b> would make the word 'TEXT' bold.
<u> - This tag underlines the text inside the tags, for example: <u>TEXT</u> would underline the word "TEXT".
<s> - This tag places a strikeout line through the text inside the tags, for example: <s>TEXT</s> would make a line through the word 'TEXT'.
The U and S elements are also deprecated!

Index of Elements

From http://www.darkdemon.org/bolt/wc/wtb/#doctype

In the DOCTYPE section, you don't mention the XHTML doctypes at all but all your code that you are showing is in XHTML (<br />, <img .... />, etc....)
Reply With Quote