View Full Version : Please check my site
thenorm
May 14th, 2001, 18:54
I have just launched my web site host and was wondering what you think of the design, the address is http://freewebhost.com.kg . Please say what you think, but not so much as you would hurt my feelings, well actually I don't care about my feelings all I care about is my site, insult my site if you dare and I will make it better.
I am going on about nothing again, god I need a life.
lord_andy
May 14th, 2001, 19:02
The text color doesn't really stand out. Same color as the border on the tables.
You could try a mouseover effect on the links on the left.eg different color, no underline, bigger/smaller font, italic, bold etc. As they are they don't stand.
You don't say what pays for this free service, eg. banner ads, pop ups, ad-free!!!:):):)
Giancarlo
May 14th, 2001, 19:17
Not too bad... but take the advice on the text that Andy talked about.
thenorm
May 15th, 2001, 18:11
Thanks for the advice, problem is i havent a clue how to remove underlined links!!
lord_andy
May 15th, 2001, 19:02
style="text-decoration:none
thenorm
May 16th, 2001, 13:38
Havent tried it yet but would like to know if it goes in the head tags. cheers 4 ur help
meow
May 16th, 2001, 14:41
Basically you put something like the below in HEAD.
Values for text-decoration of interest here is "none" and "underline".
Font-size can use a variety of units. You have to read up on that.
Not "case and space sensitive" but have to get the colons and semi colons right.
{ propertyA: valueA; properyB; valueB }
Also keep the a:hover rule last in the set.
*****************************
<style type="text/css">
<!--
a:link { color: #0000CC; font-size: smaller; text-decoration: none }
a:visited { color: #0000CC; font-size: smaller; text-decoration: none }
a:activ { color: #FF3300; font-size: smaller; text-decoration: none }
a:hover { color: #FF3300; font-size: smaller; text-decoration: none }
-->
</style>
****************************
lord_andy
May 16th, 2001, 18:53
You might want to take a look at this page. It is all about CSS(Style sheets/cascading style sheets). It will help you understand what meow is on about.
http://htmlgoodies.earthweb.com/beyond/css.html
It also shows what else you can do with CSS apart from changing texts, eg. changing scrollbar colors etc.
thenorm
May 17th, 2001, 16:15
ok thanks for ur help, I am making changes and will be updating my site later when I get my FTP account working.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.