| Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Member Join Date: Oct 2011 Posts: 64
![]() | Hi - I started creating a basic website using templates and inline styles, but wanted to change mid-stream to create an external stylesheet before I got any further into the development. When I first started adding new styles to the new stylesheet, my body tag worked, but then I couldn't get the Header tag to apply using the external stylesheet, even after deleting the inline styles - and ensuring that the new stylesheet was linked. Any ideas on why this happens (some style definitions work, but others don't)? thanks! |
| | |
| | #2 (permalink) |
| Status: Senior Member Join Date: Sep 2011 Posts: 103
![]() | One of the great benefits of CSS is that it allows you to change the display of multiple items in a web page with a single edit, or change an entire site without having to change every page. Putting styles inline in HTML should be avoided in almost all cases; they will always override styles set in a stylesheet, and require modification of the HTML code directly to change the layout. Plc training Center In Chennai
__________________ Plc Courses In Chennai| |
| | |
| | #3 (permalink) |
| Status: Junior Member Join Date: Mar 2012 Location: USA Posts: 5
![]() | CSS stands for cascading style sheet. It is important if you wants to built a very modern website. There are many books available in market about CSS. They provides so much easiness while learning CSS.
__________________ safety barricade |
| | |
| | #4 (permalink) |
| Status: Junior Member Join Date: Oct 2011 Posts: 15
![]() | One of the great benefits of CSS is that it allows you to change the display of multiple items in a web page with a single edit, or change an entire site without having to change every page. Putting styles inline in HTML should be avoided in almost all cases; they will always override styles set in a stylesheet, and require modification of the HTML code directly to change the layout.
__________________ I Manchester Web Design I |
| | |
| | #5 (permalink) |
| Status: Junior Member Join Date: Mar 2012 Location: A-504, Safal Pegasus, Ahmedabad, Gujarat 380015 India Posts: 15
![]() | I noticed you mentioned firebug, but no mention of firediff. If you’ve never used firediff, you don’t know what your missing. Firediff adds a “changes” tab to firebug, so after you make all your changes and you forgot what you’ve done along the way, you just scroll through the changes and edit your files as needed. _____________________ Open Source Design |
| | |
| | #6 (permalink) |
| Status: Junior Member Join Date: Apr 2012 Posts: 20
![]() | Whether you’re a CSS pro or just learning, it’s important to have a good set of tools to speed up and simplify your development. What makes the web so great now, is that many valuable tools can be found online and used inside your browser. Here are 11 online CSS tools that should be a huge help to your CSS development.
__________________ Project Management Certification |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |