drtanz
Posts: 7
|
| Posted: 05/06/2007, 11:26 AM |
|
hi i would like to know how to format the look of my pages, is there a css editor within cc?
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 05/06/2007, 8:18 PM |
|
drtanz
Try this link: http://docs.codecharge.com/studio31/html/UserGuide/Work...les/Styles.html
|
 |
 |
jterry
Posts: 4
|
| Posted: 05/07/2007, 7:23 AM |
|
I already have a style sheet that I use in other HTML pages. How can I use that rather then the CodeCharge styles? I have added the code <link href="styles/Style.css" rel="stylesheet" title="Style.css" type="text/css" /> to on my HTML code tab. Any suggestions?
Jason
|
 |
 |
Wkempees
|
| Posted: 05/07/2007, 7:38 AM |
|
Have a look at the generated HTML
There are various classes used in CCS
(re)create those classes in your Style sheet and give them the
appropriate settings.
If you have the Style.css in the correct path it will be picked up and used.
Walter
|
|
|
 |
teke507
Posts: 69
|
| Posted: 05/11/2007, 6:19 AM |
|
how about those of us who do not wish to use tables .....tables are an awfull way of desiging for maximum compatibiliy all my other websites..non database driven obviously are all layout and design using CSS meaning the html is very simple ...bare bones... just the basic tags and IDs that way if someone is using the website on a cell phone or pda or just a slow connection they dont have to load the table with emptie cells for spacers that make it a nightmare for layout and integration with my current sites....in design view with our a style sheet applied it should look like this
Title
______
Name | _____|__
Address |_______|
City _____|
so on and so forth even though in my final design i want my name and address on the same line my CSS would handle that no problem.....any tips...cause even the code with out a theme or style sheet that comes out of CCS has these god awfull tables....thanks
|
 |
 |