Tagged Questions
31
votes
7answers
32k views
100% Min Height CSS layout
What's the best way to make an element of 100% minimum height across a wide range of browsers ? In particular if you have a layout with a header and footer of fixed height how do you make the middle ...
9
votes
7answers
218 views
Why is using DIVs or spans tags “better” than using a table layout? [closed]
Possible Duplicate:
Why not use tables for layout in HTML?
Why is using markup with divs defining everything (container, header, content, etc) BETTER than using tables? I understand that ...
5
votes
2answers
116 views
Does HTML and CSS needs to be valid before we apply JavaScript?
I was thinking about Web standards, and i was wondering if we need to have valid HTML and CSS before we apply JavaScript?
Can anyone enlighten me on the relation between valid HTML, CSS and ...
2
votes
4answers
119 views
Does a <tr> have to be inside a <tbody>
Does a table row (<tr>) have to be in a table body (<tbody>), if the table has a table body, or can it exist outside of the table body?
<table>
<tr>
<td ...
1
vote
3answers
2k views
Attribute name not allowed on element div at this point
<!DOCTYPE html>
<html>
<head>
<title>jGrowl</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script ...
1
vote
3answers
247 views
HTML valid way of tracking outbound links via Google Analytics?
I am using this, and I have it tracking an outbound link, but I want my page to be valid.
This is the error I am getting: There is no "OnCick" attribute
The HTML is:
<p>View some of our ...
0
votes
3answers
31 views
Are multiple angle brackets valid in HTML?
validator.w3.org considers the following valid HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
...
0
votes
3answers
90 views
why someone might use invalid html?
I found some typo(i think so) in code I'm supporting and posted it to local site like a funny example of invalid code. And then some person said me that sometimes this invalid usage is correct.
Can ...
0
votes
5answers
146 views
Xhtml Strict Error, That I cannot figure out
This page is generated through a PHP script, and Here is what the error says:
Line 14, Column 8: end tag for "tbody"
which is not finished
</tbody></table>
Most likely, you ...
0
votes
1answer
82 views
Valid to specify width for form tag - either inline or through css?
I just need to know if we can specify with for form tag or we need to put it in a container and give width to that parent element of form tag??
Which approach is valid??
0
votes
2answers
267 views
Avoid nested forms in table
How would one create the following valid (x)HTML where the checkboxes and radiobuttons (column 3 and 4) and save button are all part of one big form, and all the delete buttons (last column) are ...
0
votes
3answers
163 views
Why isn't this XHTML valid?
Why isn't this XHTML valid?
The HTML:
<h2>earthquake warning <span>Posted 03/11/2009 at 2.05pm</span></h2>
The CSS:
h2 {
font: bold 20px Arial, "Helvetica Neue", ...