as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Forums
Documentation
MAXdev Community
|
l. CSS stylesl. CSS styles Maybe you noted that there is no font formatting of the text in the Templates HTML code: that's because they use CSS: you find them in the ATTest/styles subfolder. You need to link the CSS files in your theme.html, by adding the link as follows:
Example: to format the Welcome message or the Block title, the tags used are:
The CLASS parameter of the <TD> tags refers to the styles defined in the style.css file:
CSS or Cascading Style Sheets are W3C standards and highly recommended: <here some explications on CSS> |