navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

About to take the CSS plunge!

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> About to take the CSS plunge!
Page: [1]
 
cooper

 

Posts: 773
From: Woburn MA USA
Status: offline

 
About to take the CSS plunge! - 5/19/2003 23:06:52   
OK... I have been designing FrontPage webs for three years and I' ll admit it, this is my first attempt at writing my own CSS from scratch. So, here are my questions:

1) Is it possible to have a FrontPage theme control navigation buttons, bullets, heading colors, etc. and just have a CSS that controls font style and size?

2) External, internal (aka: an innie or an outie) and what is the benefit of the better choice?

3) I have already been through the tutorial on Outfront and most of the sites on the Forum list for CSS. Any additional words of advice?

Thanks!

_____________________________

Cooper

BAC Web Design - Tools & Templates - Buck A Ball - Stopspamstop.com
abbeyvet

 

Posts: 5095
From: Kilkenny Ireland
Status: offline

 
RE: About to take the CSS plunge! - 5/20/2003 5:04:57   
quote:

Is it possible to have a FrontPage theme control navigation buttons, bullets, heading colors, etc. and just have a CSS that controls font style and size?


I imagine so, as long as you are writing your own CSS and not using the FP take on one.

It will somewhat negate some of the advantages though - ie the nice short clean code on your pages, which will still have the FP stuff in them.

quote:

External, internal (aka: an innie or an outie) and what is the benefit of the better choice?


External. That means that changing one stylesheet changes all pages, if you use an interanl stylesheet changes would have to be made on each page. Keep internal stylesheets for styles that apply to one page only.

Understanding the point of internal stylesheets depends on understanding what the ' cascading' bit in CSS means. There is a good tutorial on this here:

http://courses.wccnet.edu/computer/mod/x21c.htm

quote:

Any additional words of advice?


Think about using CSS for layout as well as for presentation of text etc. It is tricky to get the hang of the first time you look at it but once you do makes laying out pages a real joy. There are some layouts here that you can play with to give you the idea:

http://glish.com/css/



_____________________________

Katherine

:: InKK Design :: InKK Domains

(in reply to cooper)
Andy from Spain

 

Posts: 920
From: Ipswich
Status: offline

 
RE: About to take the CSS plunge! - 5/20/2003 5:12:32   
Hi

Also take a look at TopStyle from http://www.bradsoft.com - very powerful tool and the tutorials here http://www.w3schools.com

Cheers
Andy

_____________________________

Ecommerce software | Website templates

(in reply to cooper)
_gail

 

Posts: 2874
From: So FL
Status: offline

 
RE: About to take the CSS plunge! - 5/20/2003 7:49:16   
quote:

TopStyle


Is this a good tool to use to begin learning about css positioning? Or is there a better one?

thanks, gail

_____________________________

Digicamhelp - Easiest place on the web to learn about Digit@l Cameras & Photography

(in reply to Andy from Spain)
pageoneresults

 

Posts: 1001
From: Orange, CA USA
Status: offline

 
RE: About to take the CSS plunge! - 5/20/2003 15:01:19   
quote:

Keep internal stylesheets for styles that apply to one page only.


If you do use specific on page styles, make sure to specify them in the <head> of your documents. I' m seeing problems on sites that combine inline styles with external styles. Particulary with NN.4x. There could be others but I' ve not tested them all.

Also, the purpose of css is so that you can remove all presentational markup from your html. If possible, put everything into your external css file.

_____________________________

SEO Consultants Directory
Find Search Engine Marketing Companies

(in reply to cooper)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> About to take the CSS plunge!
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts