Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/kbwebconsole/public_html/wp-content/plugins/article-taxonomy/article-taxonomy.php on line 772
Close
- +Getting Started
- +Documentation
- +Web Pages
- +E-Commerce
- +Product Catalogue
- +Members
- +Email
- How do I add a new email address?
- How do I administer an email account?
- How do I check my email from webmail?
- Common email settings
- How do I configure Outlook 2013
- How to configure Outlook 2010?
- How to configure Outlook 2007?
- How to configure Outlook Express?
- How to configure Windows Mail?
- How do I check my emails in Thunderbird?
- How do I setup Netscape Communicator?
- How do I check email in my iPhone?
- How do I check email in my BlackBerry?
- How to setup Entourage for Mac
- How to configure Mac Mail?
- How do I add an email signature? (Outlook, Thunderbird)
- Mail Quota Warning
- How do I setup anti spam configuration?
- How can I download my email but keep a copy in server?
- Why am I losing important emails?
- Avoid "timeout" errors when checking email
- Setting the Root Folder Path for your IMAP account
- Email Setting for Bork
- +Site Styles
- +Site Admin
- How do I change my site configuration?
- How do I change my contact details?
- How do I change my password?
- How do I add Google Analytics?
- How do I add a Google Map?
- How do I hide and publish my site?
- How do I change the layout of my template?
- How do I see my site statistics?
- How do I use Meta tags?
- How to add social media?
- How to use robots.txt?
- How to manage custom file
- +Troubleshooting
- +FAQ
- +General
- Can I have different style or template on each page?
- How do I change my website appearance or templates or style?
- How do I create three levels of navigation?
- How do I use a proxy server?
- How to disable or enable tax display?
- How to export order into .csv format?
- How to create a member protected page?
- How do I restrict access to my catalogue?
- How do I send email to members?
- How to Forward Emails to Multiple Addresses?
- How to forward emails "As Attachment" in Outlook.
- How to Enable SMTP Authentication in Outlook
- How to enable snippet in the website?
- How do I add custom code to my website?
- How do I create a desktop shortcut of WebAlive Console?
- How to Clear Your Browser's Cache
- How to upload favicon ico
- How to enable Re Captcha
- How to send files to WebAlive
- What is this message “click to activate and use this control”?
- How can I remove old content or URL from search engine (Google, Bing, and Yahoo)?
- +How to use the Editor
- The text editor
- How to do copy & paste in text editor?
- Why can't I upload my photos?
- How do I add an image to my site?
- How do I make an image pop up?
- How to update alternative text on images?
- How do I create a hyperlink?
- How do I upload a file for people to download?
- How do I add multimedia (YouTube video and flash file)?
- How do I remove inline style
- Why is my new line gap too big?
- How do I create and work around a table?
- How do I improve the layout of my page using a table?
- How to remove or hide table borders?
- What makes a good web page?
- How do I make a consistent page?
- How do I copy content from an existing page to a new page?
- +General
How do I remove inline style
To remove inline Styles from an existing page, open your page with the editor, select the paragraph (or the entire content by pressing CTRL + A) and then click on Remove Formatting button.
![]() |
Inline styles, while they have a purpose, are not the best way to maintain your Web site. Please have a look at the disadvantages of using Inline Styles below:
- Inline styles do not separate content from design:
In fact, inline styles are exactly the same as embedded font tags and other design tags that should stop using. The styles only affect the exact tag they are applied to, and while that might give you more control, it also makes other aspects of your design and development more difficult. - Inline styles cause more maintenance headaches:
When you are working with style sheets, it can sometimes be very difficult to figure out where a style is being set. When you add a mixture of inline, embedded, and external styles and you have even more locations to look. Then, once you find the style and get rid of it, you will have to get rid of it on every element on every page where it’s been placed. Which can increase your maintenance work astronomically. - Inline styles are not as accessible:
While a screen reader or other assistive device might be able to handle the attributes and tags effectively, some of the older devices do not and can result in some strange Web pages. Plus, the extra characters and text can affect how your page is viewed by a robot such as a search engine, so your page optimization would not do as well as a page with external style sheets. - Inline styles make your pages bigger:
If you set a style on every paragraph on your site, you can do it once with like 6 lines of code and an external style sheet. But if you do it with an inline style, you will have to add those styles to every paragraph of your site. If you have 5 lines of CSS, that’s 5 lines multiplied by every paragraph on your site. That bandwidth can add up in a hurry.