Ferenc Engard wrote: > I have reached to my substantive work: I received a frame of a site > (done in dreamweaver, by the way). I am building the style structure, > and have some methodology questions: > > 1. There are images which build up the design. Tell me pro's and contras > about placing them in midgard attachments or not? At this moment I tend > that I would leave them outside; as it is simpler, and do not see > reasons for uploading them to the database.
Pros: can be managed with Midgard. NAdmin can attach them to articles etc. Cons: if you want to handle the files a lot, you can easily move them, access them to find image sizes, upload them via FTP, etc. > 2. I have a few bits of the page which clearly belongs to the style, but > changes a bit on every page. For example, the <body> tag attributes. The > "onLoad" attribute is heavily used by dreamweaver to preload images, and > I am not sure that it is the same on all pages. :( Should I create a > style element, and overwrite it with a page element where necessary? I > have to atomize the style, if I want to create an element for each of > attributes, e.g. bgcolor, text etc... Other ideas? You could have a style element like: <body <[body-attrs]>>....</body> and then leave it to each page to set or not set body-attrs, directly or through page element inheritence. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
