All articles with keyword "HTML Tips"
Adding Line Breaks to Output
Even though you can create an extremely long string and then print it using Response.Write, remember that you might have to go back into your HTML to debug a pr...
Click for more...
ASP Not Loading Properly
A number of users have complained that their ASP pages are not loading properly in particular browsers. If this happens to you, it's not the ASP server-side cod...
Changing Button Colors
Here's a tip sent in by Eric Stokes from South Africa: You can colour form objects in browsers which helps if you are displaying buttons or text fields accor...
Checking Checkboxes
If you've got a form with check boxes on it, remember that if the box isn't checked, you won't get a value back in the Request object. This has caused confusion...
Modularizing HTML Rendering
In previous tips, I've talked about the benefits of generating your HTML code using ASP code, like this: Response.Write "" Under Wi...
Options for Ordered Lists
Besides the default Arabic numerals normally used for ordered lists (created with the OL tag), you can create lists that use other number formats to list ite...
Text Box Data Truncated
A user asked me recently why, when he put the words "New York" into the VALUE parameter of a text box that they didn't show up. The simple answer: he forgot his...
What's Wrong with Render Blocks
Remember all those tips I've given you about not just dropping blocks of HTML into your ASP pages? I'm not alone in giving these tips. On the CoverYourASP.com ...