Results 1 to 7 of 7
  1. #1
    generator's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    IN THE MOUNTAINS.
    Posts
    1,515
    Reputation
    17
    Thanks
    145

    brackets programmer not showing live preview change

    so i'm coding on index html and live preview shows everything working like the text that i have changed, but when i want to see the css side of things i can't see no update right now it keeps showing me this even in live preview https://imgur.com/a/cQjSk it is supposed to look like this https://imgur.com/a/AlaXr
    Last edited by generator; 06-05-2017 at 04:36 PM.

  2. #2
    iTangerine's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    It would help to see your HTML & CSS source. If you don't want to share that. I would set the background of the page red, just to make sure the CSS stylesheet is even linked to your HTML (Most common issue I run in to). Second if you're using classes or id, I would double check in the CSS that you are calling them properly e.g. "#idname" or ".classname"

  3. #3
    generator's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    IN THE MOUNTAINS.
    Posts
    1,515
    Reputation
    17
    Thanks
    145
    Quote Originally Posted by iTangerine View Post
    It would help to see your HTML & CSS source. If you don't want to share that. I would set the background of the page red, just to make sure the CSS stylesheet is even linked to your HTML (Most common issue I run in to). Second if you're using classes or id, I would double check in the CSS that you are calling them properly e.g. "#idname" or ".classname"
    this is what my css looks like, https://imgur.com/a/SZdnM fixed it now it was a problem with my file name, it was styles.css instead of style.css. now im trying to add a background image but nothing happens https://imgur.com/a/d9nmR
    Last edited by generator; 06-05-2017 at 05:05 PM.

  4. #4
    iTangerine's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    I'd take a look at this. Link. Basically you forgot the quotations, but I strongly suggest you create a folder for your images within your project folder so the url would be "foldername/imagename.extension" because the image will only be visible to you when you upload it to a web server.

  5. #5
    Hackinet's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    525
    Reputation
    260
    Thanks
    1,024
    Quote Originally Posted by generator View Post
    this is what my css looks like, https://imgur.com/a/SZdnM fixed it now it was a problem with my file name, it was styles.css instead of style.css. now im trying to add a background image but nothing happens https://imgur.com/a/d9nmR
    This is your original code (as shared on skype): https://jsfiddle.net/0omzedh2/
    And here is the code(fixed): https://jsfiddle.net/0omzedh2/1/
    What was the Problem?: In your css, on line 11 you didn't close it with a semicolon+the url was of the image was invalid.

  6. The Following 3 Users Say Thank You to Hackinet For This Useful Post:

    prohacku (06-15-2017),thxtesting (06-15-2017),thxtesting2 (06-15-2017)

  7. #6
    r1vals's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    0x01
    Posts
    397
    Reputation
    10
    Thanks
    69
    My Mood
    Devilish
    Quote Originally Posted by Hackinet View Post
    This is your original code (as shared on skype): https://jsfiddle.net/0omzedh2/
    And here is the code(fixed): https://jsfiddle.net/0omzedh2/1/
    What was the Problem?: In your css, on line 11 you didn't close it with a semicolon+the url was of the image was invalid.
    Sorry for the necropost but I had a similar problem what that guy had, so I copied the code and checked it out myself to see what to write in and what to fix and when I load the code that button isn't there? It's just a normal windows button not an actual CSS one, why?
    TRAPPING IN UK

  8. #7
    Hackinet's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    525
    Reputation
    260
    Thanks
    1,024
    Quote Originally Posted by r1vals View Post
    Sorry for the necropost but I had a similar problem what that guy had, so I copied the code and checked it out myself to see what to write in and what to fix and when I load the code that button isn't there? It's just a normal windows button not an actual CSS one, why?
    Because you missed the register class in your css.

Similar Threads

  1. Picture will not show up!?
    By zmansquared in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-12-2010, 05:54 PM
  2. Model skin not showing up?
    By Wuzupmyhomiz in forum Combat Arms Mod Discussion
    Replies: 3
    Last Post: 01-23-2010, 04:34 PM
  3. Menu not showing
    By Joey713 in forum Combat Arms Help
    Replies: 10
    Last Post: 12-31-2009, 09:17 PM
  4. [TIP] Not showing off chams!
    By beaster11 in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 08-29-2009, 07:51 PM
  5. chans not showing
    By Rico760 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 08-13-2008, 07:36 AM