The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I'm working on the table for the general layout. I've set the border to 1 to show where the individual cells are, and there's a row of single empty cells along the top to show the columns.
http://rooneynet.tripod.com/table2.html
shows what I'm trying to go for, except that the 'main page content cell' should be bigger, and spread beneath the logo image. In theory I should be able to do this, by adjusting the appropriate cells' colspan attributes.
I've tried to do this in the following page. Unfortunately, it didn't quite work out:
http://rooneynet.tripod.com/table3.html
To view source, remember that the vast majority of the code is put in by tripod for their banners and stuff.
Scroll to the bottom of the source file, and you can pretty much see where my code starts, in the table tag just above the bunch of cell tags with s in (the row of empty cells).
*Note: I've tried adding text to the main content cell to puch it across, it doesn't work...
So, for some reason a bunch of cells are taking up loads of space, and nothing's lining up like it was intended to.
Any help?
Please
> Well, XHTML is pretty much HTML following XML rules:
>
> ========================
> HTML Tags must all be in lower case.
> - > -
Can be either
> HTML Tags must all be closed off.
> -
Paragraph
> - Paragraph
> HTML Tags which are known as 'Empty' must all be closed off.
> -
Really? Wow, you should help me make NetWise!
> All attributies must be embedded in quote marks and lowercase.
> -
> height="120" /is correct.> -
> correct.Those are properties, not attributes.
> HTML Tags must be 'well-formed', which means placed correctly (You
> must close of the last used HTML Tag first).
> - Text is correct.
> - Text is not correct.
Correct
> A DOCTYPE is always required at the top of the page (even before the
>
To make this appear automatically, click Save in the browser window rather than the source window. It's much easier!
XHTML must be in lowercase.
eg.
or
========================
HTML Tags must all be in lower case.
-
are correct.
-
are not correct.
========================
HTML Tags must all be closed off.
-
Paragraph
is correct.- Paragraph
on its own is not correct.
========================
HTML Tags which are known as 'Empty' must all be closed off.
-
is correct.
-
is not correct.
========================
All attributies must be embedded in quote marks and lowercase.
-
is correct.-
is not correct.========================
HTML Tags must be 'well-formed', which means placed correctly (You must close of the last used HTML Tag first).
- Text is correct.
- Text is not correct.
========================
A DOCTYPE is always required at the top of the page (even before the tag):
(but does NOT require the / at the end, as this is not looked on as an HTML Tag)
... and some other stuff I probably forgot.
http://www.w3schools.com/xhtml/default.asp is where I read up on it.
I've had my eye on the DHTML, XML and XHTML chapters in my HTML book for a while, but I think it'll be a while before I get there (uni work). Maybe in the summer...
That's XHTML. Its what I write my Web Pages in, force of habit.
Basically, that is the closing for an emtpy HTML Tag. You know you have things like:
---
(opening tag) (closing tag)
and empty tags:
or
Well in XHTML you have to close off an empty tag as well, by inserting a / at the end of it.
instead of
If you want you can remove them, but I don't think it'll hurt to leave them there.
/>
instead of just
>
Why? Does it make a difference?
:^)
Have you got the code?? Can I take it off my Site now??
*hugs cjh*
:^D