SMF For Free Support Forum
Signup For Free Forum
October 11, 2008, 07:40:59 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: 1 [2]
  Print  
Author Topic: Possible bug with styles..  (Read 1143 times)
0 Members and 1 Guest are viewing this topic.
Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 568


AKA Sub Zero


View Profile WWW
« Reply #15 on: May 11, 2007, 04:12:49 pm »

 No No NO No! WHen I edit it, I go back to put something else in and it has gone back to whatever it was before i edited it in the first place.
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #16 on: May 11, 2007, 04:23:31 pm »

Just a thought here as Ive seen this happen to a few people.

If you edit the css int in the css area at the very bottom it saves it to the css.

If you go back in later on and decide to make a change and you do so this time in the NORMAL edit area at the top and save it THERE  that area does not have the updates from your earlier edit in the css so you wind up with what is up top in that normal area PLUS your new change.     i.e. the area at the top does not get updated with any changes you made in the css edit area at the bottom.

This is why I use the css area at the bottom only
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 568


AKA Sub Zero


View Profile WWW
« Reply #17 on: May 11, 2007, 04:33:36 pm »

Ok.... but how do I find what I want to edit on my CSS area?
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #18 on: May 11, 2007, 04:49:57 pm »

Ok.... but how do I find what I want to edit on my CSS area?

I know you can change things in the normal area.  For me I preferered when I started doing this to do so directly in the css, but that is just me.   I am afraid I dont know how to tell you to use only the normal editing part;  as I do not use it any longer.

Should you want to try it with the css ..  ummm it does take some research / some html knowledge / some css knowledge
 
I went thru the source code to find things so I would know where they are.
And, I did searchs at w3schools and using google for information when I was stuck on how to edit some areas in there; such as adding a background and different ways to do it.

I made this to show where some of the areas are..  i.e. windowbg, catbg, tborder etc.

http://stylemanagertestsite.smfforfree2.com/index.php
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3064


Multi-Tasking Maven


View Profile WWW
« Reply #19 on: May 12, 2007, 10:43:30 am »

Forum Url: http://thebacklot.smfforfree3.com
Sibyl,  if I edit in the css such as replacing an image, it doesn't work.  In my case I was only replacing the background image.  SMF said he fixed it and it worked ok for a day and now is back to the same way before he tweaked it.

That was on server 3, with my testing account.  I don't think that it was intended that we repeat the processes over and over again to get them to work.

Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #20 on: May 12, 2007, 10:44:59 am »

Forum Url: http://thebacklot.smfforfree3.com
Sibyl,  if I edit in the css such as replacing an image, it doesn't work.  In my case I was only replacing the background image.  SMF said he fixed it and it worked ok for a day and now is back to the same way before he tweaked it.

That was on server 3, with my testing account.


Paste the code exactly as you put it in for that section so I can see how you did it, k?
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3064


Multi-Tasking Maven


View Profile WWW
« Reply #21 on: May 12, 2007, 10:50:39 am »

Ok, I was using this:

/* The main body of the entire forum. */
body
{
   color: #000000;   
                background-image: url(http://i137.photobucket.com/albums/q232/LaundryLady1947/Patriotic%20Themes/rose_cross_lg_wht_me.jpg);
   font-size: small;
   font-family: verdana, arial, helvetica, sans-serif;
                margin: 1px;
                padding: 12px 30px 4px 30px;
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #22 on: May 12, 2007, 11:02:51 am »

It looks fine to me but try putting the following code in.
Before you do, where it says "background-color"  change the color code to one close to your background image color.

Also make sure to save it by clicking Modify Style at the very bottom.
If you go back in and make any edits in the top section (the normal edit section) and save it up there,  you may lose the changes you made earlier.   Ive not quite gotten those two areas to work well togeher and find (for myself) its better to stick to one, or the other.

Code:

/* The main body of the entire forum. */
body
{
        color:  #000000;
        background-color: #E6E6E6;
        background-image: url(http://i137.photobucket.com/albums/q232/LaundryLady1947/Patriotic%20Themes/rose_cross_lg_wht_me.jpg);
        font-size: small;
        font-family: verdana, arial, helvetica, sans-serif;
        margin: 1px;
        padding: 12px 30px 4px 30px;
}

Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3064


Multi-Tasking Maven


View Profile WWW
« Reply #23 on: May 12, 2007, 11:49:38 am »

Thanks, Sibyl.  That worked this time.
Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #24 on: May 12, 2007, 11:57:34 am »

Thanks, Sibyl.  That worked this time.

you are very welcome Smiley
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 568


AKA Sub Zero


View Profile WWW
« Reply #25 on: May 12, 2007, 11:59:46 am »

Thanks for all your help Sibyl!
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #26 on: May 12, 2007, 12:04:48 pm »

Thanks for all your help Sibyl!
welcome  Smiley    watching racing on tv at the moment...   
Logged

Alejo
SMF For Free Sponsors
*
Offline Offline

Posts: 568


AKA Sub Zero


View Profile WWW
« Reply #27 on: May 12, 2007, 07:40:11 pm »

Okay have fun with that! (I hate NASCAR!!!!)
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8444



View Profile WWW
« Reply #28 on: May 12, 2007, 07:47:20 pm »

Okay have fun with that! (I hate NASCAR!!!!)

lol.. was watching Indy stuff actually  (go Danika)
But I do love Nascar  (its on rain delay)  edit:  (its been postponed)
« Last Edit: May 12, 2007, 07:53:04 pm by simply sibyl » Logged



Pages: 1 [2]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.241 seconds with 16 queries.