Hi,
In HTML need auto pop up when type:
bgcolor="" -> select color
color="" -> select color
background="" -> file dialog
Regards,
Alex
bgcolor, color, background - Select Color and File dialog
-
- Posts: 136
- Joined: 08 Sep 2010 12:49
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
-
- Posts: 136
- Joined: 08 Sep 2010 12:49
you're talking about CSS but I'm talking about HTML tags attributespjj wrote:Actually, background is a shorthand (like eg. border or font) and can contain definitions for background-color, background-image, background-repeat, background-attachment and background-position, so this dialog may turn out quite sophisticated in the process...

http://www.w3schools.com/tags/tag_body.asp (see Optional Attributes)
Example
http://www.w3schools.com/tags/att_body_bgcolor.asp
http://www.w3schools.com/tags/att_body_background.asp
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
The bgcolor attribute of <body> is deprecated, and is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.
Use CSS instead.
http://www.w3schools.com/tags/att_body_bgcolor.asp
Now, the question is if RJ TE should support deprecated elements/attributes/properties/whatever? Eg. HTML > Advanced > Frames? I believe it shouldn't. To the contrary, it should encourage use of recommended standards.The background attribute of <body> is deprecated, and is not supported in HTML 4.01 Strict / XHTML 1.0 Strict DTD.
Use CSS instead.
http://www.w3schools.com/tags/att_body_background.asp
-
- Posts: 136
- Joined: 08 Sep 2010 12:49
Re: bgcolor, color, background - Select Color and File dialo
We can add both url and file dialogs to the background property, so never mind.??