Activity Stream
48,167 MEMBERS
6874 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1.     
    #1
    Member
    Website's:
    reloaded-games.org

    Default how to make a br with images link to posts after header

    hio guyz
    how to do like this
    mazzo Reviewed by mazzo on . how to make a br with images link to posts after header hio guyz how to do like this http://i3.lulzimg.com/2ac198edae.png Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    forumflare.com
    Can you rephrase your question, I dun quite understand what you're after?

  4.     
    #3
    Member
    he wants to know how to add images in header

  5.     
    #4
    Member
    Website's:
    grandsoft.org netgfx.org weownpakistan.com emp3dl.com majawed.com.pk
    <ul><li><a href="POST LINK"><img src="IMAGE LINK" alt="TITLE"></a></li><li><a href="POST LINK"><img src="IMAGE LINK" alt="TITL"></a></li></ul>
    if you wants more images then continuously copy paste this code between above <li><a href="POST LINK"><img src="IMAGE LINK" alt="TITLE"></a></li>

    Note: initially figure out where you ve to show this image bar then edit your template and make ensure to backup your whole theme first
    Image size its up to you, along with borders

  6.     
    #5
    Member
    Website's:
    reloaded-games.org
    Quote Originally Posted by Exel View Post
    Can you rephrase your question, I dun quite understand what you're after?
    Quote Originally Posted by msk19994 View Post
    he wants to know how to add images in header
    i mean how to make a box like above with images to posts
    which i choose

    i mean look like SLIDER SHOWS
    but posts wich i manually choose not automatically from a category !

    ---------- Post added at 01:39 PM ---------- Previous post was at 01:38 PM ----------

    Quote Originally Posted by dljawed View Post
    if you wants more images then continuously copy paste this code between above <li><a href="POST LINK"><img src="IMAGE LINK" alt="TITLE"></a></li>

    Note: initially figure out where you ve to show this image bar then edit your template and make ensure to backup your whole theme first
    Image size its up to you, along with borders
    works great,but there is a point before the image ! ( i put the code in the index.php)
    and how to make it into a frame with title like this
    title i want :LATEST RELEASES

  7.     
    #6
    Pure Awesomeness!
    edit your screen.css file:

    line 147, change

    ul {
    list-style-type: disc;
    }

    to:

    ul {
    list-style-type: none;
    }

    Then add this code there as well:

    .entry img {
    background: -moz-linear-gradient(top, #303941 0%, #252c32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303941), color-stop(100%,#252c32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #303941 0%,#252c32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #303941 0%,#252c32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #303941 0%,#252c32 100%); /* IE10+ */
    background: linear-gradient(to bottom, #303941 0%,#252c32 100%); /* W3C */
    border: 1px solid #000;
    padding: 5px;
    }

    -Find .postdate img, .postmeta img in style.css and add background: none; to it
    -Make sure you add those new images between the <div class="entry">IMAGESHERE</div>

    Result: http://i.imgur.com/oD3fy.png

    Don't forget to clear your cache, CTRL+F5.



  8.     
    #7
    Member
    Website's:
    reloaded-games.org
    Quote Originally Posted by dljawed View Post
    if you wants more images then continuously copy paste this code between above <li><a href="POST LINK"><img src="IMAGE LINK" alt="TITLE"></a></li>

    Note: initially figure out where you ve to show this image bar then edit your template and make ensure to backup your whole theme first
    Image size its up to you, along with borders
    Quote Originally Posted by RT View Post
    edit your screen.css file:

    line 147, change

    ul {
    list-style-type: disc;
    }

    to:

    ul {
    list-style-type: none;
    }

    Then add this code there as well:

    .entry img {
    background: -moz-linear-gradient(top, #303941 0%, #252c32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303941), color-stop(100%,#252c32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #303941 0%,#252c32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #303941 0%,#252c32 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #303941 0%,#252c32 100%); /* IE10+ */
    background: linear-gradient(to bottom, #303941 0%,#252c32 100%); /* W3C */
    border: 1px solid #000;
    padding: 5px;
    }

    -Find .postdate img, .postmeta img in style.css and add background: none; to it
    -Make sure you add those new images between the <div class="entry">IMAGESHERE</div>

    Result: http://i.imgur.com/oD3fy.png

    Don't forget to clear your cache, CTRL+F5.
    thnx alot RT
    but
    make it into a frame with title like this
    title i want :LATEST RELEASES

  9.     
    #8
    Pure Awesomeness!
    you want it with round corners?



  10.     
    #9
    Member
    Website's:
    reloaded-games.org
    Quote Originally Posted by RT View Post
    you want it with round corners?
    i mean the box of title Latest realese with images to posts, which i want to make after header
    has a frame like the frame of my categories, support us, poll, login....etc

  11.     
    #10
    Pure Awesomeness!
    aaah, just add this above your images code then:

    <h2 class="widgettitle">Latest realese</h2>

    add this to your style.css

    .widgettitle {
    background: url("http://www.besthostingforums.com/images/h2bg.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: -8px -8px 0;
    padding: 8px;
    text-shadow: 0 1px 0 #000000;
    text-transform: uppercase;
    }

    play around with the style to make it fit.



Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Images in posts
    By Drinkordie in forum Feedback and Suggestions
    Replies: 6
    Last Post: 16th Feb 2012, 09:12 PM
  2. [Selling] header,footer and between posts
    By killeramy in forum Completed Transactions
    Replies: 2
    Last Post: 10th Dec 2011, 10:49 PM
  3. How to import wordpress posts including featured images
    By tcnnvnn in forum Webmaster Discussion
    Replies: 2
    Last Post: 27th Oct 2011, 08:26 AM
  4. Replies: 1
    Last Post: 1st Aug 2010, 06:53 AM
  5. [TUT]Add Background Images In All Posts
    By Lease in forum IP.Board
    Replies: 1
    Last Post: 27th Feb 2008, 06:16 AM

Tags for this Thread

BE SOCIAL