Re: [WSG] Headings within ul Navigation

2005-05-04 Thread Erik Peterson
Matt Thommes wrote: Why do you want all those header tags in there- for display purposes? I don't think it's invalid - I just don't see the purpose yet It's probably better to just class the ul or li, such as ul class=heading1, and then style all those headings for the correct appearance.

Re: [WSG] The mother of all html references?

2005-05-03 Thread Erik Peterson
Cole Kuryakin - x7m wrote: I've been using this online html reference (http://www.htmlreference.com/) for the past 6 months or so, and so far it's been fine. Can anyone recommend another on-line reference that they prefer so I can take a look? Cole Molly Holzschlag and Dave Shea both have

Re: [WSG] Print Stylesheet is ignored

2005-03-18 Thread Erik Peterson
Philippe Wittenbergh wrote: You can only have one style sheet with a 'title' attribute (alternate stylesheets is another matter). Delete the 'title' attribute from your print stylesheet link and you'll be OK. Just to claify Philippe's statement, you actually can have multiple (non-alternate)

Re: [WSG] positioning definition list elements site check needed

2005-03-09 Thread Erik Peterson
Carol t wrote: This is what I want to see in the footer of my pages: LOCATION:blah blah blah MAIL TO:blah blah blah PHONE:blah blah blah Hi Carol, I was able to get this by using the following: #footerwrap dl { /* all the stuff you had plus: */ overflow: auto; }

[WSG] Re: [off-list] positioning definition list elements site check needed

2005-03-09 Thread Erik Peterson
Btw, this is something that I would definitely avoid having in my javascript files: function pasuser(form) { //password form if (form.pass.value==support) {location=referrals2.htm} else {alert (The password you entered is incorrect. Please try again. For more information call

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Erik Peterson
Genau Lopes Jr. wrote: Gene, I tried switch the javascript ampersands , by ASCII code , but the js didnĀ“t works. Anyone knows how to switch for a valid character? Thanks, Genau L. Jr One solution is to move the javascript to an external file and call it with a src attribute. The other is to

Re: [WSG] Site Review - CAR SELLER PORTAL

2005-03-05 Thread Erik Peterson
Gene Falck wrote: Hi Erik, Which is about what I was suspecting--its one thing to give the user agent an entity when what you want is a text rendering of a character and quite another to use an entity where the program must treat it as part of your coding. BTW, do you see any difference in this

Re: [WSG] Browser incompatibility - was Site redesign - complete

2005-03-04 Thread Erik Peterson
You seem to have the following in your CSS: #header { background: url(http://...glencoe_crop.jpg)no-repeat top; (I snipped the URL to make it fit on one line for this msg...) I found that the problem is that there is no space between the ) and no-repeat. Odd that the CSS validator does validate