![]() |
|
||||||||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||
|
|
#1 |
|
WLC Member
Join Date: Aug 2012
Posts: 1
|
I am working on a hobby project right now that has has 4 separate .css files.
I have set it up so that I can edit the .css files directly online via my site through an online text editor and save the changes. Now I would like to know if there are any editors out there that I could incorporate in my site to allow me to edit the css parameters (font family, size, color etc) via text field/drop down menus instead. Example: Right now I can edit the css code for the sites menu in a text editor that I can access my sites back-end. #menu td{ background-color:#FF00FF; font-family: "Tahoma", verdana, helvetica, arial, sans-serif; color: #FF00FF; font-weight: italic; text-align: left; border-left: 4px solid #00FF00; border-bottom: 1px solid #00FF00; border-top: 3px solid #00FF00; border-right: 1px solid #00FF00; } #text box{ background-color:#FF0000; font-family: "Arial", verdana, helvetica, arial, sans-serif; color: #FF00FF; font-weight: bold; text-align: left; border-left: 1px solid #F0FF00; border-bottom: 1px solid #00FF00; border-top: 1px solid #00FF00; border-right: 1px solid #F0FF00; } Are there any html/php/java editor out there that could make it easier for me to edit my css parameters so that I can pick the font family, size for #menu td via a drop down menu and chose the font color for #text box via a color map/picker for example? Or is the only "site editor" for my sites css the one I am using right now (i.e. text editor) ? |
|
|
|
|
|
#2 |
|
WLC Mod
Join Date: Jul 2009
Location: Milky Way Galaxy
Posts: 3,138
|
As far as I know, there is not. However, you really don't want that: to have a font drop-down list would just limit your options, as right now you can put in any font. (But stick to the standard fonts that everybody has) And if there were to be a size drop down, you'd either find yourself limited, or still just typing in numbers.
__________________
Praise be to the Lord God for the ability to learn, the capability to analyze, and the time to help users on this forum. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
Linear Mode |
|
|