I have a small template of HTML that I am using that contains a few DIVs, and a few headers (roughly 15 lines of code). This template is populated with text taken from options that a user selects from
I\'m trying to make a table that has one webform per table row. The problem is, when I display the page in Firefox, it closes off my form tags immediately. Am I not allowed to have multiple forms in a
I would like to built an iPhone/iPad application to show large images (in a scrollView or something else which support dragging and zooming) that allow user to:
My client wants us to build a custom document viewer for their app. (It really, truly needs to be custom, because there are a ton of application-specific features they need.)
I have a key in web.config as - <add key=\"IsDemo\" value =\"true\"/> I want to show/hide markup based on above web.config entry for a non-server html tag without using code behind file (as t
Does anybody know a VBScript implementation of Markdown? I开发者_开发问答 want to use it in my webpages written in Classic ASP to convert Markdown markup to HTML.
I have a UI problem with some CSS that I was hoping to get some help with. I have a div that has a background graphic (curved top edge image) that is causing me a problem.Within this div I have lots
It seems the following markup is rendered differently in Firefox and Chrome, an开发者_Python百科d I\'m not sure how to prevent it:
What is the easiest way of applying highlighting of some text excluding text within OCCASIONAL tags \"<...>\"?
Quick question. If I wanted to say, have a login button if user isn\'t开发者_Python百科 logged in, and some other markup if the user is logged in, what would be the best approach?