Jump to content

RockiLocky

Member
  • Posts

    500
  • Joined

  • Last visited

Everything posted by RockiLocky

  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
  16. CPU: i7-8700k GPU: 2times 1080TI ASUS STRIX OC Mobo: Maximus X Apex RAM: 2times 8GB sticks from GSKIL 3666 MGHZ(not sure about the right MGHz but it should be around that number) CPU cooler: Kraken X62. Storage: 2SSD Samsung Evo850 (1x 500GB, 1TB) HD Western DIgital Black 2TB THink those are all the necessary components you need to know
  17. I did not yet but I can try. And yes the 2TB WD Black HDD is missing. How can I get the disk drives section expanded. And I maybe fforgot to tell you that before but it does recognize the WD Black HDD And I know this is a bit offtopci again, but do you think AI Suite 3 is vaiable for overclocking my cpu and gpu a bit? I dont need over the top overclock just a stable slight overclock. Or should I use something else for the GPU got THE GPU Tweak 2 rn.
  18. OK ehre you go: The thing is in my bios I do see my harddrive but it only has 500GB or 500MB dont know rn D: wouild need to look it up
  19. DO you mind helping me here out? nobody is really responding anymore and not sure what to do D: https://linustechtips.com/main/topic/861446-only-see-1-hard-drive/?tab=comments#comment-10714817
  20. Thanks a lot but where is the all downloads button do not see it D: might be blind But it is under utilities and drivers on the motherboard specifications/support right? EDIT: found it thanks a lot mate
  21. Hey guys, Wanted to ask if it is possible that the ai suite 3 programm is not downloadable for the maximuis x apex with win 10. Because I cant find it under utilities on the official asus web page Nice greets, Rocki
  22. In disk manager 1 disk has 499mb and the other one 99MB any solution to that because tahts not their real space
  23. Hey guys, As the title states I only see 1 hard drive and that is the one where my windows is installed on ;D. But I have2 other hard drives a SSD 1TB and a HDD 2TB but windows is not picking them up ;D. I do see them both in the BIOS. Although the HDD is not shown with 2TB but with no space at all Hope you boys can help me ouit ;D
×