Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
84 views

Is it OK to style the <html> tag?

Sometimes you want two body backgrounds. One for the header and one for the footer. I accidentally discovered that it is possible to style the actual <html> tag. HTML: <html ...
3
votes
4answers
61 views

Why and how to use <!DOCTYPE>? [closed]

Possible Duplicate: What's up, Doctype? HTML: What is the functionality of !DOCTYPE Okay, when I first learn HTML, I basically learn from trial and error as I went along, and didn't ...
3
votes
2answers
154 views

What happens if you use custom attribute in a HTML tag?

this question isn't related to jQuery itself but I found a plugin named Metadata found there and one of the example uses custom tag attribute: <li data="{some:'random', json: ...
3
votes
2answers
525 views

HTML Purifier: Converting <body> to <div>

Premise I'd like to use HTML Purifier to transform <body> tags to <div> tags, to preserve inline styling on the <body> element, e.g. <body style="background:color#000000;">Hi ...
3
votes
3answers
922 views

HTML Purifier: Removing an element conditionally based on its attributes

As per the HTML Purifier smoketest, 'malformed' URIs are occasionally discarded to leave behind an attribute-less anchor tag, e.g. <a ...
2
votes
3answers
104 views

What is the fastest way to remove html tags from a document in java?

I have bunch of web document and want to remove the html tags from it. I saw some posts on StackOverflow on how to do in java, all from regex to HtmlCleaner and Jsoup. I am interested in finding the ...
2
votes
1answer
476 views

Get innertext between two tags - VB.NET - HtmlAgilityPack

I'm using HtmlAgilityPack and I want to get the inner text between two specific tags, for example: <a name="a"></a>Sample Text<br> I want to get the innertext between and tags: ...
2
votes
1answer
89 views

html4 header tag position

In all my websites XHTML source code, navigation and breadcrumbs appear below the content of the page yet visually they appear above. I am doing this as believe that in such way search engines find ...
2
votes
2answers
91 views

What is the preferred way to generate HTML tag in Rails?

I have the following code in Ruby on Rails 3. What is the preferred way to set the class (or id) to the value of a variable, and output it? <%= tag "td", :class => @priority_level %><%= ...
2
votes
2answers
215 views

how to get the content between the first html tag and the second html tag in ruby

Hi friend~ I want get the content between the first html tag and the second html tag. for example <p>Hello <bold>world</bold>!</p> will return Hello What should I do in Ruby? ...
1
vote
3answers
50 views

remove special html tag from a string

How can I remove special html tag from a string? Here is the string String testString ="It's the club that is discussing this with the player's agent, but no decision has been taken," said ...
1
vote
1answer
57 views

locate missing html tags in emacs

How can I validate that all tags have been closed in emacs? <div> hi <div id="2"> hello <div> The above being a very simple example of a missing div. How can i see in emacs which ...
1
vote
1answer
53 views

Is it possible to put HTML inside TeX/MathML with MathJax the way it can be done with jqMath?

Using jqMath you can use \html to insert html inside mathematical expressions, such as in \[y = ax^\html'&lt;input type="text" size=1>'+bx+c\] This results in the following expression ...
1
vote
2answers
55 views

Compatible html tag to show flash on html?

There are various ways to show flash(swf file) on html, for example, object or embed tags. I want to support IE6-9, FireFox3-, Chrome, Safari, and as many other browsers as possible. (especially ...
1
vote
2answers
181 views

preg_match easiest way to match text from inside html tags [closed]

Possible Duplicate: Best methods to parse HTML with PHP for example i have a html code like : <table width="100%" border="0" cellspacing="0" cellpadding="0" class="rowData"> <tr ...
1
vote
3answers
43 views

jQuery selector for uncommon tag ID

I have this tag ID, pretty uncommon: <select name="/State" id="/State"> It seems I cannot use jQuery selector $('#/State') to select this object. I can select it using $("#\U002FState"), but ...
1
vote
1answer
454 views

Auto-close HTML tags in Komodo Edit?

Is it possible to turn this on in version 6.1.1? I'm not seeing it...
1
vote
2answers
154 views

Double quotes in html non-literals? Which is the correct one: type=“checkbox” or type=checkbox?

so I have this... < input type="checkbox" id="chvre" value="1"/> Here, it makes sense that the id value is in quotes, as it would be a string identifier. But what about the type value? Isn't ...
1
vote
3answers
373 views

Can't access a property with <html:checkbox property=“…”> when iterating a list

In my Struts form I've got a list. In a JSP I iterate over it like this: <c:forEach items="${MyForm.types}" var="type"> <tr> <td>${type.name}</td> ...
0
votes
1answer
37 views

User input text saving to sql server

We have a text box in this we are allowing 100 characters per line and saving to DB. Here our problem is that if a user writes 50 characters, presses enter to insert a newline and then repeats this ...
0
votes
0answers
19 views

How to find Anchor in user given text

We have a text box in this user can enter any text. We are saving this same text in DB to display this same give text to other users. Ex : user given texts 1) Hi my 1st text 2) Hi my second text ...
0
votes
1answer
54 views

How to update HTML object data and type through Javascript in Safari?

I have declared an object in HTML using the following code: <object type="text/plain" id="clueBox" data="clues/random.txt" height="315" width="560"></object> And then in my Javascript I ...
0
votes
1answer
54 views

Replace property <a> tag [closed]

Possible Duplicate: Get content within a html tag using php and replace it after processing I want replace <a href="#" alt="" title="" class=""....>blalablabla</a> with: ...
0
votes
2answers
27 views

Could an HTML tag have < anywhere in it? (In the strings I mean)

I know that < is not used inside an HTML tag. I know that it is illegal in URIs too. I can deduce that it is also invalid in class or id of an HTML element. I have never seen it used in styles ...
0
votes
4answers
82 views

Is the HTML5 <article> tag appropriate for the text on this home page?

I had a little disagreement with a friend yesterday and rather than continuing a never-ending discussion I thought I'll just ask here. I recently coded a site using HTML5 semantics. The page has ...
0
votes
2answers
51 views

Why non-displaying HTML tags interfere with Displaying tags

I often face a problem when I need to encapsulate some far apart fields in one form, and the fields in between them in other forms. Or encapsulating first two rows of a table in form and other two in ...
0
votes
1answer
41 views

HTML tags listed by natural display type

Does anyone know where to find a list of HTML tags grouped by their natural display type... ie a list of HTML tags that naturally display as inline and a list of tags that naturally display as block? ...
0
votes
4answers
185 views

Remove all tags except for img tag

I need an regular expression or something else to remove all tags in a contentEditable div, but to keep img tag with specific class or id, how I can do this? Now I use: ...
0
votes
1answer
167 views

CKeditor Paste Problem

I'm using a ckEditor in a project I'm working on, and supposedly the problem of pasting content is solved (paste without the html tags) in version 3.1 I'm using version 3.6.1 and I'm still having the ...
0
votes
1answer
63 views

Equivalent to <center> tag in CSS?

I read that the <center> tag is deprecated, however I cannot find any real equivalent to it in CSS. text-align works for text but not other elements, and auto margins only work if you know the ...
0
votes
2answers
35 views

Regular expression in PHP that matches a particular HTML tag [closed]

Possible Duplicate: Best methods to parse HTML with PHP I am putting together a WordPress template for a client that includes a PHP function in it that will preg_match_all a specific html ...
0
votes
2answers
199 views

php html remove line break from meta description tag

I am printing page content from a MYSQL db in PHP. I have a text field in db called $row['description'] When storing users input into db I only use mysql_real_escape_string() so I do not edit html ...
0
votes
2answers
76 views

Downloading from audio html5 tags

In HTML5, is there a way to download the current song in an audio tag? I am feeding it an octet stream that it is playing, but the user cannot directly download the song from the link. Is there a way ...
0
votes
1answer
232 views

Insert html tags in mysql table with C#

i have this question about mysql data in a table... how can i insert an html text with tags, text, etc in a mysql table? What datatype do i need to store something like that and what do i need to ...
0
votes
1answer
62 views

Image replacement issue

I am confused by selecting the best technique for image replacement in web design. Here at this weblog some techniques are provided: http://css-tricks.com/css-image-replacement/ Which technique in ...
0
votes
1answer
111 views

Zend Form_element inside or appended to html tags containing text

In Zend_Form is it possible to prepend an element with a pair of html tags containing text using decorators?How? Ex: <div>My text inside html tags prepended..</div><input ...
0
votes
1answer
171 views

Zend_Form - prefix text using decorator

I want to prefix the form title within the form tags, but above the form elements. <form> <h3>Login Form</h3> <!-- form elements --> </form> I do not want to use a ...
0
votes
1answer
792 views

Problem Loading swf on chrome

I have the following swf loaded from HTML tag and i do not use swfobject.On Google chrome i see that only after mouse click on the html page the swf file shows up.Any one knows why or what am i doing ...
0
votes
2answers
139 views

Rendering swf files in html with/Without swfobject

Without including swfobject.js can only swf files be loaded through html.And if so is there a common tag for all the browsers. <object id="myMovieName" ...
0
votes
1answer
61 views

what HTML tags broke page layout?

I want posting in my website to be as rich HTML tags as possible, but safe. this is tags used in my website: <a> <p> <span> <div> <h1> <h2> <h3> <h4> ...
0
votes
1answer
200 views

Getting error when posting a form with html tags in its fields

I am using Ajax Control Toolkit 3.5. I have a form like this: <body> <form id="form1" runat="server"> <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> ...
0
votes
3answers
411 views

character count minus HTML characters C#

I'm trying to figure out a way to count the number of characters in a string, truncate the string, then returns it. However, I need this function to NOT count HTML tags. The problem is that if it ...
0
votes
4answers
282 views

Regex html tags

I'm trying to figure out the regex for the following: String</td><td>[number 0-100]%</td><td>[number 0-100]%</td><td>String</td><td>String</td> ...
0
votes
3answers
346 views

Pattern matching html tags

I'm new to pattern matching, having finally figured it out. I am stuck trying to find an approach to the following problem. I need to return a match (with php preg_match) if any of a number html tags ...
0
votes
2answers
151 views

valid order for attributes of input type tag

I know it's very basic question and hope not so important, but i want to know the answer, please don't suggest only refer links. we all daily face <input> type tag and their attributes (type, ...
0
votes
1answer
195 views

Create li tag without and word in tag(empty)?

I have this code : <li class="eight" ><a href="#" >music</a></li> but i want that have the same code without any word inside (empty) my mean is remove music word but still ...
-1
votes
1answer
29 views

firefox - Logging certain parts of a page

Ok here is what i though would be awesome to have: Firefox to log all <code> tags in a file so that emacs can find autocompletions from there. This should be done without asking permission or ...