Is there a problem with defining an absolute width to the body tag? This is something I've done for quite some time now, but a colleague thinks this is somehow wrong (although he couldn't give me a reason why).
thanks!
Simple solution. I put the title in a div instead of a TD, placed it inside the content TD and used absolute positioning, negative margins and explicit widths.
So I get collumns that expand with each other and IE doesn't mess up the height of my title "boxes". It's also cleaner and closer to...
I didn't mean to ignore your suggestion BRPS, but the use of nested tables is bad practise, and I'd like to avoid it. I appreciate your help just the same.
These are templates that will be used by other people (via a builder)--if it were for me, I could work around it, but there's no telling...
Hi, thanks for your replies. Firstly, yes, I'd prefer to use straight CSS too, but I do not think it's possible to do what I want to do. Say I'm using a standard box design in CSS. Two independant boxes have separate content. When one content box grows with text, I'd like the other to grow...
I have a tabular setup with the outside column spanning 4 rows. The four rows consist of two "boxes" each with a thin title row (28 pixels high) and another row for content.
the problem is that when the outside column grows, it forces the spanned rows to expand also--this is fine, but I do not...
table.spanning td.spanning {color: #efefef; font-family: Arial; font-weight: bold; font-size: 14px; : 2;}
I don't completely understand this. I keep my css simpler (no doubt inferior). Does this mean that when table.spanning AND td.spanning are used, do this? So if I were just using...
Yeah, I knew you could use tags in CSS, but thanks just the same, stormbind. I've been using CSS for a long time now, but only starting validating my sites recently. It's going to be tough to reverse my way of thinking. Thanks again.
Right, but maybe this is inefficient, but I have multiple paragraphs and each paragraph have many of the same attributes so I create an id style and go from there. But the paragraphs also have attributes that make them unique so I give each of them a different class. So my structure looks...
Line 29, column 10: ID "title" already defined (explain...).
<div id="title">Mother, Not Mother</div><hr class="books" /><br />
^
Line 24, column 10: ID "title" first defined here (explain...).
<div id="title">Now You Care</div><hr class="books" /><br />
That's the error...
http://validator.w3.org/check?uri=http%3A%2F%2Fhome.cogeco.ca%2F%7Ejredekop%2Fdi%2F
The W3 HTML validator tells me it's not valid, but it shows no errors. Am I missing something?
Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.