Page 1 of 1 [ 12 posts ] 

RedMage
Veteran
Veteran

User avatar

Joined: 8 Nov 2006
Gender: Female
Posts: 6,812

14 Apr 2007, 6:22 am

I need to know if this looks good or not: http://www.freewebs.com/redmagesguild/

I'm new to website making, so I don't know how good it is.

Advice, critisism, anything at all would be appreciated!



calandale
Veteran
Veteran

User avatar

Joined: 9 Mar 2007
Gender: Male
Posts: 12,439

14 Apr 2007, 6:48 am

Background/layout looks pretty darned good for the type of content.



RedMage
Veteran
Veteran

User avatar

Joined: 8 Nov 2006
Gender: Female
Posts: 6,812

14 Apr 2007, 7:19 am

I had to use a default one, as I don't know CSS.



calandale
Veteran
Veteran

User avatar

Joined: 9 Mar 2007
Gender: Male
Posts: 12,439

14 Apr 2007, 7:53 am

Neither do I. I did everything I've done with bare bones HTML. Would have helped to use CSS, but a lot of cutting and pasting works too.



Saepius
Raven
Raven

User avatar

Joined: 29 Nov 2006
Gender: Male
Posts: 106

14 Apr 2007, 8:17 am

It looks pretty good to me.



Raph522
Veteran
Veteran

User avatar

Joined: 4 May 2006
Gender: Female
Posts: 13,717

14 Apr 2007, 9:09 am

:D You made a Red Mage website, RedMage
THe colors go well together


_________________
snowcone


0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

14 Apr 2007, 11:32 am

I think it looks really good. I wouldn't suggest much. You can use horizontal rules or customised divs to separate the paragraphs instead of using hyphens but that’s up to you. On the redmage page the image floated to the left will display different in FF and Opera to EI because you haven't specified a border colour. In FF and Opera it is same color as text and IE black by default. Also I think you want margin right rather than padding right as the text is right against the border. IE doesn't really like image padding (you'll have to use a div) and that will be inside the border anyway. To have a space outside the border use margin instead.

Good idea to put some keywords and a description in the metatags. There should be a boxes for this if you can't edit the source directly. Just don't go overboard a dozen unique keywords max plain English description of about 2 sentences max. Also it is missing a character set, which is not your fault but crap on their part.



Last edited by 0_equals_true on 15 Apr 2007, 5:29 am, edited 1 time in total.

RedMage
Veteran
Veteran

User avatar

Joined: 8 Nov 2006
Gender: Female
Posts: 6,812

14 Apr 2007, 8:58 pm

Thanks for that everyone. If I knew some HTML and that, I'd use it.



0_equals_true
Veteran
Veteran

User avatar

Joined: 5 Apr 2007
Age: 42
Gender: Male
Posts: 11,038
Location: London

15 Apr 2007, 5:34 am

RedMage wrote:
Thanks for that everyone. If I knew some HTML and that, I'd use it.

It is not to difficult to learn there are some good books and Online Corses



Kcihtred2
Sea Gull
Sea Gull

User avatar

Joined: 11 Apr 2007
Gender: Male
Posts: 217
Location: In my own little world

15 Apr 2007, 12:03 pm

i would recommend HTML 4 for Dummies
I used it and it works great



lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 76
Gender: Male
Posts: 9,795
Location: Somerset UK

15 Apr 2007, 1:55 pm

0_equals_true wrote:
... Also it is missing a character set, which is not your fault but crap on their part.

I wonder if RedMage can sneak in:
Code:
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Maybe not. Why does somewhere like "freewebs" just ignore W3C standards? It makes it so much harder to comment on the content, when all the validator says is that it can't work out the charset.

Also, something you can do RedMage, I hope, is to remove the " |" from the title... unless that's freewebs being stupid again! A bit of both... two other sites, one has a completely "|"-free title, the other looks like it tacks a page title on after the "|".

I'd also leave the "The " off the front, as well. On my tabs, I'm curently seeing your page as "The R...". You could sneak in an icon there, as well. On the site I mention below, that's done with:
Code:
<link rel="shortcut icon" href="siteroot/favicon.ico" />
I'm not sure exactly how you go about it. I'd have to have a play with setting up a site on freewebs myself.

One more thing I'd say, is to avoid using foreground/background colours that are too close. I think you're OK, but only just.

Puzzle... actually, the one that works OK is http://cs188creations.com/ which links off from the frewebs front page/tech&science, but has its own domain name, etc. It passes W3C XHTML 1.0 validation (one fail on CSS, but that's not a disaster).

I have to say, the www.freewebs.com page sets the scene... with the first of its 19 errors being:
Code:
Error  Line 92 column 6: document type does not allow element "title" here.

<title>Freewebs</title>


All it takes is a little thought and the FireFox/SeaMonkey "Web Developer" extension.


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer


RedMage
Veteran
Veteran

User avatar

Joined: 8 Nov 2006
Gender: Female
Posts: 6,812

18 Apr 2007, 12:33 am

FreeWebs is stupid. That | is a default thing that can't be removed.