Topic: HTML and CSS

How to implement css in HTML.





Re: HTML and CSS

For an admin panel change the file of the template in ./skins/{template_name}.skin.php, for site frontend you install css in html and create the templates in Options > Edit templates.

Best regards,
CN Support team

Re: HTML and CSS

You need to learn and implement CSS first. Please let me know how much do you know. big_smile I would be happy to help you in that.

Re: HTML and CSS

If you do not want to have a separate style sheet then you can simply write your CSS in the head section of HTML page like this: Remember to enclose the code TelltheBell.

5 (edited by russel 2020-10-17 10:30:32)

Re: HTML and CSS

CSS stands for Cascading Style Sheets.

CSS saves a lot of work. It can control the layout of multiple web pages all at once.

Inline - by using the style attribute inside HTML elements
Internal - by using a <style> element in the <head> section
External - by using a <link> element to link to an external CSS file  GarageBand For Android