Webmaster Tips » Search results

Search results for query "HTML colour" (6):

Apr 11, 2008
Grace Alexa

9 Advantages of using CSS

CSS style sheets have made it easier to handle web pages during web development. CSS or Cascading Style Sheets as the name suggests is a style sheet that allows you to easily link to other documents in your website. It allows you to retain control over the various elements in different web pages of your website..

Keep reading: 9 Advantages of using CSS   Tags: CSS
Mar 3, 2008
Brigitte Simard

Planning your CSS - the definitive guide

Rating: 5 stars

The more we rely upon CSS, the larger and more complex stylesheet files become. Planning and organising your stylesheet is essential to creating a lean, manageable website. There are many ways of organising CSS code but the following are best practice...

Jun 21, 2007
Trenton Moss

How to set up a print stylesheet

Rating: 5 stars

A print stylesheet formats a web page so when printed, it automatically prints in a user-friendly format. Print stylesheets have been around for a number of years and have been written about a lot. Yet so few websites implement them, meaning we're left with web pages that frustratingly don't properly print on to paper..

Keep reading: How to set up a print stylesheet   Tags: CSS
Apr 19, 2007
Arun Pal Singh

Understanding CSS

Rating: 3.6 stars

In the good old days of the web tables were an essential requirement for creating a webpage. The first thing in laying out a webpage was to create a table. Table was then further divided into cells. Using different combinations of border and shading a number of effects could be created. But the tales and cells also created confusion and messy websites. But with advent of CSS tables can finally be replaced.

If you have been using tables in the past you will appreciate how relieveed we are by CSS. When you work with tables your HTML becomes a mess of confusing rows and columns, with no clear markers of which parts of the page do what. It is fine in the beginning but the problem occurs when you want to redesign the website. In that case you would have to extract your content from the HTML and start building the tables all over again..

Keep reading: Understanding CSS   Tags: CSS
Jun 19, 2006
Trenton Moss

Ten more CSS tricks you may not know

Rating: 5 stars
  1. Block vs. inline level elements
  2. Another box model hack alternative
  3. Minimum width for a page
  4. IE and width & height issues
  5. Text-transform command
  6. Disappearing text or images in IE?
  7. Invisible text...
Keep reading: Ten more CSS tricks you may not know   Tags: CSS
Jun 19, 2006
Trenton Moss

10 CSS tricks you may not know

Rating: 5 stars
  1. CSS font shorthand rule
  2. Two classes together
  3. CSS border default value
  4. CSS document for printing
  5. Image replacement technique
  6. CSS box model hack alternative
  7. Centre aligning a block element...
Keep reading: 10 CSS tricks you may not know   Tags: CSS