HighDots Forums  

Re: confused

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: confused in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jojo
 
Posts: n/a

Default Re: confused - 07-08-2003 , 07:08 PM






Do you have a url we can run through?

--
Cheers jojo
Team Macromedia Member Volunteer for Dreamweaver MX
----------------------------------------------------
CF CMS Details: http://www.dwfaq.com/Store/detail/?id=wdCFcms
CF CMS Demo: http://www.webade.hostinguk.com/cfcms/
----------------------------------------------------
Extending Knowledge, Daily.
http://www.communityMX.com/
----------------------------------------------------


Reply With Quote
  #2  
Old   
Michael Fesser
 
Posts: n/a

Default Re: confused - 07-08-2003 , 07:56 PM






just sum1 wrote:

Quote:
http://www.aromasteam.net
Where's the problem?

The validator says loud and clear "there is no attribute ...".
Just remove them and use CSS instead of bgcolor, bordercolor etc.

In XHTML these attributes are not allowed anymore because they're only
used for presentation, not for logical markup.

Micha


Reply With Quote
  #3  
Old   
DiMa
 
Posts: n/a

Default Re: confused - 07-08-2003 , 07:59 PM



I think the validator pretty much explains itself: there is no height attribute
(this is invalid html, not just XHTML) and there is no color attribute in
XHTML. Your styles/colours should all be done in your style sheet, not within
the page itself.

--
--
DiMa
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
posts:
news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://www.dreamweaverFAQ.com

http://www.macromedia.com/support/forums/etiquette.htm
DiMa Design > From Lines...to Designs
http://www.dimadesign.net


"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote

Quote:
Yep
http://www.aromasteam.net

Thanx

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"jojo" <jojo (AT) zoot3 (DOT) com> wrote in message
news:befitg$pfc$1 (AT) forums (DOT) macromedia.com...
Do you have a url we can run through?

--
Cheers jojo
Team Macromedia Member Volunteer for Dreamweaver MX
----------------------------------------------------
CF CMS Details: http://www.dwfaq.com/Store/detail/?id=wdCFcms
CF CMS Demo: http://www.webade.hostinguk.com/cfcms/
----------------------------------------------------
Extending Knowledge, Daily.
http://www.communityMX.com/
----------------------------------------------------






Reply With Quote
  #4  
Old   
just sum1
 
Posts: n/a

Default Re: confused - 07-08-2003 , 08:39 PM



How do I apply a css style to this type of thing

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Michael Fesser" <netizen (AT) gmx (DOT) net> wrote

Quote:
just sum1 wrote:

http://www.aromasteam.net

Where's the problem?

The validator says loud and clear "there is no attribute ...".
Just remove them and use CSS instead of bgcolor, bordercolor etc.

In XHTML these attributes are not allowed anymore because they're only
used for presentation, not for logical markup.

Micha



Reply With Quote
  #5  
Old   
just sum1
 
Posts: n/a

Default Re: confused - 07-08-2003 , 08:52 PM



What I mean is, with say a table, (normally) you get the drop down on the
properties manager so you can choose a css style for the table or font, but
when I select this table, there is no way of doing that. Or is there???

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote

Quote:
How do I apply a css style to this type of thing

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Michael Fesser" <netizen (AT) gmx (DOT) net> wrote in message
news:halmgvkqso10ngig22ie4pv5mjflue9vnl (AT) 4ax (DOT) com...
just sum1 wrote:

http://www.aromasteam.net

Where's the problem?

The validator says loud and clear "there is no attribute ...".
Just remove them and use CSS instead of bgcolor, bordercolor etc.

In XHTML these attributes are not allowed anymore because they're only
used for presentation, not for logical markup.

Micha





Reply With Quote
  #6  
Old   
DiMa
 
Posts: n/a

Default Re: confused - 07-08-2003 , 09:02 PM



..tableName {
border: 1px solid #CCCCCC;
}

<table class="tableName"....

--
--
DiMa
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to your
posts:
news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://www.dreamweaverFAQ.com

http://www.macromedia.com/support/forums/etiquette.htm
DiMa Design > From Lines...to Designs
http://www.dimadesign.net


"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote

Quote:
What I mean is, with say a table, (normally) you get the drop down on the
properties manager so you can choose a css style for the table or font, but
when I select this table, there is no way of doing that. Or is there???

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"just sum1" <Anonymous-Remailer (AT) nowhere (DOT) com> wrote in message
news:befo4k$4dd$1 (AT) forums (DOT) macromedia.com...
How do I apply a css style to this type of thing

--


-------------------------------------------------------------------------
FIGHT BACK AGAINST SPAM!
Download Spam Inspector, the Award Winning Anti-Spam Filter
http://mail.giantcompany.com


"Michael Fesser" <netizen (AT) gmx (DOT) net> wrote in message
news:halmgvkqso10ngig22ie4pv5mjflue9vnl (AT) 4ax (DOT) com...
just sum1 wrote:

http://www.aromasteam.net

Where's the problem?

The validator says loud and clear "there is no attribute ...".
Just remove them and use CSS instead of bgcolor, bordercolor etc.

In XHTML these attributes are not allowed anymore because they're only
used for presentation, not for logical markup.

Micha







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.