Forum: HTML and CSS Oct 4th, 2009 |
| Replies: 8 Views: 471 I still don't see a white line (1900px window). (How can there be one, the background is white.) |
Forum: HTML and CSS Oct 4th, 2009 |
| Replies: 3 Views: 532 A <p> element cannot contain another block-level element. A <p> is implicitly ended when another block-level element is encountered. Add the colours to the <ol>s directly. |
Forum: HTML and CSS Oct 4th, 2009 |
| Replies: 8 Views: 471 (I don't see a white line).
Don't use frames; use CSS. |
Forum: HTML and CSS Mar 26th, 2009 |
| Replies: 2 Views: 682 The first step is always to validate your page and correct any HTML and CSS errors. Your page has 551 HTML errors:
Errors found while checking this document as XHTML 1.0 Strict!
Result: 551... |
Forum: HTML and CSS Mar 23rd, 2009 |
| Replies: 5 Views: 1,036 Use Server-Side Includes, e.g.:
<!--#include file="page.html" -->
Or:
<!--#include file="header.html" --> |
Forum: HTML and CSS Mar 23rd, 2009 |
| Replies: 15 Views: 1,138 No tag can contain another tag. An element can contain another element. Elements are delimited by tags.
The P element cannot contain any block-level element, and since its closing tag is optional,... |
Forum: HTML and CSS Mar 10th, 2009 |
| Replies: 15 Views: 1,138 Lists are block-level objects, but they can only contain <li> elements; <li> elements are also block-level, and they can contain anything. |
Forum: HTML and CSS Mar 6th, 2009 |
| Replies: 15 Views: 1,138 Apart from being semantic nonsense, it requires unnecessarily bloated CSS to style the lists. |
Forum: HTML and CSS Feb 7th, 2009 |
| Replies: 10 Views: 976 DreamWeaver is the best of a bad bunch.
I agree with ingeva: use a text editor. Find one with syntax highlighting and automatic indentation; I use GNU/Emacs. |
Forum: HTML and CSS Jan 12th, 2009 |
| Replies: 4 Views: 2,141 Why XHTML and why transitional?
The HTML comment hasn't been necessary since Netscape 4.
table
{
border-collapse: collapse; |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 14 Views: 1,824 How about a URL? What you posted is not a complete page, and may not appear the same as on your page (if anyone takes the trouble to copy it to a file). |
Forum: HTML and CSS Jan 10th, 2009 |
| Replies: 14 Views: 1,824 Can you provide a URL showing the problem? |
Forum: HTML and CSS Jan 7th, 2009 |
| Replies: 4 Views: 515 I get that even with the screen maximized and even full screen.
I think that's because Geocities inserts a line before your page.
I don't think that matters, but there's no reason to... |
Forum: HTML and CSS Jan 7th, 2009 |
| Replies: 4 Views: 515 This is what I see in FireFox:
http://cfaj.freeshell.org/testing/raisin.jpg
There are also many validation errors on your page. Some of them may be unavoidable on Geocities, but they probably... |