I just downloaded a trial of WebBuilder.
How do you Link the external css stylesheet to HTML?
What is your opinion of WebBuilder?
Thanks.
Linking External CSS to HTML
Moderator: kfury77
Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
Please try to follow these guidelines. This will help to receive faster and more accurate response.
- Check the Support section of the corresponding product first. Chances are you will find your answer there;
- Do not create new topics for already reported problems. Add your comments to the existing topics instead;
- Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
- Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
- Include the version number of the software you are using;
- This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Re: Linking External CSS to HTML
WeBuilder is one of the best editors for html and CSS you can buy. I can't speak for other languages because I can barely do CSS and HTML, let alone PHP, XML et al. While people who can code in their sleep could use Notepad and make a nice page, why not have an editor that helps you as much as it can along the way? WeBuilder does just that; no matter what language you code in, WeBuilder assists by using code completion, tag highlighting, excellent find and replace functions and tons of other features which help you with just about everything you can possibly do with an editor. Out of all the editors available for download on the web, (and believe me, I have searched high and low and tried them all), this is the best by far, regardless of cost.
As for your question, I assume you want to link an external style sheet to your html page? This is easy and is done by adding a style-sheet link between the 'head' tags of your html document. As an example of how WeBuilder helps you do stuff, you can add the link manually or simply open the html file you want to add the link to, click between the head tags where you want the link to go and look at the File menu along the top of WeBuilder, above the menus. Find and click on Insert, then Style Sheet Link. You are presented with a dialog asking you for the location of the style sheet you wish to link to; type in the name and path, or better still, click the button to browse for it and find it. When done, click OK and your style-sheet link is entered into the code. An example link from one of my pages is shown below and you can simply modify it or create and add your own as explained above:
<link rel="stylesheet" href="davet.css" type="text/css">
Hope this helps.
Dave.
davethompson.co.nz
As for your question, I assume you want to link an external style sheet to your html page? This is easy and is done by adding a style-sheet link between the 'head' tags of your html document. As an example of how WeBuilder helps you do stuff, you can add the link manually or simply open the html file you want to add the link to, click between the head tags where you want the link to go and look at the File menu along the top of WeBuilder, above the menus. Find and click on Insert, then Style Sheet Link. You are presented with a dialog asking you for the location of the style sheet you wish to link to; type in the name and path, or better still, click the button to browse for it and find it. When done, click OK and your style-sheet link is entered into the code. An example link from one of my pages is shown below and you can simply modify it or create and add your own as explained above:
<link rel="stylesheet" href="davet.css" type="text/css">
Hope this helps.
Dave.
davethompson.co.nz