Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML > CSS
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 12-02-2007, 11:55 PM   #1
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 128
wwe9112 is on a distinguished road
Default My frist css - Did I do it right?

OK, did I do my css right. Also what else should I add. The site is gooing to be tables mostly - and IFrames. It's for SPow Construstion. He builds federal buildings. Please correct whats wrong and tell me what I did wrong. And what else I should add for this. ALso how do I add this to the html. WIll it do it self my just what I put in there. Like <link> would work for link {bluh}.

Thanks a bundle I will rep for help.

Code:
body { background-color:white; text-color:black; text-size:11px } p.right { font-color:black; text-align:right } p.left { text-align:left; font-color:black } A.link { color:#FF9900; hover:#FF6600; decoration:bold,underline } V.link { color:#666666; hover:#FF6600; decoration:none } link { color:#FF9900; hover:#FF6600; decoration:bold,underline } font { font-color:black; size:11px; } h1,h2,h3,h4,h5,h6 { color:black }
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 12-03-2007, 02:17 AM   #2
hasan_889
iWEBTOOL Moderator
 
hasan_889's Avatar
 
Join Date: Aug 2006
Location: London
Posts: 1,186
hasan_889 has a spectacular aura abouthasan_889 has a spectacular aura about
Send a message via MSN to hasan_889 Send a message via Yahoo to hasan_889 Send a message via Skype™ to hasan_889
Default Re: My frist css - Did I do it right?

I'm not sure if there is a tag "V"?

Use following line to attach CSS to html or any web script -

HTML Code:
<link href="aa.css" rel="stylesheet" type="text/css" />

Instead of declaring font-size or color same again and again, just declaring those in body is enough for everywhere unless you need to change the values somewhere.

Your CSS looks very basic, you can consult w3schools.com or download some nice websites css and check how they are designed their sites.

I firmly believe you can download some nice CSS layouts as well.

You can add a:hover, a:active, a:visited to give anchor texts some nice look.


At the end, best of luck!
hasan_889 is offline  
Old 12-03-2007, 08:25 AM   #3
ev8321
Senior Member
 
ev8321's Avatar
 
Join Date: Oct 2006
Posts: 424
ev8321 will become famous soon enough
Default Re: My frist css - Did I do it right?

wwe9112 you are on the right track. with a little more direction you will be a pro in no time. Keep Practising.

What is used to do to improve my css skills and keep up to date with it all was keep track of large trusted sites. i.e. sony, toyota, mcdonalds.

Now i am under no cirumstances saying to copy their code at ALL but to have a look at the way they do things.

You can see any websites style sheet(s) by viewing a sites page source.
From the source code you can get the link directly to the css.

You will learn things much faster this way. I did.

Goodluck
ev8321 is offline  
Old 12-03-2007, 12:23 PM   #4
GiorgosK
Member
 
GiorgosK's Avatar
 
Join Date: Nov 2007
Location: Greece
Posts: 188
GiorgosK will become famous soon enough
Default Re: My frist css - Did I do it right?

there is no "link" tag either,
I mean there is but it does not take any formating !!!
so no point for you "link" rules.

Also consider attaching the html doc that it refers to, so we could check correct usage,

a CSS by itself is like a boat without sea, you can see that the boat looks like a boat but how would you know if it will not sink.
__________________
GiorgosK - GeoLand.org
Web development, Marketing, SEO consulting
GiorgosK is offline  
Old 12-03-2007, 08:55 PM   #5
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 128
wwe9112 is on a distinguished road
Default Re: My frist css - Did I do it right?

OK thanks. I still have to do the html. This is for a guy at my Uncles church. I'm making him a website for his business. I've never used CSS honestly. One of my uncles tought me some stuff on paper. I'm still trying to figure out how to add in table properties.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 12-07-2007, 08:55 PM   #6
Skinner
Smurf
 
Skinner's Avatar
 
Join Date: Oct 2007
Location: New York
Posts: 22
Skinner is on a distinguished road
Default Re: My frist css - Did I do it right?

Always define "font-family" for the main text and for the <h> tags.

Also you want to define font-size, margins and paddings for the <h> tags or you will have no control how different browsers display your page.
Skinner is offline  
Old 12-08-2007, 10:38 AM   #7
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: My frist css - Did I do it right?

If it's going to be tables and Iframes mostly, then no, you didn't do it right...CSS is about seperating content from design...
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 12-15-2007, 04:54 PM   #8
yourfreelance
Smurf
 
yourfreelance's Avatar
 
Join Date: Dec 2007
Posts: 12
yourfreelance is on a distinguished road
Default Re: My frist css - Did I do it right?

You did brilliant!
yourfreelance is offline  
Old 12-15-2007, 11:39 PM   #9
hasan_889
iWEBTOOL Moderator
 
hasan_889's Avatar
 
Join Date: Aug 2006
Location: London
Posts: 1,186
hasan_889 has a spectacular aura abouthasan_889 has a spectacular aura about
Send a message via MSN to hasan_889 Send a message via Yahoo to hasan_889 Send a message via Skype™ to hasan_889
Default Re: My frist css - Did I do it right?

Quote:
Originally Posted by yourfreelance View Post
You did brilliant!

Can you explain what was brilliant???
hasan_889 is offline  
Old 12-16-2007, 02:22 AM   #10
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 128
wwe9112 is on a distinguished road
Default Re: My frist css - Did I do it right?

close topic. I think I have it all figured out.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 12-16-2007, 05:33 PM   #11
johneva
Member
 
johneva's Avatar
 
Join Date: Dec 2007
Posts: 127
johneva will become famous soon enough
Default Re: My frist css - Did I do it right?

To see how to do your links CSS take a look over this tutorial.

http://www.echoecho.com/csslinks.htm

These are a few other great sites for when learning.

http://www.htmldog.com/
http://www.maxdesign.com.au/presentation/page_layouts/
http://www.w3schools.com/
__________________
London Photographer - Car Leasing
johneva is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
html and css rajpreet Programming 5 12-26-2007 03:20 PM
Class in CSS and id? http Programming 2 01-30-2007 11:19 AM
How to use css. pigeon CSS 6 01-02-2007 07:15 AM
Learn CSS http Programming 2 12-07-2006 11:15 AM
Talk CSS - Website Design (CSS Primarily) Community compuXP Advertise your website 2 06-16-2006 04:08 PM


All times are GMT. The time now is 06:07 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.