i can spell html5! 0 Posted January 10 Report Share Posted January 10 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)*/ } Quote Link to post Share on other sites
niche 139 Posted January 11 Report Share Posted January 11 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. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.