Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Styling Issue

edited February 2012 in Questions

Having a little trouble with this styling. Cant seem to get it to fit properly.

If you go to www.forum.amphicraft.com you'll see what I mean.

`<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> {asset name='Head'}

        <div class="container">

            <div class="header">
                <div class="nav">
                    <span style="float: left;">AMPHICRAFT FORUM</span>
                    <span style="float: right; font-size: 13px; padding-top: 1px;">
                    <div class="menu">
                    <ul>
                     {dashboard_link}{discussions_link}{activity_link}{custom_menu}
                        </ul>
                        </div> 

                    <div id="mac"></div>
                </div>

                <div id="logo">The number one true survival server.<span id="arrow"></span></div>

            </div>

            <div class="container_blue">
                <div id="contentcontainer"> 

                    <div class="red">
                        Latest Server News:
                        <div class="notice">
                        <?PHP
                        $category = "1";
                        include("cutenews/show_news.php");
                        ?>
                        </div>
                    </div>
                    <div class="green">
                        User Panel:
                        <div class="notice">
                        <ul>
                        {if $User.SignedIn}
                        <div id="userinfo">
                        <div class="ProfileBox">
                        <span class="Photo">
                            {photo_link}
                        </span>
                            {profile_link}
                            {inbox_link}
                            {signinout_link}
                        </div>
                        </div>
                        {/if}
                        </ul>
                        </div>

                    </div>

                        <div class="clear"></div>


                    <div class="grey">
        <div class="Wrapper">
            <div id="Panel">
                {asset name="Panel"}
            </div>        
            <div id="Content">
                {asset name="Content"}
            </div>
            </div>
        </div>
                    </div>


                </div>
            <div style="text-align: center; font-size: 8pt; color: #03789d">
            Designed by <b>Amphios</b><br />
            Coded by <b><a REL="noAJAX" href="http://www.amazorize.com">Amazorize</a></b><br />
            Copyright <b>Amphicraft</b>&copy; 2011-2013
            </div>

            </div>

         </div> 

        </body>
        </html>`
«1

Answers

«1
Sign In or Register to comment.