Hello...I need some help with the CSS code. I have a code already written..but when I put it in the box and hit apply...NOTHING HAPPENS!!! Sorry for the caps...but we've been trying to get it to work for 2 days with no success. If someone could please give me some assistance on this, it would be greatly appreciated
|
Can you post the URL of the forum. It could help the Nabble team to diagnose the problem.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Certainly, thank you so much!!! http://psychoz.1070529.n5.nabble.com/
|
Please, write at the css box only your css code. Do not write tags like this:
<style type="text/css"><!--
My test forum.
|
ok, I've removed any and all instance of these tags and I'm still getting the same thing...NOTHING. |
When I view the source of your forum, the LINK line that should indicate the contents of you CSS styles points at an empty file:
<link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" /> I don't know anything of the inner workings of the .jtp file, but maybe there is still some code on the "Enter your custom Cascading Stylesheet (CSS) code:" dialogue that shouldn't be there and it is that that is causing the script that generates the file to choke. It might be worth posting the code you still have in that dialogue here.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
This is the code I'm using. It was written by a friend, so I don't know much about it.
h1,h2,h3,h4,h5,h6 { color: gold; } body { background-color: black; background-image: url(http://i45.tinypic.com/6hucg1.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } table, tr, td { background-color: transparent; border: 0px; } table table { border: 0px; } table table table table{ border:0px; } table table table { border-width: 0px; border-color: gold; border-style: solid; background-color: transparent; } table table table td { background-color: transparent; filter:alpha(98); -moz-opacity:0.98; opacity:0.98; -khtml-opacity:0.98; } table table table table td { filter:none; } body, div, span, td, p, .orangetext15, .whitetext12, .lightbluetext8, strong, b, u, .gainsborotext, .gainsborobtext, .btext, .text, .nametext, .blacktext10, .blacktext12 { font-family: FUTURA; font-size: 18px; color: gainsboro; font-weight: bold; font-style: normal; text-decoration: none; } .nametext { padding: 5px; font-family: FUTURA; font-size: 24px; color: GOLD; font-weight: bold; font-style: normal; text-decoration: none; display: block; } .whitetext12, .orangetext15 { font-family: Verdana; font-size: 18px; color: gainsboro; font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.man:link, a.man:active, a.man:visited, a.man:hover, a, a:link, a:active, a:visited, a:hover, a.navbar:link, a.navbar:active, a.navbar:visited, a.navbar:hover, a.text:link, a.text:active, a.text:visited, a.text:hover, a.searchlinksmall:link, a.searchlinksmall:active, a.searchlinksmall:visited, a.searchlinksmall:hover, a.gainsborolink:link, a.gainsborolink:active, a.gainsborolink:visited, a.gainsborolink:hover { color: GOLD; font-weight: bold; font-style: normal; text-decoration: none; } a.navbar:hover, a.man:hover, a:hover { color: red; font-weight: bold; font-style: normal; text-decoration: underline; } .badge { position: absolute; left: 1px; top: 1px; }td, div, table, th {background-color:transparent!important;} * {color:#FFOO99!important;} |
This last code worked in my test forum. So, use it and for other changes ( font, color) use our change appearance top menu. Is it enough?
My test forum.
|
I'm not sure I understand which part of the code you used. I have no problem with using the color/font selections available...I just wanted to change the background itself to this http://i45.tinypic.com/6hucg1.jpg |
I confess that I didn't fully understand Pedro's post either. However, I have also posted that entire batch of code into my test forum and it appeared to work as expected. (There's much in it that will have no effect. Some appears to be specialised code that will only work on your main site.)
(I did make one little change. In the last line: {color:#FFOO99!important;} the double-O should be two zeros ) As to the background... The section: body { background-color: black; background-image: url(http://i45.tinypic.com/6hucg1.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; }should do it!
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted. |
Thank you...but it's still not changing. I don't understand what is going on...but it won't even change with the preset color schemes
On , "GregChapman [via Nabble Support]" <[hidden email]> wrote: > > > I confess that I didn't fully understand Pedro's post either. However, I have also posted that entire batch of code into my test forum and it appeared to work as expected. (There's much in it that will have no effect. Some appears to be specialised code that will only work on your main site.) > > > (I did make one little change. In the last line: > > > {color:#FFOO99!important;} > > > the double-O should be two zeros ) > > > As to the background... The section: > > body { > background-color: black; > background-image: url(http://i45.tinypic.com/6hucg1.jpg); > background-position: center center; > background-repeat: no-repeat; > background-attachment: fixed; > } should do it! > > > > > Just a Volunteer Nabble Helper - because the nice folk at Nabble have helped me! > > > > > > > > > If you reply to this email, your message will be added to the discussion below: > > http://support.nabble.com/HELP-CSS-BOX-NOT-WORKING-tp7581075p7581099.html > > > > > To unsubscribe from HELP!! CSS BOX NOT WORKING!!, click here. > > NAML > > |
Well, after trying all of your suggestions, nothing worked. I was about to give up, when my partner made the decision to create another page and see what happened. It WORKED on the new page!
I still have no idea why it's not working on the first one....but I would like to thank both of you for all your help. |
Please, give your new page, I'm also trying to understand what happened. In my forum, your code seems to work fine.
My test forum.
|
No problem. Here's the link http://psychoz.1072107.n5.nabble.com/
|
Free forum by Nabble | Edit this page |