Saturday, December 06, 2003


TULSAPROPERTIES.COM LLC acquiring tulsaproperties.com

Tulsaproperties.com has been online for some time under the ownership of Phillips & Associates CRE, Inc.  The new company will continue the development of the website and will be offering new services to the public soon. 

Tulsaproperties.com is the only complete directory of office buildings in Tulsa.  Prospective tenants and brokers have used the site for several years to find office space and potential buildings for lease or for sale. 

Once the transition is in place there will be more attention given to completing the images and expanding the data available on each property.  Advertising on the site may be available and brokerage listing services are planned as well.

More to come soon...

 


11:25:12 AM    

Dreamweaver MX 2004 CSS

One of the cool new features of Dreamweaver is its CSS authoring capability.  It's good but not perfect.  But MUCH better than the previous versions.

Try this: When working with CSS in Dreamweaver, you'll want to create Layers for box positioning objects and text.  However, the code it lays is in-line.  The preferred method of coding CSS is in a separate .css style sheet.  The in-line code will identify the Layer as id=Layer1 (or Layer2, etc.) followed by the style attributes.  Change the id to "class" and then cut and paste the style attributes over to the style sheet.  It will make your style sheet much more orderly and editable.

The rational of pasting your code into the style sheet is due to the fact that some attributes of in-line code are not viewable in certain browsers.  Tranferring this in-line code to the attached .css doc will take care of this.

 


10:55:51 AM