
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
<
CSS has from the age of the Internet been a part of doing websites. It is an easy but useful way to design an article. There are several ways to write CSS in Joomla, you can use an external file to store all CSS codes in, you can use an extension to include the code, or you can write CSS directly in the content. In this article, I will give some look into how I do it.
Read more: Three ways optimize the use of CSS in content with Joomla
Write comment (0 Comments)
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
Have you ever made a website with Joomla and you are getting the title "Home" with a large h1-header-tag? You can either hide the tag completely on all content, or you must specify it to be hidden on every page/article you make. There is a third and maybe smarter way to do this.
Read more: How do I hide the annoying page title using pure CSS?
Write comment (0 Comments)
- Details
- Written by: Bjørn Ove Bremnes
- Parent Category: Tips & Tricks
- Category: Basic WebDesign - Tutorials
Have you ever been frustrated by styling a page for then realize that every image contains a white line underneath, I saw this trick on Youtube and tried it with Joomla. The result was that line disappeared. This issue resides from the early internet when we've to use inline images in the text.
Read more: How to fix white space under an image using CSS and HTML
Write comment (0 Comments)