Jump to content

multiple articles in main section


i can spell html5!

Recommended Posts

id like to put mulple small articles that link to other pages  in the main section of my home page but only seem to be jumbleing them up. the styling part is really the hardest for me . any help appriciated.

    <a href="main_section1">
    <section id="main_section1"> 
        <article> 
        <header>
        <hgroup>
        <h1>Ace-King</h1>
        <h2> How to play Ace king</h2>
        </hgroup>
        <h2>Considerations of hold'ems most notorious hand and why players hate it so much</h2>
        </article>  
        </a> 

 

  #main_section1{ 
    color:black;
float:left;
     left: 629px;
      top: 373px;
     float: left; 
     width: 287px; 
     margin: 350px; /*720px (.i.e 660 + leftside 30 + rightside 30, 280 remaining(1000-720)*/ 
    } 

  #main_section1 h1{
    text-color:red;
     left: 729px;
      top: 373px;
     width: 280px; 
     margin: 20px; /*720px (.i.e 660 + leftside 30 + rightside 30, 280 remaining(1000-720)*/ 
    } 

 

 

 

 

 

 

Link to comment
Share on other sites

Rewrite your code into a proper script that we can copy paste, without modification, so we can see exactly what you're seeing without having to guess.  

Hopefully this is not the complete code you're actually using. 

Then, let us know specifically what want.  Not jumbled up is way too ambiguous. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...