CSS tutorials?

admin

Administrator
Staff member
Hi All, <br />
<br />
I've been picking up html as I go along in terms of design wise, and use dreamweaver on a mac to develop simple websites. <br />
<br />
I have searched the forum on CSS to learn more about it, but the majority of information is in passing reference. <br />
<br />
Does anyone know if theres is an online tutorial or guide to understanding and utilising CSS within dreamweaver. I didnt Find Macromedia helpfull. <br />
<br />
P.s. I've been working a little with Iframes. My learnt method is to click into a table and insert the iframe there, However I've been trying to understand the floating Iframe procedure (script) how would I go about that. You can see the project at <!-- m --><a class="postlink" href="http://push.gnwanya.com">http://push.gnwanya.com</a><!-- m -->, />
All comments and constructive criticsm is <br />
welcome.<!--content-->iframes are dead easy:<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"foo.html" name = "inside_frame" scrolling="auto" width="300" height="300" frameborder="0"></iframe><br />
you don't have to place it in a table to position it, you can use css positioning, follow the link below<br />
<br />
w3schools (<!-- m --><a class="postlink" href="http://www.w3schools.com/css/default.asp">http://www.w3schools.com/css/default.asp</a><!-- m -->) is the easiest way to learn css<!--content-->thanks for the quick response. I'll let you know of my outcome<!--content-->I was able to learn an amazing amount of CSS from these tutorials here: <!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/authoring/stylesheets/tutorials/tutorial1.html">http://hotwired.lycos.com/webmonkey/aut ... rial1.html</a><!-- m --> <br />
<br />
It's a little old, but it's 6 lessons (approx 5 pages each) right after another. Good start anyway :)<br />
Very easy on the beginner. I barely knew HTML when I started on them and right away used a lot of CSS in all my pages.<!--content-->
 
Back
Top