|
| |
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
HLC part 2 - 2/4/2005 6:17:04
Hi after having my work ripped to bits and things,, i have taken on and made all the changes that everyone suggested. I have gone and done other stuff too which normally means that ppl will either like it or in my case normally not. I have learnt one valuable lesson from outfront that not everything has to flash or move and am resisting the temptation to do anything with the title which i think is needed, maybe a flyin title because i need to put our slogan "skills for life" somewhere the link is here but the original is still loaded (only attempted the homepage so far) http://www.healthcarelearningcentre.co.uk/home-test.htm thanks
|
|
|
|
Mike54
Posts: 4782 Joined: 3/26/2001 From: Way Up Over Status: offline
|
RE: HLC part 2 - 2/4/2005 9:38:36
quote:
Do not give in to the temptation to add scrolly things and flashy bits. AMEN!
_____________________________
Who was the first guy that looked at a cow and said, "I think that I'll drink whatever comes out of those things when I squeeze them"? New photogalleries, stop by sometime.
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/4/2005 10:10:43
Thanks Jaybee im gonna go work on that straight away. It looks so much better and I know this sounds weird but now i see the difference its like ohhhhhhhhhh thats what they were saying like the penny has finally dropped. Its come along way from the days of a 10 minute loading time all thanks to outfront. A big up to all the outfront community!!!!!
|
|
|
|
golfer
Posts: 1758 Joined: 1/5/2005 From: Bath, Wiltshire, UK Status: offline
|
RE: HLC part 2 - 2/4/2005 14:26:20
Hi Labs. Two threads for one discussion. Now that is really something. Can't wait for part three.... Thanks for responding to my comments in part one. Jaybee has these good ideas and the heading looks good on your site. Gets away from that banner colour. If you are forced by 'the powers that be' to use that colour in the title it would be wise to use it VERY sparingly Ian
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/7/2005 8:28:05
Hi I have just loaded the page and noticed that there is a space between the title and the banner,, it only happens when i change the heading to h1 but is ok if i dont use the style sheet. any idea whats going on????
|
|
|
|
d a v e
Posts: 4055 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: HLC part 2 - 2/7/2005 8:46:43
keep it as h1 then asssign an id (because there's only going to be one instance of it per page) to it e.g. #headerTitle {
font : 24pt Arial, Verdana, sans-serif;
color : #000000;
margin: 2px;
text-align: left;
} i chose 2px for the margin but adjust to taste! alternatively use a pair of values, one for top and bottom and one pair for left and right like margin: 2px 0px (2px top&bottom, 0px left and right) then apply the headerTitle style (class) to the h1 so you have <h1 id="headerTitle"> HEALTHCARE LEARNING CENTRE</h1> (don't need the align left as it's in the style sheet, nor the bold tag as headings are bold by default...) also you have some errors in the stylesheet http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.healthcarelearningcentre.co.uk/home-test.htm should be font-weight:bold or font-size:16pt table-border-color-light or dark don't exist in css. just border and colour, style, width
_____________________________
David Prescott Gekko web design
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/7/2005 10:10:59
quote:
table-border-color-light or dark don't exist in css. just border and colour, style, width thanks for that dave, i got that from a template in FP, i went and checked all the css errors and now I have a css symbol,, wooooohooooooooooo!!! i went and did the html validation check aswell but keeps telling me it doesnt like to use cell properties background http://validator.w3.org/check?uri=www.healthcarelearningcentre.co.uk%2Fhome-test.htm but i used frontpage cell properties to do this was that wrong?????
|
|
|
|
d a v e
Posts: 4055 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: HLC part 2 - 2/7/2005 10:46:35
use a css class (e.g. main) and write the background properties in there like background-image: url(../images/spam.gif); btw did i recommend using topstlye lite as a css editor? http://www.bradsoft.com/download/index.asp
_____________________________
David Prescott Gekko web design
|
|
|
|
d a v e
Posts: 4055 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: HLC part 2 - 2/7/2005 11:29:55
glad you worked it out! it's better when you suss it out yourself! :)
_____________________________
David Prescott Gekko web design
|
|
|
|
golfer
Posts: 1758 Joined: 1/5/2005 From: Bath, Wiltshire, UK Status: offline
|
RE: HLC part 2 - 2/7/2005 11:41:13
Hi Labs Page looks good to me. Maybe the text needs a liitle breathing space and not go right up to the border. Looking forward to seeing the whole site. Ian
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/7/2005 12:01:14
quote:
glad you worked it out! it's better when you suss it out yourself! Hiya,,, I just had my site checked for html validation and woooohhhhhhhhhhhh again,,, it works!!! I cant believe it on a high this stuff is really addictive,,,
|
|
|
|
Nicole
Posts: 2830 Joined: 9/15/2004 From: Nambucca / Kempsey, Australia Status: offline
|
RE: HLC part 2 - 2/7/2005 15:31:32
Hi Labs, quote:
Hiya,,, I just had my site checked for html validation and woooohhhhhhhhhhhh again,,, it works!!! I cant believe it on a high this stuff is really addictive,,, I'm not sure about addictive, but it's certainly a good feeling to know how hard you've worked at making a site look good and have it validate! Kind of like a what's the point of doing something if you're not going to do it properly. Anyway, congrats! Nicole
_____________________________
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/8/2005 9:39:53
Hi Everyone Just want to say a big thank you for all your help,, I finally have the site looking a bit better than before!! I really appreciate all the comments made. Im happy with it now and will start working on the rest of the pages. If anyone notices anything wrong just let me know I've been playing with it a bit. When I get the site complete will let you know. Im going to keep it the same simple but effective. Once again I couldn't have done it without Outfront and this forum!!!!! Cheers ppl
|
|
|
|
golfer
Posts: 1758 Joined: 1/5/2005 From: Bath, Wiltshire, UK Status: offline
|
RE: HLC part 2 - 2/8/2005 9:47:31
Stay in touch labs. I will be asking for your help in the next few weeks when my next site comes up for a forum review. Am a real beginner myself and the people here are knowledgeable, kind and fun. I'm saying that so that they will be gentle with me. Ian
|
|
|
|
labs123
Posts: 226 Joined: 7/1/2004 From: Staffordshire, UK Status: offline
|
RE: HLC part 2 - 2/10/2005 9:29:56
"Oh no shes back again" is what your all thinking but I have come across another design issue!!! OK here goes if you look at my old site (be careful colour might hurt) each link for example (About US) it leads to about 3 different pages. Now do I keep the grey box and have it in the .main class where the sand logo is or do I have the links in <tr> above. I dont know what to do was leaning towards putting a link in the row above the main content not actually in the box. Just wanted everyones opinion on that Cheers!!!!
|
|
|
|
d a v e
Posts: 4055 Joined: 7/24/2002 From: England (but live in Finland now) Status: offline
|
RE: 1 or 2 - 2/10/2005 15:16:12
1. 2 is too tall -
_____________________________
David Prescott Gekko web design
|
|
|
|
anderskorte
Posts: 545 Joined: 2/20/2005 From: Finland Status: offline
|
RE: 1 or 2 - 2/20/2005 12:57:19
Yes, no. 1 is better, but be sure to put the "Smaller Font" and "Larger Font" links to the same place in both home and about pages. I'm just wondering if you even need them... they can easily get confused with the navigation. At least I can increase/decrease text size on my browser easily by hitting CTRL + and CTRL -, so probably they aren't needed. In about1.htm they are located below the navigation. It's probably not the best place for them, since they aren't part of the navigation. Hmm. But what an improvement from the old site that all is! anders
|
|
|
|
golfer
Posts: 1758 Joined: 1/5/2005 From: Bath, Wiltshire, UK Status: offline
|
RE: 1 or 2 - 2/24/2005 7:59:44
Hi Labs. Just returned from holidays myself. How's it going?
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|