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.
Though if you can, place the styles within their own style sheet file (giving it a .css extension), as it'll make it easier to manage when it starts to grow. You can link to it by putting the following within the ... tags:
The pages i have done so far are:
Reviews
Cheats
Contact us
Staff
link us
donate
That'll help loads on coding :D.
Thanks Tyla!
CSS has a ranking system based on score of 0-0-0
#menu only scores 0-0-1
td#menu scores 0-1-1
Making td#menu more important in the hierachy than just #menu
It also negates the need for a div if using tables as it gived the td the same behaviour as a div of the same name.
It someting I only discovered a couple of months back after enquiring what the property inspector of Topstyle was doing.
Surely #menu does exactly the same thing?
> gamesfreak wrote:
> The new one is pretty good, however, I reccomend making sure it
> meets
> web standards, which I'm currently doing to my site right now (still
> got a lot of updating to do yet...), so it meets the demands XHTML
> 1.0 Transistional
>
> It's not exactly the greatest of priorities at the moment. As long as
> it looks good and works in all browsers you're fine for the time
> being.
>
> Nobody likes to learn to swim in the deep end.
LOL!!!!!!!
The whole point of using standards is so that you can gurantee compatability across ALL Browsers!!
As for the deep end, EVERYONE should be starting with xHTML 1.0 Trans, there's very little different apart from having to learn to code correctly instea dof relying on lazy translation of 4.0.
Some people just dont get it do they!!
FWIW:
| HOME |
| VIDEOS |
| FLASH GAMES |
| EXE GAMES |
| FLASH MOVIES |
| DOWNLOADS |
| FUNNY PICTURES |
| AUDIO FILES |
| JOKES |
| SILLY STUFF |
| GUESTBOOK |
| LINKS |
| FUNNY CDS |
| FREE WEB DESIGN |
| CONTACT |
| SEARCH |
Is totally invalid. You can only use an ID once in a document, repeated styles should be in classes.
The above could also be reduced to:
- HOME
- VIDEOS
- FLASH GAMES
- EXE GAMES
- FLASH MOVIES
- DOWNLOADS
Your CSS would look something like:
td#menu {...}
td#menu ul {...}
td#menu li {...}
I then realise that instead of including connection.php (contains the database info,) I've copied it straight from the old design where it's including $connection from a variables file.
It's annoying, stupid little things like that really do my head in.