Jump to content

tomasesp

Member
  • Posts

    38
  • Joined

  • Last visited

Everything posted by tomasesp

  1. When I first install windows on my old build I installed "Windows 8.2 Pro" and then upgraded it to windows 10. If I used the same installation disk will it cause it to go back to 8.1 or will it stay on 10?
  2. Just to understand correctly I should buy a new installation of windows?
  3. Hello, About three weeks ago I updated my old rig from AMD to intel. I used my old hard drives but anytime I download will have AMD ready download file. Should I reset my entire PC or is there something I can use to delete the AMD drivers in my hard drives.
  4. hello, I'm making this post due to having some issues with my K70. It starts acting up where it disconnect from my PC and connects again, it would do this in a loop that would last up to two minutes. I have tried changing the USB location on my PC but nothing.
  5. 1. i will see if i can do the SSD, I had one in there a 120G one but it made it almost 700. 2. Which 960 would you recommend. 3. I'm not going to be overclocking it. Do you have a better psu in mind, I chose the one on the list because of the Watt to price.
  6. Hello, I'm building a PC for one of my cousins, he wants to spend about $600 US dollars. He is not going to be doing anything extreme on it other than some LoL gaming. This my pcpartpicker list for him. http://pcpartpicker.com/p/GQBHYJ
  7. I was able to find what was the issue, I just needed to use clear:both on my footer tag in my style page.
  8. I tried everything I could think of, but nothing works I even change some of the footer style elements.
  9. I'm having some issues with one of my pages with my footer. instated of being in the bottom its not taking the style I set it to. All my pages are working fine with it. In the about page I'm using a div within the body call mainbody, within that div i have a div call upcommingevents and another one call secondbody holding the people information. <!DOCTYPE html> <html> <head> <link href="CSS/StyleSheet.css" rel="stylesheet" /> <title></title> <meta charset="utf-8" /> </head> <body> <div id="top"> <div id="Info"> <ul> <li><a href="ContactUs.html">Contact Us</a></li> <li>En Espa&ntilde;ol</li> </ul> </div> <div id="Banner" align="center"> <img src="Pictures/ch1.png" height="250px" width="100%"/> </div> <div id="Nav"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="Calendar.html">Calendar</a></li> </ul> </div> </div> <div class="MainBody"> <div id="UpCommingEvents"> <h2 align="center">Upcoming Events</h2> <dl> <dt>March 1st</dt> <dd>Food drive at hahah st, Paterson nj</dd> <dt>March 6</dt> <dd>dsfggdfsgsdflgsdfjhglkdsjfglkjdfsgljdsfglkdsfjgl;kdsfjglsdfkgjsdlkgjdlskfgjldsfkjgdlskfgjdsflgkjsdl;fkgjsdlfkgjdlsfkgjsdl;fk</dd> </dl> </div> <div id="SecondBody" > <h1 align="center">About Us</h1> <p id="AboutUSPara"> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered. </p> <div class="AboutPeople" > <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft"/> <p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend</p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p class="AboutPeopleP"> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> </div> </div> <div id="footer"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="Calendar.html">Calendar</a></li> </ul> </div> </body> </html> body { margin:0px; } #top{ background-color:white; width: auto; height: auto; } #Info ul li{ list-style-type:none; float:right; text-align:center; border:1px; width:100px; } #SocialMedia{ font-size:20px; } #Nav{ background-color:aquamarine; align-content:center; } #Nav ul{ height: 25px; width:1000px; margin:0 auto; } #Nav ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px; } li a{ text-decoration:none; color:black; line-height:20px; display:block; } #slideshow{ } .MainBody{ background-color:ghostwhite; width:1000px; max-height:initial; margin-left:auto; margin-right:auto; } #UpCommingEvents{ background-color:ghostwhite; border:1px solid black; margin:20px; padding:5px; float:left; width:200px; } #UpCommingEvents h2{ align-content:center; border-bottom:1px solid black; background-color:ghostwhite; } #UpCommingEvents dl dd{ word-wrap:break-word; } #SecondBody{ float:right; width:700px; padding:1px; margin-left:auto; margin-right:auto; } #AboutUSPara{ align-items:center; } .AboutPeople{ padding:15px; float:inherit; border-bottom: 2px solid #000000; } .floatleft{ width:100px; height:100px; float:left; } #footer{ width:1000px; background-color:aquamarine; align-content:center; margin-left:auto; margin-right:auto; } #footer ul{ height: 25px; width:1000px; margin:0 auto; } #footer ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px; } #Events thead tr th{ width:300px; word-wrap:break-word; }
  10. I have most of the CSS down, is just the height of that div I'm having issues with. I'm not sure if i'm suppose to be using a different tag than the 'height' but I have tried everything.
  11. Hey I updated the post with some pics, the green is the div I'm using as my main body.
  12. Hello, I'm creating a website for a class I'm having trouble with the with a <div> I'm using as the body. I want the <div> height to expand by itself when I add new content, instead of having a fix height. I don't want to make a new style page for each page i make to change the height for each one. The <div> I'm using as my main body is the green one shown in the pics. this one of my pages <!DOCTYPE html> <html> <head> <link href="CSS/StyleSheet.css" rel="stylesheet" /> <title></title> <meta charset="utf-8" /> </head> <body> <div id="top"> <div id="Info"> <ul> <li><a href="ContactUs.html">Contact Us</a></li> <li>En Espa&ntilde;ol</li> </ul> </div> <div id="Banner" align="center"> <img src="Pictures/ch1.png" height="250px" width="100%"/> </div> <div id="Nav"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="Calendar.html">Calendar</a></li> </ul> </div> </div> <div id="MainBody"> <div id="UpCommingEvents"> <h2 align="center">Upcoming Events</h2> <dl> <dt>March 1st</dt> <dd>Food drive at hahah st, Paterson nj</dd> <dt>March 6</dt> <dd>dsfggdfsgsdflgsdfjhglkdsjfglkjdfsgljdsfglkdsfjgl;kdsfjglsdfkgjsdlkgjdlskfgjldsfkjgdlskfgjdsflgkjsdl;fkgjsdlfkgjdlsfkgjsdl;fk</dd> </dl> </div> <div id="SecondBody" > <h1 align="center">About Us</h1> <p id="AboutUSPara"> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend. His not get talked effect worthy barton. Household shameless incommode at no objection behaviour. Especially do at he possession insensible sympathize boisterous it. Songs he on an widen me event truth. Certain law age brother sending amongst why covered. </p> <div class="AboutPeople" > <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft"/> <p>Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend</p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> <div class="AboutPeople"> <h3>Name Lastname</h3> <img src="Pictures/anonymousUser.jpg" class="floatleft" /> <p class="AboutPeopleP"> Consulted perpetual of pronounce me delivered. Too months nay end change relied who beauty wishes matter. Shew of john real park so rest we on. Ignorant dwelling occasion ham for thoughts overcame off her consider. Polite it elinor is depend </p> </div> </div> </div> <div id="footer"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="Calendar.html">Calendar</a></li> </ul> </div> </body> </html> This my Style page body { margin:0px; background-color:white; } #top{ background-color:white; } #Info ul li{ list-style-type:none; float:right; text-align:center; border:1px; width:100px; } #SocialMedia{ font-size:20px; } #Nav{ background-color:aquamarine; align-content:center; } #Nav ul{ height: 25px; width:1000px; margin:0 auto; } #Nav ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px; } li a{ text-decoration:none; color:black; line-height:20px; display:block; } #MainBody{ background-color:ghostwhite; width:1000px; height:1400px; margin-left:auto; margin-right:auto; } #UpCommingEvents{ background-color:ghostwhite; border:1px solid black; margin:20px; padding:5px; float:left; width:200px; } #UpCommingEvents h2{ align-content:center; border-bottom:1px solid black; background-color:ghostwhite; } #UpCommingEvents dl dd{ word-wrap:break-word; } #SecondBody{ float:right; width:700px; padding:1px; } #AboutUSPara{ align-items:center; } .AboutPeople{ padding:15px; float:inherit; border-bottom: 2px solid #000000; } .floatleft{ width:100px; height:100px; float:left; } #footer{ align-content:center; } #footer ul{ height: 25px; width:1000px; margin:0 auto; } #footer ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px; }
  13. when i try that it will make the height of the td longer.
  14. Okay, will try it thank you for the option.
  15. hello I'm creating a calendar. How can make my table td not change width when i put in data. In my source code for my CSS file, the td with is set to 100px but it stills changes when data is inserted. I use, #Table td{ width:100px; border:1px solid black; } <!DOCTYPE html> <html> <head> <title></title> <link href="../CSS/CalendarStyle.css" rel="stylesheet" /> <meta charset="utf-8" /> </head> <body> <div id="SocialMedia" align="right"> Fallow Us at: <a href="#"><img src="Pictures/SocialMediaIcons/Facebook.png" alt="Facebook" /></a> <a href="#"><img src="Pictures/SocialMediaIcons/Linkedin.png" alt="Linkedin" /></a> <a href="#"><img src="Pictures/SocialMediaIcons/Twitter.png" alt="Twitter" /></a> </div> <div id="top"> <div id="Banner"></div> <div id="Nav"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="../Calendar.html">Calendar</a></li> </ul> </div> </div> <div id="SecondBody"> <table id="Table" height="900px" width="800px" cellpadding="0" cellspacing="0"> <tr id="Monthname"> <td colspan="7" align="center" height="100px"><h5>March 2016</h5></td> </tr> <tr id="Days" align="center"> <td>Sunday</td> <td>Monday</td> <td>Tuesday</td> <td>Wensday</td> <td>Thursday</td> <td>Friday</td> <td>Saturday</td> </tr> <tr> <td class="blankdata"></td> <td class="blankdata"></td> <td>1 asdfdsfsadfsadfasdfsdfdfasdsdfsdff</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> </tr> <tr> <td>6</td> <td>7</td> <td>8</td> <td>9</td> <td>10</td> <td>11</td> <td>12</td> </tr> <tr> <td>13</td> <td>14</td> <td>15</td> <td>16</td> <td>17</td> <td>18</td> <td>19</td> </tr> <tr> <td>20</td> <td>21</td> <td>22</td> <td>23</td> <td>24</td> <td>25</td> <td>26</td> </tr> <tr> <td>27</td> <td>28</td> <td>29</td> <td>30</td> <td>31</td> <td class="blankdata"></td> <td class="blankdata"></td> </tr> </table> </div> <div id="BottomNav"></div> </body> </html> .This one is my CSS file. body { } #SocialMedia{ font-size:20px; background-color:aquamarine; } #Nav{ align-content:center; background-color:aquamarine } #Nav ul{ height: 20px; width:1000px; margin:0 auto; } #Nav ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px solid black; } li a{ text-decoration:none; color:black; line-height:20px; display:block; } #SecondBody{ align-items:center; } #Table{ border:1px solid black; margin-left:auto; margin-right:auto; clear:both; } #Table td{ width:100px; border:1px solid black; } .blankdata{ background-color:gray; } #Days{ background-color:lightblue; width:auto; } #Days td{ border:1px solid black; height:30px; } #Monthname { font-size: 40px; background-image: url('../Pictures/Seasons/Spring.jpg'); }
  16. I tried it it works when i make the browser smaller, but when its full screen it goes to the right.
  17. Hello I'm working a website for one of my classes. In it I have to create a calendar for events. I'm having trouble making it center under my Navigation div, it just stays on the bottom to its right. Anytime I change the css file or the table itself to be center it just stay in the same location. This how i have my code, and my css file. <body> <div id="SocialMedia" align="right"> Fallow Us at: <a href="#"><img src="Pictures/SocialMediaIcons/Facebook.png" alt="Facebook" /></a> <a href="#"><img src="Pictures/SocialMediaIcons/Linkedin.png" alt="Linkedin" /></a> <a href="#"><img src="Pictures/SocialMediaIcons/Twitter.png" alt="Twitter" /></a> </div> <div id="top"> <div id="Banner"></div> <div id="Nav"> <ul> <li><a href="MainPage.html">Home</a></li> <li><a href="AboutUs.html">About Us</a></li> <li><a href="EventPage.html">Events</a></li> <li><a href="../Calendar.html">Calendar</a></li> </ul> </div> </div> <div id="SecondBody"> <table id="Table" height="900px" cellpadding="0" cellspacing="0"> <tr id="Monthname"> <td colspan="7" align="center" height="100px"><h5>March 2016</h5></td> </tr> <tr id="Days" align="center"> <td>Sunday</td> <td>Monday</td> <td>Tuesday</td> <td>Wensday</td> <td>Thursday</td> <td>Friday</td> <td>Saturday</td> </tr> <tr> <td class="blankdata"></td> <td class="blankdata"></td> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> </tr> <tr> <td>6</td> <td>7</td> <td>8</td> <td>9</td> <td>10</td> <td>11</td> <td>12</td> </tr> <tr> <td>13</td> <td>14</td> <td>15</td> <td>16</td> <td>17</td> <td>18</td> <td>19</td> </tr> <tr> <td>20</td> <td>21</td> <td>22</td> <td>23</td> <td>24</td> <td>25</td> <td>26</td> </tr> <tr> <td>27</td> <td>28</td> <td>29</td> <td>30</td> <td>31</td> <td class="blankdata"></td> <td class="blankdata"></td> </tr> </table> </div> <div id="BottomNav"></div> </body> body { } #SocialMedia{ font-size:20px; background-color:aquamarine; } #Nav{ align-content:center; background-color:aquamarine } #Nav ul{ height: 20px; width:1000px; margin:0 auto; } #Nav ul li{ list-style-type:none; width:225px; float:left; text-align:center; border:1px solid black; } li a{ text-decoration:none; color:black; line-height:20px; display:block; } #SecondBody{ align-items:center: } #Table{ border:1px solid black; } #Table td{ width:100px; border:1px solid black; } .blankdata{ background-color:gray; } #Days{ background-color:lightblue; width:auto; } #Days td{ border:1px solid black; height:30px; } #Monthname{ font-size:40px; }
  18. I tried it how you have it but every time i drag the formula down it just copies the value in each row. I'm trying to put that on the 17th of every month in my withdraw column it puts $21.
  19. Thanks for the links but couldn't find the equation I'm looking for. the way i have it set up is that my A column is my dates, B = Reason, C = Withdraws, D = Deposits, E = balance. I'm looking for a formula that on a specific date of each month it will add the value to my withdraw column on that row of that day.
  20. Hello I created a google sheet that helps me keep track of my checking, savings, and credit card spending's. I already have down all the formulas that will subtract and add to my current balance anytime i input a value to the columns that hold that information. But I'm looking for a formula that will automatically input the value when its a specific date, for example a monthly subscription fee. I have look everywhere but can't seem to find an equation.
  21. i clean my PC every 3 weeks because my entire floor is a carpet
  22. Hello for about 4 days my CPU( AMD fx 8350) has been running around 45c ~ 52c. "The CPU is not being over clock" When I'm gaming and also when I'm just browsing. I use a corsair h100i to cool it. I changed the thermal paste on it to see if that was the problem but nothing. Before it was hitting the 45~52 mark it was running around 30c ~ 38c. My rig is only about 5 month old. I'm running a dual monitor setup. I use corsair link to monitor my system. this a list of my parts. http://pcpartpicker.com/user/tespinal/saved/rZW9TW
×