Ask Experts Questions for FREE Help!
  Advanced
Register  |  Log in  
   Ask    
 Answer  
  Help  

Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
Free Answers in 3 Easy Steps

Register Now
3 Steps

At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.

Home > Computers & Technology > Internet & the Web   »   CSS Web design

 
Thread Tools Display Modes
Question
 
 
#1  
Old May 22, 2006, 07:31 AM
dragonfly11
New Member
dragonfly11 is offline
 
Join Date: Jul 2005
Posts: 12
dragonfly11 See this member's comment history on his/her Profile page.
CSS Web design

Good morning,

I've been trying to do CSS on my new website for a while. I've been able to design some new templates in Dreamweaver, and I've created quite a few CSS styles. The problem I'm having is that I can't seem to see my styles appear on any web interfaces. Internet Explorer and Firefox, two completely different interfaces and both won't even show my CSS designs. The whole pages appears intact and that is the only thing that doesn't show up.

I've tried to find answers over the web about this, but it still doesn't seem to work. I've read the CSS styles folder has to be in the web directory but outside the CGI Bin, which is where it already was, and still it doesn't work.

ANY help anyone could provide would be extremely helpful as I need to post this website soon and I'm running out of time to find the perfect solution!

PS I know my web browsers can show CSS as I've seen it before on different websites and it looked fine.

Thanks
DF

Reply With Quote
 
     

Answers
 
 
Old Jun 19, 2006, 10:28 AM   #2  
New Member
kylew is offline
 
Join Date: May 2006
Posts: 11
kylew See this member's comment history on his/her Profile page.
Firefox contains its own standard CSS that can overide a CSS on a webpage.
Check your firefox config. Hope this helps
  Reply With Quote
 
     
 
 
Old Jun 19, 2006, 10:33 AM   #3  
Full Member
Northwind_Dagas is offline
 
Northwind_Dagas's Avatar
 
Join Date: Jun 2006
Location: Louisville, KY
Posts: 333
Northwind_Dagas See this member's comment history on his/her Profile page.
It might also help if you could provide links to the website you are having problems with.
  Reply With Quote
 
     
 
 
Old Jun 19, 2006, 01:56 PM   #4  
Full Member
rudi_in is offline
 
rudi_in's Avatar
 
Join Date: Jan 2006
Location: Wisconsin
Posts: 252
rudi_in See this member's comment history on his/her Profile page.
Thank you for posting your question to the Ask Me Help Desk.

If you are able to see your CSS layout in the design view but not in the browser after you hit f12 you may want to try a couple of things.

1.) Now that you have made the templates, (external perhaps) -- have you included a link to your CSS in your source code?

2.) Or, check in your Dreamweaver properties panel -- you may want to pull up the drop down menu by your styles and select manage styles. Here you can make some adjustments to the styles and save them so that they should show up in the browser.

Let me know if this gets you where you need to go. If not, we can try something else perhaps.
  Reply With Quote
 
     
 
 
Old Jun 21, 2006, 11:48 PM   #5  
Ultra Member
LTheobald is offline
 
LTheobald's Avatar
 
Join Date: Feb 2004
Location: Cambridge, UK
Posts: 1,047
LTheobald See this member's comment history on his/her Profile page.LTheobald See this member's comment history on his/her Profile page.
Call LTheobald via Skype™ Send a message via MSN to LTheobald
Quote:
Originally Posted by rudi_in
1.) Now that you have made the templates, (external perhaps) -- have you included a link to your CSS in your source code?
This sounds like what it is to me as well. For every page you want your CSS to affect, you need to import the CSS stylesheet. There are two ways of doing this. The simpliest way is by putting the following code between your <head> tags on a page:

Code:
<link rel="stylesheet" href="style.css" type="text/css" media="screen"/>
The above code assumed that your web page and the CSS file (called style.css) are both in the same folder.
  Reply With Quote
 
     


Thread Tools
Display Modes

 
Similar Sponsors

Similar Threads
Question Asker Forum Answers Last Post
element of design? yeliname123 Math & Sciences 0 Sep 18, 2006 03:05 PM
intelligent design brad sue Philosophy 2 May 14, 2006 09:45 PM
Need Help With A Network Design gchica Networking 4 Feb 20, 2006 11:16 AM
Interior design course ecrovid Other Subjects 0 Jan 10, 2006 03:22 PM
How to design a web browser using VB Vitalis Other Software 1 Nov 25, 2005 01:05 AM




Copyright ©2003 - 2007, Ask Me Help Desk.
All times are GMT -8. The time now is 12:15 PM.