| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Senior Member
|
My little site
I'm just after a bit of constructive criticism on the layout really. This is my fourth attempt in the last couple of weeks, and I do like it more than the others - so I thought I'd throw it open to the wolves. I'm doing two versions at the moment, one using normal XHTML/CSS and another in XML/XSLT as a bit of practise. I'm going to be trying out a new blogging tool that's being written currently (by the same fella who wrote the webmail tool that BT use) once that's done and tested, it will be totally dynamic content wise - RSS heaven in fact Anyway, it's here: http://andy.kk.users.btopenworld.com/index.htm |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Feb 2003
Location: Manchester
Posts: 991
|
It doesn't validate for starters. No major problems - remember to close your tags! [code:1:8c3936d818]<p>There isn't any yet, it's as much as I can do to write a couple of lines let alone four pages of content. Though saying that, I've decide to blog - much more managable and organised, and much easier to write for. <h2>What's with those silly little pictures?</h2>[/code:1:8c3936d818] The first <p> tag isn't closed. This happens a few times. Check out errors here Oh, and it's probably best to name your files with the .html extension, not .htm Andrew Parker
--------------------- (Apple PowerBook G4 1.67GHz / 1Gb RAM / OS X / Safari ) |
|
|
|
#4 (permalink) |
|
Senior Member
Join Date: Feb 2003
Location: Manchester
Posts: 991
|
If you're running it in a standards compliant browser it should be fine as the CSS validates. What browser are you using? Andrew Parker
--------------------- (Apple PowerBook G4 1.67GHz / 1Gb RAM / OS X / Safari ) |
|
|
|
#9 (permalink) |
|
Senior Member
|
[quote:ca440defa5="dan"]Mac OS X, looks poo in Internet Exploder... and a-ok in Opera, Safari and Nutscrape, same as usual then thanks for looking dan & tomson I'm going to try and sort that when I do the Netscape 4 style sheet. You wouldn't be able to post a small screen shot would you? I won't have access to a Mac until late next week (although I don't think it runs explorer anyhow) |
|
|
|
#10 (permalink) |
|
Iris Folder
Join Date: Apr 2003
Location: smokey
Posts: 2,672
|
here's a shot on Mac OS 10.2 using Safari 1.0 Beta 2 (v73), Opera 6 displays the same [img:7378ca4307]http://www.danedgar.co.uk/extras/akkOSxSafari.jpg[/img:7378ca4307] here's a shot on Mac OS 10.2 using IE 5.2.2 [img:7378ca4307]http://www.danedgar.co.uk/extras/akkOSxIE.jpg[/img:7378ca4307] I can give you higher quality screen shots if you'd like but I've tried to keep the size down |
|
|
|
#12 (permalink) |
|
Dr. Lucien Sanchez
Join Date: Mar 2003
Location: UK
Posts: 5,625
|
[quote:f40f67fee9="oli"][quote:f40f67fee9]best to name your files with the .html extension, not .htm[/quote:f40f67fee9] whys that andrew ?[/quote:f40f67fee9]Its to do with the old 8.3 file-naming rule; 8 characters for the filename and 3 characters for the filetype. Some older servers couldn't handle files ending with .html, .shtml etc as these broke that rule, but that was a while back and I don't think this applies anymore. Still, .htm is just easier isn't it? Then you don't have to worry anyway and all your little files look all neat and tidy. |
|
|
|
#16 (permalink) |
|
Senior Member
|
I thought the same as you Stickman, compatibillity with old Windows servers is the reason why I'd use it, although I don't think it makes much difference now. I much appreciate your help everyone regarding the web page, I'll leave the mac i.e. problems alone for the time being (at least until I've done the Nav 4 version) Anymore comments on the layout would be welcome though And |
|
|
|
#17 (permalink) |
|
Senior Member
Join Date: Feb 2003
Location: Manchester
Posts: 991
|
Sorry, I didn't mean to imply that one way was better than the other. I used to work on both a PC and a Mac. By default Dreamweaver saves files as .htm on a PC and .html on a Mac. I often encountered problems when working on sites where I had used both systems to build them. What I really meant was to standardize your extensions which I'm sure And has. Andrew Parker
--------------------- (Apple PowerBook G4 1.67GHz / 1Gb RAM / OS X / Safari ) |
|
|
|
#18 (permalink) |
|
Senior Member
Join Date: Feb 2003
Location: Manchester
Posts: 991
|
You've got two random </a> tags here - [code:1:14fbef753f] <p> <img src="images/xhtml_valid.gif" alt="Valid XHTML 1.0!" height="15" width="80" /></a> </p> [/code:1:14fbef753f] and here: [code:1:14fbef753f] <p> <img src="images/css_valid.gif" alt="Valid CSS!" width="80" height="15"/> </a> </p> [/code:1:14fbef753f] Remove them and your page will validate like it says it does...... Andrew Parker
--------------------- (Apple PowerBook G4 1.67GHz / 1Gb RAM / OS X / Safari ) |
|
![]() |