When I open the html-files (templates) in GoLive and save it under a new name they are demaged. I made no other changes, only the documentname. I think Golive saves it not as CSS. It is a normal html-document. So the new file is not longer connectet with styles in the imagesfolder. I speak about the iPhone template.
I don't know CSS, only html.
How can I open the MyiPhone.html file, make some changes, and save it in the right document format?
And the socond question would be: Were are the information hidden in CSS?
I mean things like [key:theatrical] [key:genre][key:rated]... In the nomal html-templates I found them easily in the html-code.
How can I edit CSS-Templates?
Unfortunately the 'Edit' button in the export window only opens the iPhone.html template, not the connected iPhoneDetails.html template as well. So what you have to do is select the DVDpedia icon and ctrl-click it to bring up a contextual menu. From there navigate to Show package contents/Contents/Resources/Templates and make a copy of the 'iPhoneDetails.html' template, rename that copy to 'MyiPhoneDetails.html' and save the copy in the Templates folder in User/Library/Application Support/DVDpedia.
Now you'll have to open the MyiPhone.html template once more and change the link at the top from to .
The files are regular HTML files so that's what you want to save them as. The CSS file is separate and saved under Images/iphone.css. When you're viewing the HTML files in GoLive, the CSS will not be loaded because the link is different but you can still edit and modify the HTML without affecting the CSS file.
The CSS is just for layout, it tells the template how to display the information.
Now you'll have to open the MyiPhone.html template once more and change the link at the top from
Code: Select all
<meta name="details" content="iPhoneDetails.html" />
Code: Select all
<meta name="details" content="MyiPhoneDetails.html" />
The files are regular HTML files so that's what you want to save them as. The CSS file is separate and saved under Images/iphone.css. When you're viewing the HTML files in GoLive, the CSS will not be loaded because the link is different but you can still edit and modify the HTML without affecting the CSS file.
The CSS is just for layout, it tells the template how to display the information.
-
- Contributor
- Posts: 6
- Joined: Thu Jul 06, 2006 2:10 am
-
- Contributor
- Posts: 6
- Joined: Thu Jul 06, 2006 2:10 am