Thanks for the reply, BB! Very helpful. I'm a little paranoid about things like this and it's good to get some feedback from someone that's crossed this bridge before.
I need to buy a font and was wondering what the general practice is in terms of the licenses for pay fonts? I glanced through a license for the font and it appears that the line of...
.shtml file extension is the default file extension on most servers for using server side includes. When a server gets a request for a file with that extension, it looks for server side directives...
I think Don's got the idea if you want to avoid the empty div (or empty br or p or whatever), but I think I might try overflow:auto instead of overflow:hidden.
I'll try to take a look at it again after a while, but I think the problem is your 'a' tag is floated. You can put a clearing element just inside the closing div tag between it and the closing p tag...
Unfortunately, the pages are on our internal site and it's not practical to try and clean out all the stuff I would have to in order to post them here.
If you mean can you make a file on your personal computer's hard drive available online, then the answer is 'yes, it's possible', but it would take a significant amount of effort and probably not be...
I've been ask to remove some content from a page at work and put it in an iframe. If it matters, we are going to make access to the content available for some outside clients, but for security...
I'm no access nazi. I think folks should decide what they want to do and who they want to cater to. PHP or SSI is a much better option than javascript. People turn off javascript, but I don't...
About the easiest way is to use a server side include. Then you have just one copy of the menu (in a separate file) and you use an include statement to pull it into each page.
1. If you want to reduce the dimensions of an image, you first need to crop it to a proportionally equivalent size. In other words, you don't take a 20x20 image and just...
Others may vehemently disagree (and I'm not going to argue about it...been there, done that), but lots of people find it helpful to use what's referred to as a 'reset stylesheet'. The problem is the...
Just use the indexOf built in function to find where 'GMT' is located in your original date. Then use substring function to take everything from the start of your original date up to one...
I suspect this question is avoided because you've put code in php code blocks but none of the code is php, and then also said it was html and 'JSP' which stands for Java Server Pages with is more a...