Tema: InLine CSS's
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/07/2002, 15:21
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 3 meses
Puntos: 535
InLine CSS's

Masters..

en el panel de "CSS Styles" puedo crear un 'Class' o redefinir un tag html ya sea en la misma página o en una hoja de estilos separada; pero... ¿cómo demonios se pone un CSS inline en el DreamweaverMX?

Digo, mediante un asistente que permita especificar el atributo y su valor... no me vengan que escribiendo a mano que eso ya lo se


Estuve leyendo este artículo <a href='ir.asp?http://www.macromedia.com/desdev/mx/dreamweaver/articles/css_practices.html' target='_blank'>http://www.macromedia.com/desdev/mx/drea...</a> en donde dice...

Cita:
Inline CSS

Simply put, you should avoid inline CSS styles. Apart from any other considerations, using inline CSS means that you are not taking advantage of the true powers of CSS-and it means that you are not separating content from presentation.

Dreamweaver MX uses inline CSS mark-up primarily for positioning page elements (these positioned items are called &quot;Layers&quot; in the Dreamweaver MX UI), or to enable a specific DHTML effect which requires an inline style to alter an object's properties with JavaScript
... y tienen razón con respecto a que de esa manera no se aprovecha el potencial de las CSS, pero me vale madre <img src='images/tongue.gif' width=15 height=15 align=middle>.

no hay manera de hacerlo sin tener que recurrir a tipear el style a mano?