Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 one extern css file for project

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
plr Posted - 17 Jun 2010 : 14:49:26
hi all !
Maybe i don't know the well parameters to export my files but even when i select the option "create one css file for the entire project" i still have many inline styles like "positions".
is there something i do wrong ?
thanks
6   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 02 Jul 2010 : 14:56:27
>I really would love this possibilities because working only on css later

Why? you are using a graphical site editor! ;-)
plr Posted - 02 Jul 2010 : 00:11:10
Hi Dav
if this can help you looking for an option to produce only one external css file
http://www.voodoobytes.info/humbles-tools/
plr Posted - 23 Jun 2010 : 14:03:16
Hi Dav
Thank you for your reply.
I always rename all ID in DHTML, so maybe for this you could implement a verification of ID names when compiling and there would be a solution for really creating only one extern css file.
I really would love this possibilities because working only on css later. But i understand it's a lot of work for you, so if you do it it's great and if you don't, i will do without.
Am'i alone for this ???
s.dav Posted - 21 Jun 2010 : 09:27:29
This design has been made for compatibility with old browsers. Yes, it is possible, but each page has to have its own .css file;
It is not possible to create only one .css file for the entire project that has all stylesheets because IDs in different pages recur.

Would you like to have an option for putting positioning style attributes into an external .css file? The program will need some work in order to do this.
plr Posted - 18 Jun 2010 : 22:49:49
Thanks for reply
But if every object is in a div tag and has an id, why is-it not possible to add this styles in extern css files,
Is-it a choice or is-it not possible ?
ex:(<div id="ldheLabel3" style="position: absolute; left: 519px; top: 735px; width: 426px; height: 57px; text-align: right;" align="left">)
#ldheLabel3 {
position: absolute;
width: 426px;
etc......
s.dav Posted - 18 Jun 2010 : 14:30:11
Those styles cannot be exported into a common file because are relative to each object. In the common file you'll see only styles related to labels that you'll use in your site.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000