WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Learning CSS for HTML pages Empty Learning CSS for HTML pages Wed Apr 28, 2010 12:30 am

Guest


Guest
Hey

I want to learn CSS so that i can customize single HTML pages at forumotion.Like this:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
html {
background-color: ........;
}

body {
   background-color: .........;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}.wrapper {
   background-image:url(........................);
   background-position:center top;
   background-repeat:no-repeat;
   min-height: 800px;
}
..........................................................................
..........................................................................
..........................................................................
</div>
</body>
</html>


Is there any way i can learn CSS so that i can just customize the pages with CSS?

2Learning CSS for HTML pages Empty Re: Learning CSS for HTML pages Wed Apr 28, 2010 6:44 pm

ankillien

ankillien
Administrator
Administrator
Yes, you can learn CSS from tutorials Very Happy
There are hundreds of CSS tutorials on web, you can learn from them.

3Learning CSS for HTML pages Empty Re: Learning CSS for HTML pages Wed Apr 28, 2010 7:32 pm

Guest


Guest
yea i want to be able to customize my page with CSS.So where can i learn that not CSS in general. Wink

4Learning CSS for HTML pages Empty Re: Learning CSS for HTML pages Wed Apr 28, 2010 7:48 pm

ankillien

ankillien
Administrator
Administrator
There is no way to customize page unless you learn CSS in general Wink
You have to learn CSS in general and thats what will make you able to customize the page.

Customizing a page requires nothing other than CSS so learn CSS as much as you can Very Happy

5Learning CSS for HTML pages Empty Re: Learning CSS for HTML pages Fri Apr 30, 2010 12:06 am

Guest


Guest
any sites to learn? Razz

6Learning CSS for HTML pages Empty Re: Learning CSS for HTML pages Fri Apr 30, 2010 12:15 am

ankillien

ankillien
Administrator
Administrator
Here is the best site...
http://www.w3schools.com/css/default.asp

You can find many others on google.com.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum