• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CSS Exlusively External

Community Beginner ,
Jun 15, 2021 Jun 15, 2021

Copy link to clipboard

Copied

CSS Exlusively External

After a great input from Osgood in this group the Media Query response is now perfect. Next thing is to safeguard an exclusive use of an external CSS file for styling to avoid messing up of the current code. This seems difficult to achieve as the system easily reverts to <style> in the source code even though a new css file has been dedicated to the root. Probably easy if you know how?

Views

191

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2021 Jun 15, 2021

Copy link to clipboard

Copied

This may help: https://helpx.adobe.com/in/dreamweaver/using/link-external-css-style-sheet.html

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2021 Jun 15, 2021

Copy link to clipboard

Copied

LATEST

1. Working from a defined local site folder,  open your HTML document. 

2. Go to Tools > CSS > Attach stylesheet > Link and browse to the custom stylesheet in your site folder.

3. Save HTML document with Ctrl/Cmd + S.

4. Going forward only edit your stylesheet by clicking on your CSS tab (see screenshot) or opening the CSS file directly from your Files Panel (F8).

 

image.png

 

NOTE:  Coding manually with code hints and auto-code completion is much faster and more precise than using clumsy Designer Panels.

 

CODE TUTORIALS:

==============
- https://www.w3schools.com/html/
- https://www.w3schools.com/css/
- https://www.w3schools.com/js/

 

Nancy O'Shea— Product User, Community Expert & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines