T O P I C R E V I E W |
petran |
Posted - 12 Feb 2008 : 16:37:33 For a site I'm making I would like to use in CSS
body { background-position: 50% 115px; }
Is there a way to add this to a CSS file without losing it every time I export my DHE files |
2 L A T E S T R E P L I E S (Newest First) |
petran |
Posted - 13 Feb 2008 : 09:44:26 Yes, that's the way.
Thanks a lot. |
s.dav |
Posted - 13 Feb 2008 : 09:13:17 Yes, you can put a <style> tag in the "header" section of your page
1- open the page properties 2- click on the "scripts" tab 3- choose "Header Code" 4- under the menu "Tags" you'll find "style" 5- write the class
If you want this style for every page in your site simply put this code into a master-page or into an inported .dhe file object ;-) |