HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Incorrect results in example.
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Errors
View previous topic :: View next topic  
Author Message
Dave



Joined: 17 Feb 2007
Posts: 1

Posted: Sat Feb 17, 2007 8:21 pm     Incorrect results in example.  

Hey Guys not to be terribly retentive but check this page for a mistake in the examples. http://www.htmlcodetutorial.com/_UL_TYPE.html

They all have the same bullets. No response needed Just thought I'd let ya know.
Great Site by the way..
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1409
Location: Biloxi, MS

Posted: Wed Feb 28, 2007 10:30 pm      

All look good to me. <ul> types come out as indicated. Maybe they corrected them since you posted.

Ron
Pattons3rd



Joined: 28 Dec 2006
Posts: 1212
Location: Colorado

Posted: Thu Mar 01, 2007 6:26 am      

I found out the problem with mine anyways. The TYPE=SQUARE would not work but TYPE=square did.
Code: <TABLE BORDER CELLPADDING=5>
<TR>
   <TD ALIGN=CENTER>this code</TD>
   <TD ALIGN=CENTER>produces this</TD>
   </TR>
   <TR VALIGN=TOP>

<TD BGCOLOR="#CCCCCC"><PRE>
<UL <EM CLASS=examplecode>TYPE=DISC</EM>>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
</PRE></TD>
<TD><UL TYPE=disc>
<LI>coffee
<LI>tea
<LI>lemonade
</UL></TD>
</TR>
<TR VALIGN=TOP>

<TD BGCOLOR="#CCCCCC"><PRE>
<UL <EM CLASS=examplecode>TYPE=CIRCLE</EM>>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
</PRE></TD>
<TD><UL TYPE=circle>
<LI>coffee
<LI>tea
<LI>lemonade
</UL></TD>
</TR>
<TR VALIGN=TOP>

<TD BGCOLOR="#CCCCCC"><PRE>
<UL <EM CLASS=examplecode>TYPE=SQUARE</EM>>
<LI>coffee
<LI>tea
<LI>lemonade
</UL>
</PRE></TD>
<TD><UL TYPE=square>
<LI>coffee
<LI>tea
<LI>lemonade
</UL></TD>
</TR>
</TABLE>
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1409
Location: Biloxi, MS

Posted: Thu Mar 01, 2007 2:15 pm      

Actually that shouldn't have matter whether they were caps are not unless your document type is using XHTML. I use all lower case for my tags anyway as it's a good idea to do so. Plus, using either single or double quotes, i.e., type="square"/type='square' on all coding. JavaScript you'll have to watch this as there will be quote marks within quote marks.

Glad you got it solved and thanks for posting back.

Ron
Pattons3rd



Joined: 28 Dec 2006
Posts: 1212
Location: Colorado

Posted: Thu Mar 01, 2007 4:28 pm      

Ok, I phrased that wrong. I got the HTML Code Tutorial list type to work on my computer that way. That code is from their site.
I always use quotes and undercase, but at first I read a book that said all capital was best and I had to redo much of my code. :evil:
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Errors
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group