I can tell you what to do. Add <a> tag before and </a> tag after this line:
<img src="images/BAR_Hitchhikers_Enc_MENU.png" width="389" height="63" alt="">
I have never been able to do that either, but I think there is some CSS3 code that is supposed to work. Seems like it's always been a shortcoming of lists to me. When I got desperate, I just went...
If your two times are on the same date, which it looks like they are, create one date object using the hour and minute substrings from your first time,...
I haven't tried it, but I'm wondering if you could set a unique CSS rule for the links (with the a:visited pseudo-class) and check for that rule with jQuery when you want to know if it has been...
Does anybody know about a directory service called Web Designers Directory? Is it a good place to get a link for SEO or is it better as a place to get spam?
I didn't misunderstand - you didn't give enough information the first time. Without your HTML, I can't give you an exact solution, but basically you need to enclose text23 inside <p> or <span> tags...
Another simple thing you could do to stop the directory listing is place a blank index.html or index.php file in the directory. If someone requests the directory without a filename, the server will...
The onchange event references a function, so for your code to work, you would need to enclose your javascript in a function called switch(), which needs to be changed to something else like...
Unless there is a good reason for your users to type (or even remember) the actual URL's, it is nicer to show user-friendly hyperlinks that say "Sign In" and "Create Account" and "My Account" and...