Posts Tagged ‘code’

The Display Property

Display Property to knowThere’s nothing special about how most of HTML elements work. Thus, you can make up most pages from a few tags that can be styled as you wish. The browser’s default visual representation of most HTML elements consist of varying font styles, margins, padding and display types.

Continue Reading...

How to Code Accessible Links

Accessible Links to knowYour website should be accessible to all Internet users notwithstanding the browser they use. An accessible link imparts as much information to as many users as possible. Thus, the reader can preview the link before make a decision whether to follow it or not. Here you can find useful information that helps you to make links more accessible.

Continue Reading...

Mastering Tables to Make Your Site Look Great

tables creation to knowThere are still a lot of things to learn about mastering tables, even if you know such tags as the table, tr, td and th as well as rowspan and colspan attributes. If you think that table rows make table columns look ugly you can use the colgroup and col tags. So, let’s find out how to make the tables you create better.

Continue Reading...

CSS Grouping and Nesting

CSS Grouping and Nesting to knowIn case the CSS is structured well, you don’t need to use many class and ID selectors. You can just specify properties to selectors within other selectors. Learn more about CSS Grouping and Nesting with examples provided in this article to improve your site and make it look great.

Continue Reading...

Background Images to Make Your Site Look Great

Bacground Images TipsReadability and user-friendliness of your site depend greatly on background images that make your web page look nice. There are several properties involved in the background images manipulations and the property background can help you a lot to deal with them all and make a readable and attractive site.

Continue Reading...

Tips to Create Drupal Themes with Dreamweaver

Drupal themes to knowYou can install and run several themes at once with Drupal. Dreamweaver allows you to apply and modify styles efficiently while working with various Drupal templates. Just use Design Time Stylesheets feature that is located in the secondary menu of the CSS Styles panel.

Continue Reading...

3 Steps to Create a WordPress Theme

create Worpress themeWith some basic knowledge of CSS, HTML and PHP to make a current website design work with Wordpress is quite easy. It is important to validate at first stage to save your time on problem fixing in the future. This post can help you to integrate an existing site with Wordpress or just create a new theme specially for Wordpress.

Continue Reading...

How to Make Drupal Themes that Impress

How to Make Drupal ThemeTo create a custom Drupal is rather easy, of course, if you know some basic info to start with. A Drupal theme consists of CSS File, a few PHP files and info file. Most people suppose the PHPtemplate theme engine is the best solution, however, you have different things to choose from.

Continue Reading...

The Basics of Cross Browser Compatibility and CSS Hacks Usage

Cross Browser CompatibilityIt is necessary for a good CSS developer to be familiar with the individual browsers and know what CSS versions and levels of compliancy they support. Take into consideration the flaws of IE design and the things that look perfect in Mozilla browsers and terrible in Internet Explorer as well as just break in Netscape.

Continue Reading...

CSS Hacks for… Everyone

CSS Hacks to knowHere you can find all the necessary data concerning CSS hacks for Safari, Internet Explorer 7, Opera, etc., that sometimes really make problems. It is not so easy to remember them at once, so I write down several of them and offer you to use my “notes”. Hope that make your life easier…

Continue Reading...