Results 1 to 2 of 2

Thread: Add text link in header div

  1. #1
    Cued4 Guest

    Add text link in header div

    Hello all! Thanks in advance for any help


    I'm looking to add two text links above 'apps' and 'logout' . Basically beside the header image i need two add a space where i can add two text links, or just text..


    here's the top of my template html
    HTML Code:
    <div id="art-main">
    <div class="art-sheet">
        <div class="art-sheet-body">
    <div class="art-header">
        <div class="art-header-jpeg"></div>

  2. #2
    Join Date
    May 2010
    Posts
    24
    This i how i would do it:

    HTML (Feel free to edit the name )
    Code:
    <div class="beyond_the_apps_botton"> [THE LINKS IN HERE] </div>
    CSS
    Code:
    div.beyond_the_apps_botton{
    	position:absolute;
    	top:40px;
    	left:900px;
    	height: 45px; 
    	width: 150px;
    	z-index:150;
    }

    ASK IF YOU HAVE ANY TROUBLES!!!

Similar Threads

  1. Add a widget to my header
    By ttdub in forum General Questions
    Replies: 0
    Last Post: 24 Jun 2009, 09:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •