I have a followup question. If I position the tables "absolute" using pixel value locations won't I have problems with different resolutions for different visitor screens? How do I...
If I want to position 3 separate tables on a web page how can I do that using CSS? I'm going back and forth on using objects or tables and I want to see which one will work the best for...
Unless this is a long lasting single web page you shouldn't have external links due to future link route on linker's pages when you remove the page. Not a good idea if this will be a...
You're absolutely right about testing the changes. All the more reason to obtain all the client files first (all the files including any .js, css and image files etc.). All the more reason to have...
Years ago I asked this very same question. I don't use conditions either, however, I do like to include a disclaimer in the footer as to system requirements and browser usage.
If I have several tables next to each other and each table has a text hyperlink inside with a "display : block;" within the table and I want the table next to it to change to a...
Fang - You were absolutely right-on with the "display:block;" and I did resolve "MY" issue. The reason I call it "MY" issue because it was a DUMB thing I was overlooking (and as I know now a DUMB...
Yep, I tried "Inline-Block" as well - no luck. The page I'm working on isn't live or on a test server so I don't have a link for you. There's just something so simple I'm sure I'm overlooking here....
Thank you Fang. With all the views and no response looks as though I asked a stupid question. Thank you for taking the time to answer this question for me. I defined the block as suggested but...