HTML code not working as expected

HTML code not working as expected

am 25.12.2007 21:13:20 von Dave Kelly

Ok, got the wrap around fixed. Thanks.

Now can someone tell me why both 'Ingredients' do not work the same?

http://www.texasflyfishers.org/flytying/Receipe.html

Re: HTML code not working as expected

am 25.12.2007 21:59:54 von a.nony.mous

Dave Kelly wrote:

> Ok, got the wrap around fixed. Thanks.
>
> Now can someone tell me why both 'Ingredients' do not work the same?
>
> http://www.texasflyfishers.org/flytying/Receipe.html

I don't know.
Not 4.01 Strict (the choice for new pages).
Tables for layout; use CSS columns instead.
Nested tables with unnecessary multiple s.
.. should be in if anything.
HTML errors.
CSS errors.
Waay over-complicated markup.
Try viewing it on a very wide screen.
Please set your animated gif to stop after one rotation.

Sorry, that's all I have time for; I'm busy playing with my new
Christmas train set...

--
-bts
-Motorcycles defy gravity; cars just suck

Re: HTML code not working as expected

am 25.12.2007 22:31:34 von cfajohnson

On 2007-12-25, Dave Kelly wrote:
>
> Now can someone tell me why both 'Ingredients' do not work the same?
>
> http://www.texasflyfishers.org/flytying/Receipe.html

"Receipes"?? Do you mean "Recipes"?

Add "

" after "
".

Why are you using tables? They use mark-up which doesn't describe
the structure, and they use more mark-up than positioning the
elements with CSS, which makes the code harder to read (and
probably contributed to making the problem harder to find).

Why are you not using lists for your lists of ingredients?

Why are you using a transitional doctype?

--
Chris F.A. Johnson, webmaster
============================================================ =======
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

Re: HTML code not working as expected

am 26.12.2007 00:05:52 von dorayme

In article ,
"Chris F.A. Johnson" wrote:

> On 2007-12-25, Dave Kelly wrote:
> >
> > Now can someone tell me why both 'Ingredients' do not work the same?
> >
> > http://www.texasflyfishers.org/flytying/Receipe.html
>
> "Receipes"?? Do you mean "Recipes"?
>
> Add "

" after "
".
>
> Why are you using tables? They use mark-up which doesn't describe
> the structure, and they use more mark-up than positioning the
> elements with CSS, which makes the code harder to read (and
> probably contributed to making the problem harder to find).
>
> Why are you not using lists for your lists of ingredients?
>
> Why are you using a transitional doctype?

er... because he is the Texan Luigi?

--
dorayme