Yeah it is nice and simple.
- frames are a bit old school
- white on black can sting the eyes a bit - perhaps make either the background or text a shade of grey?
- perhaps have the main body text (p.derp) a little larger, since it's meant to be read (0.8em should be fine)
- perhaps differentiate your links a bit from the title text
Okay, yeah, I suck at design, so take what you want, lol.
Random fiddling around for 2 minutes in Firebug:
12/09/2009 03:12 AM
roberth
Resident Full Stop Abuser.....
Posts: 4,580.2098 Threads: 200
Joined: 18th Jun 2007
Reputation: -5.5814 E-Pigs: 43.8419
ZiNgA BuRgA Wrote:Just tables/DIVs typically are used these days...
well, I've got a div for the sidebar, but the frame displays a different .html file.
I probably know nothing, but it seems like it'd be redundant to have multiple .html files that all have the 'banner' and sidebar, and only change the content.
Can I have a div or table display an external .html file?
I'm gay.
Spoiler for online game stuff:
3DS FC: 4184-1632-9353
Spoiler:
Spoiler:
In the words of the wise trademark91:
windows
12/09/2009 06:28 PM
ZiNgA BuRgA
Smart Alternative
Posts: 17,022.2988 Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391 E-Pigs: 446.1274
Xitherun Wrote:I probably know nothing, but it seems like it'd be redundant to have multiple .html files that all have the 'banner' and sidebar, and only change the content.
That's typically what is done nowadays. With most websites going dynamic, it's not that difficult either.
The problem with frames:
- navigating to a new page doesn't change the URL in the address bar, so a newbie wants to link someone to a particular page...
- issues with saving pages
- only part of the webpage scrolls (not typical behaviour these days)
- thing breaks if you open a link in a new tab
Xitherun Wrote:Can I have a div or table display an external .html file?
No, only frames can really do that (Javascript or server scripts don't count :P).