Page 1 of 10 12345 ... LastLast
Results 1 to 15 of 145
  1. #1
    CyBer
    Guest

    Does anyone know anything about HTML/CSS?

    I have an assignment to do for one of my classes and the professors suck at teaching. Literally no one in the class knows how to code and it's due next tuesday. Does anyone know anything about coding?

  2. #2
    Hall-Of-Famer
    Points: 552,008, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Veteran50000 Experience Points
    isulive2train's Avatar
    Join Date
    Feb 2009
    Location
    Ciclón Nación
    Posts
    3,673
    Points
    552,008
    Level
    100

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by CyBer View Post
    I have an assignment to do for one of my classes and the professors suck at teaching. Literally no one in the class knows how to code and it's due next tuesday. Does anyone know anything about coding?
    The ComSci intro class? What are you making?

  3. #3
    Addict
    Points: 196,828, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Veteran50000 Experience Points
    JUKEBOX's Avatar
    Join Date
    Oct 2008
    Posts
    6,335
    Points
    196,828
    Level
    100

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by CyBer View Post
    I have an assignment to do for one of my classes and the professors suck at teaching. Literally no one in the class knows how to code and it's due next tuesday. Does anyone know anything about coding?
    Programming professors are usually given to be terrible. If your book is good, look at that. Otherwise maybe look at some Youtube tutorials.

  4. #4
    Addict
    Points: 92,278, Level: 94
    Level completed: 55%, Points required for next Level: 872
    Overall activity: 4.0%
    Achievements:
    SocialVeteran50000 Experience Points
    tejasclone's Avatar
    Join Date
    Oct 2006
    Location
    Austin, TX
    Posts
    5,494
    Points
    92,278
    Level
    94

    Re: Does anyone know anything about HTML/CSS?

    What do you need to know how to do?

    W3 Schools is an excellent online reference:

    W3Schools Online Web Tutorials

  5. #5
    CyBer
    Guest

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by isulive2train View Post
    The ComSci intro class? What are you making?
    I'm making a website, but I'm in Design class.

    This is what I made in Photoshop:


    This is what I have (and it looks nothing like what I have in photoshop)



    I have no idea how to align the three smaller pictures vertically to the right of the larger one.

    Also the website is huge
    Also the gradient doesn't go to the bottom of the page

    and so on.

  6. #6
    Hall-Of-Famer
    Points: 552,008, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 0%
    Achievements:
    Veteran50000 Experience Points
    isulive2train's Avatar
    Join Date
    Feb 2009
    Location
    Ciclón Nación
    Posts
    3,673
    Points
    552,008
    Level
    100

    Re: Does anyone know anything about HTML/CSS?

    werbach.com/barebones/barebones.html

  7. #7
    CyBer
    Guest

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by isulive2train View Post
    werbach.com/barebones/barebones.html
    This is more what I'm looking for, thanks.

  8. #8
    Legend
    Points: 241,526, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Overall activity: 77.0%
    Achievements:
    50000 Experience PointsSocial1 year registeredOverdriveCreated Album pictures
    IHavNoCyCash's Avatar
    Join Date
    Sep 2011
    Posts
    11,134
    Points
    241,526
    Level
    100

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by CyBer View Post
    This is more what I'm looking for, thanks.
    do you have to do your thing on a garden?

    That's a fire-able offense.
    Great Life Advice:
    Originally Posted by Greatest Troll Ever

    "life is like basketball sometime there shot miss and sometime there shot make sometime there dribble and fallto the ground of to the court but if you alway have a patient then you will alway make more then you miss"



  9. #9
    CyBer
    Guest

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by IHavNoCyCash View Post
    do you have to do your thing on a garden?

    That's a fire-able offense.
    It's for a magazine that was assigned to me last semester. So yes, I had to do mine on a garden magazine.

  10. #10
    Addict
    Points: 72,585, Level: 83
    Level completed: 67%, Points required for next Level: 565
    Overall activity: 2.0%
    Achievements:
    Veteran50000 Experience Points

    Join Date
    Jun 2009
    Location
    Chicago, Il
    Posts
    5,689
    Points
    72,585
    Level
    83

    Re: Does anyone know anything about HTML/CSS?

    CSS can be a ***** big time. Looks like you're having positioning problems? Are you using DIVs for your content areas (I assume yes, just want to check)?

  11. #11
    Bench Warmer
    Points: 1,941, Level: 12
    Level completed: 31%, Points required for next Level: 209
    Overall activity: 0%
    Achievements:
    1 year registered1000 Experience Points

    Join Date
    Sep 2011
    Posts
    247
    Points
    1,941
    Level
    12

    Re: Does anyone know anything about HTML/CSS?

    You can try to google the assignment sometimes people put up the code online. Sometimes just the webpage is up but no code and then you can just use your browser to look at the webpages code to get an idea. I hate barebones web design because it can take hours to figure out a small problem.

  12. #12
    CyBer
    Guest

    Re: Does anyone know anything about HTML/CSS?

    Quote Originally Posted by marothisu View Post
    CSS can be a ***** big time. Looks like you're having positioning problems? Are you using DIVs for your content areas (I assume yes, just want to check)?
    HTML:

    <body>
    <div class="wrapOverall">

    <div class="header">
    <img class="logo" src="Images/logo.png" width="242" height="82" alt="garden grove" />
    </div>

    <div class="bar">
    <img class="blackbar" src="Images/magazine_bar.png" width="898" height="16" alt="bar" /></div>

    <div class="navmain">
    <ul>

    <li><a href="#">Home</a></li>
    <li><a href="#">About Us</a></li>
    <li><a href="#">DIY</a></li>
    <li><a href="#">Contact Us</a></li>
    <li><a href="#">How-To</a></li>

    </ul>


    </div><!!!END NAVMAIN!!!>



    <div class="content">
    <p><img src="Images/mainpicture.png" width="489" height="345" alt="mainpicture" />

    <img src="Images/button_flower_top.png" alt="buttontop" align="top" width="106" height="109" class="topbutton" />


    <img src="Images/button_flower_middle.png" align="" width="106" height="112" alt="buttonmiddle"/>

    <img src="Images/button_flower_bottom.png" width="110" height="114" alt="buttonbottom"/>


    </p>
    <p></p>
    </div><!!!END CONTENT!!!>

    <div class="wrapbucket">

    <div class="bucket"></div>
    </div>

    </div>
    </body>
    </html>

    CSS:

    @charset "UTF-8";
    /* CSS Document */


    /* ###################### */
    /* General HTML Tag Rules */
    /* ###################### */

    body { background-image:url(Images/bg_full.jpg);
    background-repeat:repeat-x;
    background-color:#ffffff;
    background-attachment:fixed;
    background-position:top;

    }

    h1, h2, h3, h4, h5 h6 {

    }

    p {

    }

    a {

    }

    a:hover {

    }

    hr {

    }

    /* ############################ */
    /* General Template Class Rules */
    /* ############################ */

    .wrapOverall {

    width:1420px;
    height:750px;



    }
    .wrapbucket {

    }
    .header {
    background-image:url(Images/bg_header.jpg);
    background-repeat :no-repeat;
    background-position:top center;
    height:108px
    }
    .bar img.blackbar {
    width:1420px;

    }
    .header img.logo{
    margin-top:1px;
    margin-bottom:;
    margin-left:;
    margin-right:;
    }

    .navmain {
    float:center;
    padding-left:400px
    }
    .content {
    padding-left:40px;
    padding-top:53px;
    }
    .content img.topbutton {
    padding-left:5px




    }
    .content img.middlebutton {
    }

    .bucket {
    background-color:#000000;

    }

    /* ######################## */
    /* General Navagation Rules */
    /* ######################## */

    .navmain ul {
    margin:0px;
    padding:0px;
    }
    .navmain ul li {
    margin:0px;
    padding:40px;
    list-style:none;
    display:inline;

    }
    .navmain ul li a {
    margin:0px;
    padding:0px;
    color:black;
    text-decoration:none;
    font:Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:100


    }
    .navmain ul a:hover {

    }

    /* ############ */
    /* Bucket Rules */
    /* ############ */

    .bucket ul {

    }
    .bucket ul li {

    }

  13. #13
    Addict
    Points: 72,585, Level: 83
    Level completed: 67%, Points required for next Level: 565
    Overall activity: 2.0%
    Achievements:
    Veteran50000 Experience Points

    Join Date
    Jun 2009
    Location
    Chicago, Il
    Posts
    5,689
    Points
    72,585
    Level
    83

    Re: Does anyone know anything about HTML/CSS?

    Okay. You need to add some more DIVs. Find this code:

    ------------
    <div class="content">
    <p><img src="Images/mainpicture.png" width="489" height="345" alt="mainpicture" />

    <img src="Images/button_flower_top.png" alt="buttontop" align="top" width="106" height="109" class="topbutton" />


    <img src="Images/button_flower_middle.png" align="" width="106" height="112" alt="buttonmiddle"/>

    <img src="Images/button_flower_bottom.png" width="110" height="114" alt="buttonbottom"/>
    ---------


    You want to have something like this, at least try it right now:


    <div class="content">

    <div id=left style="width: 489; float: left;">
    <p><img src="Images/mainpicture.png" width="489" height="345" alt="mainpicture" />
    </div>

    <div id=right style="float: left; width: 106;">
    <img src="Images/button_flower_top.png" alt="buttontop" align="top" width="106" height="109" class="topbutton" /><br/>


    <img src="Images/button_flower_middle.png" align="" width="106" height="112" alt="buttonmiddle"/><br/>

    <img src="Images/button_flower_bottom.png" width="110" height="114" alt="buttonbottom"/><br/>
    </div>




    I put some new DIVs in, and I was lazy and put the style inline, so you can assign them each a class if you want and put it in your CSS file. See if that gets you closer to what you want at least for the middle.

  14. #14
    CyBer
    Guest

    Re: Does anyone know anything about HTML/CSS?

    Dude you are a life saver. Now if only I know what you did....haha.

  15. #15
    Addict
    Points: 72,585, Level: 83
    Level completed: 67%, Points required for next Level: 565
    Overall activity: 2.0%
    Achievements:
    Veteran50000 Experience Points

    Join Date
    Jun 2009
    Location
    Chicago, Il
    Posts
    5,689
    Points
    72,585
    Level
    83

    Re: Does anyone know anything about HTML/CSS?

    Actually I just noticed the bottom right image is width of 110 while the others are 106. Here is updated:

    <div class="content">

    <div id=left style="width: 489; float: left;">
    <p><img src="Images/mainpicture.png" width="489" height="345" alt="mainpicture" />
    </div>

    <div id=right style="float: left; width: 110;">
    <img src="Images/button_flower_top.png" alt="buttontop" align="top" width="106" height="109" class="topbutton" /><br/>


    <img src="Images/button_flower_middle.png" align="" width="106" height="112" alt="buttonmiddle"/><br/>

    <img src="Images/button_flower_bottom.png" width="110" height="114" alt="buttonbottom"/><br/>
    </div>



    Now, if that doesn't work, put

Page 1 of 10 12345 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  • Football
  • Iowa State vs. Northern Iowa
  • August 31, 2013
  • 07:00 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19