<https://prino.neocities.org/@temp/$marty/new.html>
My "problem" is that in "new.html" the text after the third picture is shifted
to the left, and I cannot figure out why this is happening, so if anyone here has any clues, please share them!
I've got a tiny, no pun intended, problem with the
size="2" font, size=2 and font-size: 81.0% are obviously not the same,
but life's way too short to figure out the decimals.
On Sun, 1 Oct 2023 21:16:27 +0000, Robert Prins wrote:
<https://prino.neocities.org/@temp/$marty/new.html>A run through the w3c validator shows numerous nesting errors. (There
My "problem" is that in "new.html" the text after the third picture is
shifted to the left, and I cannot figure out why this is happening, so if
anyone here has any clues, please share them! >
are also a lot of errors and warnings about obsolete things, but I
know you plan to take care of those.)
<https://validator.w3.org/nu/?doc=https%3A%2F%2Fprino.neocities.org% 2F%40temp%2F%24marty%2Fnew>
Robert Prins wrote:
I've got a tiny, no pun intended, problem with the size="2" font, size=2 and >> font-size: 81.0% are obviously not the same, but life's way too short to
figure out the decimals.
I have no idea why you are converting old documents to new format,
but maybe there is a reason. If you just keep the documents on the web
and make some updates and additions, I don't see why you would not work
with their existing HTML and CSS code. If you want to make a major revision, it
is probably faster and better to design new templates and
start with them, just copying content from old documents as needed.
But the specific problem you mention looks simple to me: the values
of the size attribute of the <font> element was meant be numeric values
from 1 to 7, corresponding to an implementation-defined set of font sizes, in increasing order. Specifically, <font size=2> corresponds to
font-size: small in CSS, as explicitly described at https://html.spec.whatwg.org/multipage/rendering.html#phrasing-content-3
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 41:23:15 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,791 |