• Im trying to get my footer links to fit within the box and change the color to somthing readable, its currently the same color as the background and im having issues with it ?? I’m currently looking to add forum links as well as credits link (contributers, inside link to site designers page, etc.) and some other stuff. Anyone know how I can change the colour and alignment?

    <?php
    /**
    * @package WordPress
    * @subpackage Default_Theme
    */
    ?>

    <div id=”footer”>
    </p>
    Forums Eve Corporate Pages
    </p>
    Gallente Ships
    </div>
    </div>

    <?php wp_footer(); ?>
    </body>
    </html>

    Thats my current script.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter caleb8620

    (@caleb8620)

    Idealy I would like it to read

    Forums – Eve – Corporate Pages – Battleclinic – Eve Wiki – etc.
    …Gallente – Caldari – Amarr – Minmitar – Trade – Combat
    ……………………………….- Credits –

    (I apologize for the dots, couldnt get spacing right)

    Thread Starter caleb8620

    (@caleb8620)

    /sigh to top it off ive realized the script i pulled off google to help me get the links to work in the first place (<a href=”https://www.pwntech.net/forum”>Forums</a>) does this, https://pwntech.net/”https://www.pwntech.net/forum” and ends up doubling the address sending people no where:(

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footers Alignment and Colour’ is closed to new replies.