I am missing something?in our 'contact' form. It just sits there. ?This is the first time that I have placed a form on the website. We want to begin?using?more...
RLCWebServants@...
Jul 4, 2007 1:10 pm
10522
Hi: This seems like a plain old link that doesn't go anywhere when clicking contact": <a href="#" class="navigationwhitelink"><font face="Arial ... If this...
I went to the site and just added /contact.html and found the page. The biggest problem is that there is absolutely no FORM tag anywhere. The next biggest...
Patty 1) The URL in the Contact link references the current page (/#). It needs to point to the page holding the contact form. 2) I could net find the form....
Just to pick up on Lokrin's point about HTML generated by Microsoft Office, there is a page at http://freepages.computers.rootsweb.com/~pasher/wpcode.htm which...
Hi Got the layout sorted and want some advice on colours layout etc http://www.eugenemdonaghy.me.uk/WWW2/ <http://www.eugenemdonaghy.me.uk/new/layout1.htm> ...
Try this drop down box at this site: http://www.dynamicdrive.com/dynamicindex1/combodescribe.htm There is also one available where user does not have to click...
I am not sure I agree with making sites reliant upon javascript, expecially looking at the JS usage stats htmlfixit has at the moment. We've had 2743 unique...
Colors look fine. But the menue needs to be a bit more obvious. When I first opened the page I didn't know what to do with it. Perhaps use a larger font...
Yep, the navigation isn't very obvious. Neither the links up top, nor the ones in the page. And I like the tite (sic) of your page ... Lokrin ... [Non-text...
Actually I would like to see a pure customizable CSS horizontal menu with the IE workaround. The OP was asking about the Go button so I gave a link to one...
NOTE the notes below. The one line should be right justified. The email makes it look like it's left justified. And I forgot one thing, also noted below in...
Hi: Emails do tend to miss up on code. It's somewhat unclear what you are after
Is this what you are looking for? <span style="float: right; margin:...
perhaps if you roughly laid out in photoshop or the likes what you wanted it to look like Lorkin? I think if you just want two things on one line, half left...
Ok, I just went and uploaded the page and CSS to the web. If you scroll about half-way down; you will see a section that begins THE HOLY EUCHARIST. Under...
Ok, I just went and uploaded the page and CSS to the web. If you scroll about half-way down; you will see a section that begins THE HOLY EUCHARIST. Under...
Hi all, As the question above??? What is the point? Many web browsers will still render the page as designed, wether valid or not. It seems like a lot of extra...
David Colliver
david.colliver@...
Jul 14, 2007 3:56 pm
10542
I know how you feel David :-) and can only answer a couple of questions, for the <head id="head"> replace with <div id="head">. You can also use <h2> if...
I actually have a validation now... my site (when it goes live) is now entitled to use the W3C validated logo. first, I had to change my 4.0 transitional to...
David Colliver
david.colliver@...
Jul 14, 2007 8:28 pm
10544
Well done David, actually I meant <div id="header"> not head !! Glad you go it sorted Hazel...
Validation gives you the best hope of cross browser proper rendering is the best reason. It also fixes issues that may cause pages to hang up and render more...
Ever noticed that the really truly awful pages that you find, those that just don't work properly, also have hundreds of errors (not just warnings)? At a macro...
Validation may not matter all that much now because all most of the browser makers are very forgiving of bad code. With web2 growing in popularlity and xhtml...
... you can also specify an "h2" in your css page - something like #side h2 { font: whatever; color: the same; } where "side" is one of your "div"s. Saves...
Sorry, but I have to disagree on the "Validation may not matter all that much now because all most of the browser makers are very forgiving of bad code" part. ...
I mean: not matter in the sense that if you have a couple of errors with &'s in url's (for example), you will hurt functionality with no browser now, because...