Previous Thread
Next Thread
Print Thread
Rate Thread
#108547 07/11/2001 9:40 PM
Joined: May 2001
Posts: 254
Member
Member
Offline
Joined: May 2001
Posts: 254
I have frontpage but how do I make hi quality css.


QUOTES: by Link2001-------------------------"I see under the road.""When will the path end?""Boy Im tired."-------------------------
Sponsored Links
#108548 07/11/2001 9:52 PM
Joined: May 2001
Posts: 157
Member
Member
Offline
Joined: May 2001
Posts: 157
i dont think frontpage does css for u but anyhow try www.htmlgoodies.com they have all sorts of things javascript, html, css and more

#108549 08/24/2001 9:21 PM
Joined: Aug 2001
Posts: 11
LNP Offline
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 11
ACEHTML does a lot, and it is free.........Dreamweaver is nice too.

#108550 08/25/2001 5:58 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
Webmonkey has lots of good tutorials for beginning and advanced CSS. I would stop there first before going anywhere else. O\'Reilly also has an excellent book devoted to the subject, but that will set you back $25-30.

#108551 08/25/2001 8:21 PM
Joined: Aug 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 10
There are several excellent online tutorials. Following are two of the better ones:

Dave Raggett's Adding a touch of style (W3C)
http://www.w3.org/MarkUp/Guide/Style.html

WDG (Web Design Group) CSS page
http://htmlhelp.com/reference/css/

And here are three definitive references:

W3C (World Wide Web Consortium) CSS1 Specification page
http://www.w3.org/TR/REC-CSS1

W3C (World Wide Web Consortium) CSS2 Specification page
http://www.w3.org/TR/REC-CSS2/

Zvon's CSS1 Reference page
http://www.zvon.org/xxl/css1Reference/Output/index.html

James Pickering
Tucson, Arizona

Tools for Web Page Authors: http://www.brazilcacticult.org/wf.htm

~ Validated XHTML 1.1 & CSS2 (Cascading Style Sheets)
~ Accessible to People with Disabilities

Sponsored Links
#108552 08/25/2001 8:33 PM
Joined: Aug 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 10
Addendum to my previous posting .....

A major premise of CSS employment is that the using pages must contain valid HTML/XHTML.

In general, WYSIWYG automatic code generators such as MS Front Page do not produce valid code. They also do not provide DOCTYPE/DTD constructs (or the ones they provide are not correct) to head the page which is required in order to use the Validators.

For detailed information on this, visit:

http://www.brazilcacticult.org/wf3.htm

James Pickering

Tools for Web Page Authors: http://www.brazilcacticult.org/wf.htm

~ Validated XHTML 1.1 & CSS2 (Cascading Style Sheets)
~ Accessible to People with Disabilities

#108553 08/26/2001 12:38 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Quote
quote:
the code dreamweaver spits out isn't any better than FP2000.. way too much code for simple tables/columns... one mill-yun meta tags.. etc...

Hey James, we may have some questions for you once we get the xhtml finished and start working on css and then bobby... there's one bug in the xhtml we haven't been able to fix yet having to do with refreshes in cgi with ; in the url.


- Allen wavey
- What Drives You?
#108554 08/26/2001 4:09 PM
Joined: Aug 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 10
I want to reemphasize the necessity for pages to have Valid HTML/XHTML before applying Style Sheets. All pages should be run through a reliable HTML/XHTML Validator and invalid code (tags) corrected. In addition, XHTML pages should be run through an XML syntax checker -- just to be sure they are well formed.

I provide links to recommended Validators (ones that utilize correct Document Type Definitions - DTDs) and the O'Reilly XML Syntax checker on my Validating, Checking and Analyzing page ....

http://www.brazilcacticult.org/wf3.htm

..... the WDG (Web Design Group) Validator is particularly useful for it provides batch Validation of entire Web Sites at one fell swoop.

For those interested in what is "coming down the Pike" in CSS, visit the W3C CSS3 Working Draft page at .....

http://www.w3.org/TR/2001/WD-css3-roadmap-20010406/

In reply to Allen .....

I will be glad to assist.

James

Tools for Web Page Authors: http://www.brazilcacticult.org/wf.htm
What is Accessibility all about? http://www.brazilcacticult.org/wf4.htm

~ Validated XHTML 1.1 & CSS2 (Cascading Style Sheets)

~ Accessible to People with Disabilities

#108555 08/27/2001 9:24 PM
Joined: Aug 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Aug 2001
Posts: 10
We must not lose sight of the fact that good WCA (Web Content Accessibility) practices require that pages render satisfactorily in graphical Browsers with Style Sheets turned off.

The W3C WCAG 1.0 guidelines and U.S. Government Section 508 Accessibility standards require this. Visit the following pages .....

http://www.w3.org/TR/WAI-WEBCONTENT/wai-pageauth.html

http://www.brazilcacticult.org/us508.htm

..... for detailed information.

JP

Tools for Web Page Authors: http://www.brazilcacticult.org/wf.htm
What is Accessibility all about? http://www.brazilcacticult.org/wf4.htm

~ Validated XHTML 1.1 & CSS2 (Cascading Style Sheets)
~ Accessible to People with Disabilities

#108556 09/03/2001 2:29 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
When they say "style sheet", are they referring to a linked style sheet? Or css in general, linked, inline, or grouped at the top?

And when they say "viewable", does that mean "looks the same with or without" or "readable, tho it may look funny"?

I also have some questions regarding what is prolly basic css, so I should most likely start another thread regarding css for the ubb...


- Allen wavey
- What Drives You?
Sponsored Links
#108557 09/03/2001 7:31 PM
Joined: Sep 2000
Posts: 4,211
Master Hacker
Master Hacker
Joined: Sep 2000
Posts: 4,211
Quote
quote:
"Style Sheet" is just your styles, in whatever way you choose to use them. Makes no difference in this instance.

I take "viewable" loosely to mean readable, but if people are using even semi-current browsers (NS4, for ex.), they should be able to at least make the page out. smile

Saw your other thread, replied. smile


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)