Blog About PSD 2 xHTML Conversion

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...

Mastering Text Easily

Mastering Text to knowUsing various tags in different browsers, you should note that the most important thing is not what each element looks like, but what meaning it applies. In this article you will find the information concerning a number of tags that should be used to define various text elements such as abbreviations, quotations and computer code.

Continue Reading...

Standards Summary

Standards Summary to knowToday with the power of CSS there is no need in using HTML to style. Thus, meaning (HTML) can be separated from presentation (CSS).The advantages are obvious – it can greatly decrease file sizes, it has flexibility of a central style sheet and it also can produce pages of greater accessibility.

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...

Class and ID Selectors Explained

Class and ID Selectors to knowWith the opportunity to define your own selectors in the form of Class and ID selectors you can have the same HTML element presented differently depending on its ID or class. Here you can find samples of HTML refers to the CSS by using the attributes id and class with explanation and tips to use.

Continue Reading...

Pseudo Classes To Know

Pseudo Classes for youPseudo classes enable you to apply certain styling rules on specific states of the chosen element. However, many CSS proposals are not supported by all browsers. Here you can find four pseudo classes that can be used when applied to links as well as tips to make your site 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...

How to Do Your Best with Drupal

Do Your Best DrupalBeing free to use content management system Drupal has become rather popular. Using it you can create any site including your personal simple blog as well as complex site with a lot of pages and visitors. Today you are able to combine various templates and PHP files to create a theme for Drupal. Here you can find more tips to make your site look and work great.

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...