If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports
web standards, although its content is accessible to any browser or Internet device.
Posted: 9/8/04 12:00 pm HELP ME !! losing my hair...(switching style)
It's been almost like 6 days that I am trying to apply the switching device for alternative stylesheets
but it's not working.
Probably:
- because my .css files are wrong
- because I don't know what to write in the "custom html advanced customization box 1 (head)" (i mean, i already have a design and style tags etc... but if I use .css files, does it mean that is will override my style tags and all the html i've already put?)
- (?) cuz the links/codes are put in the wrong box ?
I am desperately looking for contacting someone via msn so he/she can explain to me what and how to do it properly.
Here are my stylesheets but i know they are not correct :
Posted: 9/8/04 2:55 pm Re: HELP ME !! losing my hair...(switching style)
Looking at the stylesheets you have, they seem totally wrong.
I see /par all over the place and I have never seen that in any css before.
Dreamweaver opened your css and barfed on it straight away!
If your switching styles I would expect you to load as much css as would require the change to take place.
In other words it really depends on how many changes or differences there are between style1 and style2.
Here is a good example of a stylesheet.
If that code was used within a CSS file, it would look exactly as it looks there but without any style tags at the beginning or at the end.
Posted: 9/8/04 3:30 pm Re: HELP ME !! losing my hair...(switching style)
this is what I did for the design...
I opened the "advance customization"
i changed and saved (on wordpad doc) the 3 different styles and it was working through the BOX 1
style 1: clear white
style 2: orange red
style 3: bleu green
then I thought that simply by taking some part of what was present between the style tags in the HEAD (box 1) was enough to create default.css file and then with each change of color (allready tested) i created option1.css and option2.css.
But i'm sure that's not the way to create CSS files.
It would be too long for me to learn CSS files now, so that leaves onlye 2 solutions for me:
- find someone who will agree to make the changes for me (i send to him/her my entire CUSTOM HTML from ezboard, and he/she makes the .css files for me)
- find a HTML to CSS generator which would make NO mistakes in order to generate the code in .css
Posted: 9/8/04 3:30 pm Re: HELP ME !! losing my hair...(switching style)
A CSS file is only a text file.
It can be created with, opened with notepad, Dreamweaver, HTML Kit, 1st Page 2000 and many other programs that support text/css files.
CSS, Cascading Style Sheet
HTML, HyperText Markup Language
(both web programming languages, both different in what they can and cannot do)
HTML is used to define the layout and CSS is used to control how the HTML layout looks (fonts, colors etc.)
If you are trying to use the style switcher, you really need to get acquainted with CSS and HTML, understand how it works, once you grasp that you should fly through style switching.
I think you're trying to run before you have even crawled at the moment
Posted: 9/8/04 3:38 pm Re: HELP ME !! losing my hair...(switching style)
This lot in your custom html, 1st text box from the top, is CSS.
When it's used within the webpage itself it has to use the STYLE tags (beginning and end)
When it's used in an external .css file, you do not need the STYLE tags within the .css file, that's the main difference between the two.
Use Notepad to create .css or .js files, it's the most basic tool you should need, steer clear of Wordpad!
Posted: 9/8/04 3:43 pm Re: HELP ME !! losing my hair...(switching style)
Compare that code above to what you have contained in your css files, you will see the difference.
To save a .css file or a .js file in Notepad..
File, Save As
Change the 'Save As Type' from Text, to 'All Files'
Encoding should be ANSI
File Name (type a name for the file here, don't forget what it's called!) make sure you end the file with
.CSS (if it's a css file)
.JS (if it's a script file)
Save it, upload it to your web space and link to it.
Posted: 9/8/04 3:44 pm Re: HELP ME !! losing my hair...(switching style)
the problem is that I learned pretty fast if for example i have an example
take a look at my board now...
that is the "clean" version.
I have tested this afternoon (through HTML) 2 other versions (red/orange - very beautiful) and (bleu/green)
But the problem is that I know how and where to put the codes and new images etc in the custom html but for the .css files..... it's like I know nothing and don't understand...
if only atlaass or you could , i dunno, like programm for me one generic .css file so it suits my desire to change properly the colors of the sidebars...that would be so great!!!
I mean, doing the custom advanced HTML is one okay thing, and i understand how to change which part and which part, how to include a background there and then another color here etc...
but whenit comes to designing .css files? i'm like ....
never ever heard of .css before!?
Posted: 9/8/04 3:47 pm Re: HELP ME !! losing my hair...(switching style)
You have a set of generic css staring at you on your board and just up there that I posted a short while ago
Posted: 9/8/04 3:51 pm Re: HELP ME !! losing my hair...(switching style)
Anything beginning with a # will be referring to a section of HTML that uses an ID
e.g
#header
(in html the css would control this bit)
<td ID=header>
Anything beginning with a . will be referring to a section of HTML that uses a CLASS name.
e.g.
.header
(in html the css would control this bit)
<td class=header>
Posted: 9/8/04 4:00 pm Re: HELP ME !! losing my hair...(switching style)
S'okay my French is awful!
And you're English seems fine to me
Don't rush, take your time looking at the CSS, then look at the HTML used for your sidebar, try to learn which bit of CSS controls which bit of HTML in the sidebar.
I have a busy day ahead of me tomorrow, so i will be going to bed, back tomorrow night.
Posted: 9/8/04 4:02 pm Re: HELP ME !! losing my hair...(switching style)
several questions:
- notepad and wordpad are NOT the same????
- that's what know, that section you showed me, i have 4 different styles of it with colors changing and new images. I've tested those and it worked but only in th custom html
as for . css files???
what can i do?
1; download notepad
2; open it and copy paste that section (which is what i did)
but i dunno why you do see so many "\par " etc... cuz i don't see them (i use wordpad) does that make a difference?
Posted: 9/8/04 4:03 pm Re: HELP ME !! losing my hair...(switching style)
Best (or easiest now) thing to do is open your existing .css files in wordpad... save as... file type: text (DOS), but make sure it still says default.css etc.
Then open in notepad and compare to the other .css file and you'll see the difference... a
If you use wordpad you need to make sure to save as a text file, and then it might cause problems anyway... use notepad or editplus or dreamweaver or something.
If you fix your .css files and it still doesn't work then let us know and we can take another look... there is no point until the .css are correct.
here is an example of YOUR corrected default.css file you should be able to acheive the same thing on the option file by the process I described above:
Posted: 9/8/04 4:05 pm Re: HELP ME !! losing my hair...(switching style)
Oh yeah the /par are Rich Text Format markups and if you save as text only they will disappear...
what do you get if you double click on one of your .css links above? does it open in wordpad or something else?
Posted: 9/8/04 4:37 pm Re: HELP ME !! losing my hair...(switching style)
Not the same Don, I'm better than Nut at javascript, but he's better at everything else