Jump to content

RockiLocky

Member
  • Posts

    500
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

About RockiLocky

  • Birthday Jan 01, 1997

Profile Information

  • Gender
    Male
  • Location
    Austria

System

  • CPU
    i5-2500
  • Motherboard
    Gigabite GA-H97-D3H
  • RAM
    8GB Balistics
  • GPU
    GTX Titan
  • Case
    Coolermaster
  • Storage
    Western Digital Blue
  • PSU
    Thermaltake Smart SE 730W
  • Display(s)
    Philips (old)
  • Cooling
    Stock Cooler
  • Keyboard
    Logitech G19
  • Mouse
    Logitech G500
  • Sound
    Razer Kraken Pro neon(Green)
  • Operating System
    Windows 7

Recent Profile Visitors

1,082 profile views

RockiLocky's Achievements

  1. Did you check out the link I posted?
  2. Seems like I am too dumb to realize the difference between a quote and his post Thank you for helping out too ;D
  3. Thanks man that helped me out found the little bastard.
  4. Thanks will check that out now
  5. sry that is my bad for writing fast here I didnt copy and paste anything to this post just wrote up fast. Will fix it. But I did use color: white; in my source code
  6. https://stackoverflow.com/questions/17879735/there-are-no-primary-or-candidate-keys-in-the-referenced-table-that-match-the-re This might actually help you out. The guy seems to have the kinda same problem
  7. I came up with that already: .sph h5{ color:#cfd8ef; font-family:serif; font-style:italic; display:inline; } Did not work for me D: Could give you the whole source code if you want to
  8. Would you mind explaining that more in detail I just started programming in css 3days ago ;D
  9. Could you get me a pic of your tables themself? and is the above code the code you execute through your program?
  10. Hey guys, I have the problem currently(I am using bootstrap too) that when I use a heading f.e. h1,h2,h3 or any other I am not able to change the color of it. For information the header is under these parent tags: <body> <div class="tab-content"> <div class="tab-pane"> <h5>Test</h5> </div> </div> </body> I tried following steps: -- Tried to force the color onto the hearder, but didnt work: <h5 style="color:white;"> </h5> --I tired to use class from another css. Importantly when setting the link references the other css is under bootstrap so it should override its properties, but did not work either: inside a css file: .test{ color:white; } in the html file: <h5 class="test"><h5> -Tried to make a style for it inside the body, but didnt work either: <body> <style> h5{ color: white; } </style> ..... ..... ..... </body> -Also tried to force override the h5 settings with inside a css file: h5{ color:white; } I also tried to find out if the parent tags force any color onto it through bootstrap but neither .tab-content nor .tab.pane do changes to color(font-color) or anything. I am a little bit at a loss because I dont know a way without changing it inside the bootstrap file, to get around it rn and I dont want to change any source code for now for late porpuses of the headings. Anybody got an idea what I can do? Nice Greets, Rocki
  11. Thanks for answering sry I am so late didnt check forums for a while because I found a way around it ;D
  12. Hey guys, I am trying to work with some websides and did some costum pictures and got some from google. Now to test and get an kinda good looking webside up I am currently trying to make that ;D. But I have a problem(Using Bootstrap): I do have automatic margin to the left and right when using bootstrap. Under it the row/col and using a background img so I can put buttons in front of it :D. But sadly it is not working out rn and I dont know what to do. Hopefully someone can help me out. Code: <!DOCTYPE html> <html> <head> <title>Fermani</title> <link rel="shortcut icon" href="img/favicon.ico"> <link rel="stylesheet" href="styles/main.css"> <link rel="stylesheet" href="styles/side.css"> </head> <body> <div class="container-fluid"> <div class="row"> <div class="col-sm-12 fermaniLogo" style="background-color:#1a1a18;"> <img class="center-block" src="img/fermani.png"> </div> </div> <div clas="row"> <div class="col-sm-12 homepage" style="background-image: url('img/test2.png');"> <!----> </div> </div> </div> <script src="scripts/bootstrap.js"></script> <script src="scripts/bootstrap.min.js"></script> </body> </html> .fermaniLogo{ padding-top:10px; padding-bottom:30px; } .homepage{ padding-top:500px; padding-bottom:0px; margin-left: auto; margin-right: auto; } body{ /*background-color: #1a1a18;*/ } With regards Rocki
  13. I actually do have one in the basement. But I dont think it will work because: i used the sata and power cables from my ssd and it still didnt work so it must b the drive imo but i will try it out thx for the help again ^^
  14. I think so, I will rma it tomorrow. But thank you for all of your support
  15. I did check my cable and my supply of power. Even changed them. Nothing changed. I still see the HDD in my bios, but with 500M. I still see it in device manager. and still same problem for disk management. Any ideas? EDIT: It doesnt even show up in Windows anymore. Neither in disk management nor in device manager. Furtheremore it doesnt show up when I use command prompt go: list diskneither shows up there it doesnt show up in bios anymore either Edit 2: Got it to show up in bios under boot with the 2tb but not showing up in windows at all
×