Results 1 to 2 of 2

Thread: Automatic CSS From Software

  1. #1
    Join Date
    Nov 2007
    Posts
    39
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Automatic CSS From Software

    Is there any CSS editor that lets you stretch your page layout in a visual display and then that automatically applys that to your css file? Sort of like how you can drag and adjust the size of your browser window.

    All the CSS editors I've used so far require you to type it in measurment propertys save and then look at your html file.

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    WYSIWG (or whatever the abbreviation is) editors do that with the "preview" tab, however those are mostly based for the IE rendering engine, thus are not helpful and should not be relied upon.

    The browser window "drag and drop" feature saves the information into a cookie and sets it to your computer, so that every time you re-visit the page you get the layout that you desire so long as the cookie does not expire / you do not clear your browser cookies.

    Now with that said, all of those browser drag and drops use and re-write the css file, so that would be the closest you could get to what you are describing, because its real time in your browser window; you, as the developer, could decide then to copy the changes made to the css file, but I am not aware of a WYSIWG editors

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •