Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: General ?


Message #1 by "John Walborn" <Jwalborn@m...> on Tue, 11 Feb 2003 15:49:45 -0700
Eh, I still like the VB-like interface to InterDev... Really don't know 
why I hadn't used it until now.

-----Original Message-----
From: Imar Spaanjaars [mailto:Imar@S...]
Sent: Wednesday, February 12, 2003 1:07 PM
To: HTML Code Clinic
Subject: [html_code_clinic] RE: General ?


Hi John,

You can do the same in Dreamweaver.

For MX, open the CSS Styles panel (Shift+F11). Right click the panel and 

choose New Style. Select "Make Custom Style" and type a name, like myTD.

On the CSS Style Definition dialog you can set all kinds of style
properties, including those for the background. Once you're done, click 
OK.
Your CSS Panel now includes the .myTD class. Whenever you want to apply
this class to a TD, select the TD tag using the tag selector and then on 

the CSS Panel, click your myTD class. This will apply the class 
definition
to the current table tag.

So much for Interdev again ;-)

Cheers,

Imar


At 12:16 PM 2/12/2003 -0700, you wrote:
>As an FYI, I accomplished what I was attempting to do using the
>psuedo-WYSIWYG portion of InterDev. It's using a <TD> tag property with 

>which I was not previously familiar called "STYLE" to set a background 
for
>individual table cells. It also has an option for repeating the 
background
>image.
>
>So much for using Dreamweaver... :)
>
> >  -----Original Message-----
> > From:         John Walborn
> > Sent: Tuesday, February 11, 2003 3:50 PM
> > To:   'html_code_clinic@p...'
> > Subject:      General ?




  Return to Index