lekky Posted February 8, 2009 Report Share Posted February 8, 2009 HI, I'm very new to web designand Idon't know CSS or style sheet as well. I down load free template which have top navigator bar background color in dark blue"#0000CC" and links in white. The template is a one-page template with no css or style sheet. I added some more information and links at the bottom right which background color is "white", then all my new links are now in "white" too. All added links become invisible. Can I make different hyper links with different colors without having to make a CSS or style sheet? Could you please give me the "code"? or anything that is easy for a newbie like me. CSS and Style sheet are now too difficult to me at this moment. Please note that I'm using Dreamweaver8. Thanks, Quote Link to comment Share on other sites More sharing options...
Andrea Posted February 8, 2009 Report Share Posted February 8, 2009 I deleted our posts re this in the other thread - now to you problem: Can you post a link to the page, or at least post the code here so we can see what you're working with? Quote Link to comment Share on other sites More sharing options...
lm Posted February 8, 2009 Report Share Posted February 8, 2009 Install Firefox ( if you havent got it yet), and Web developer bar plugin to it. Then preview your page in Firefox, click CSS - Edit CSS , you will see your CSS file. Read through w3schools tutorials on CSS and at the same time get to know your CSS template: study HTML of it and to practice, find in its CSS file all HTML tags with their properties. The second step would be if you start to make changes in CSS ( again in Firefox, clicking Edit CSS - you will see all changes live right away in browser) Quote Link to comment Share on other sites More sharing options...
lekky Posted February 8, 2009 Author Report Share Posted February 8, 2009 I deleted our posts re this in the other thread - now to you problem: Can you post a link to the page, or at least post the code here so we can see what you're working with? Here is the undone webpage : http://www.youdeserv.com/OffenderCounts1.html I want to keep the hyper links at the bottom and bottom right conner in dark blue as they are now, but the added hyper links at the top navigator bar also turned blue, then it become invisible. Thanks, Quote Link to comment Share on other sites More sharing options...
Andrea Posted February 8, 2009 Report Share Posted February 8, 2009 This is a very bad template - 145 validation errors, and that with an (incomplete) transitional doctype. There is also a link to a stylesheet in the code, but that file does not seem to exist: It also makes no sense to store a css file in a folder called 'images' Quote Link to comment Share on other sites More sharing options...
Andrea Posted February 8, 2009 Report Share Posted February 8, 2009 Should have added - check into http://webshapes.org/ - that site has free templates, and they should all be coded properly. Quote Link to comment Share on other sites More sharing options...
lekky Posted February 8, 2009 Author Report Share Posted February 8, 2009 Should have added - check into http://webshapes.org/ - that site has free templates, and they should all be coded properly. OK, thanks so much, I got it. Quote Link to comment Share on other sites More sharing options...
JBall Posted February 8, 2009 Report Share Posted February 8, 2009 And just for the record, CSS is a style sheet. That's what CSS is short for: Cascading Style Sheet. Quote Link to comment Share on other sites More sharing options...
lekky Posted February 10, 2009 Author Report Share Posted February 10, 2009 And just for the record, CSS is a style sheet. That's what CSS is short for: Cascading Style Sheet. Thanks so much for letting me know about this. :) Quote Link to comment Share on other sites More sharing options...
lekky Posted February 10, 2009 Author Report Share Posted February 10, 2009 Install Firefox ( if you havent got it yet), and Web developer bar plugin to it.Then preview your page in Firefox, click CSS - Edit CSS , you will see your CSS file. Read through w3schools tutorials on CSS and at the same time get to know your CSS template: study HTML of it and to practice, find in its CSS file all HTML tags with their properties. The second step would be if you start to make changes in CSS ( again in Firefox, clicking Edit CSS - you will see all changes live right away in browser) I got FireFox webdeveloper bar plugin, still have to learn CSS, thanks for your kind. :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.