Is it possible to add text, box containing Links etc in WP as it is in html?

Discussion in 'HTML & Website Design' started by fileultra, Feb 2, 2015.

  1. #1
    I am familiar with editing html, adding text or boxes or links etc. to it.
    Is it similarly easy in wordpress?For example, to add a box containing Links, Pictures, Thumbs etc anywhere on the page?
     
    fileultra, Feb 2, 2015 IP
  2. serialentre

    serialentre Member

    Messages:
    123
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    30
    #2
    Yeah, pretty much. Advanced Custom Fields plugin makes it easier to change stuff like links,pictures, etc from admin panel.
     
    serialentre, Feb 2, 2015 IP
  3. liton102

    liton102 Member

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #3
    Yes. It is very much possible.
    You can easily add a box containing Links, Pictures, Thumbs etc anywhere on the page
     
    liton102, Feb 3, 2015 IP
  4. nikipink

    nikipink Well-Known Member

    Messages:
    873
    Likes Received:
    16
    Best Answers:
    1
    Trophy Points:
    130
    #4
    Yes, of course.
    this is an example (i'm using it for my website ^_^):

    <div style="padding:1px 0"> <div style="text-align:justify; font:14px tahoma;border:1px solid #FFFFFF; padding:5px 5px; background:#B6FD9D center; padding-left:100px;"><div> <b>Download Link I</b> ^_^ <b>Sharebeast</b> </div></div>
    </div> <div style="padding:10px 0">
    <div style="text-align:justify; font:17px tahoma;border:1px solid #7ACEF4; padding:14px 10px; background:#FFFFFF url(http://www.nikipink.com/download/image/downloadnx.png) no-repeat left center; padding-left:100px;"><div> <a href="http://www.nikipink.com/x/?url=" title="Download" target="_blank" > <b>Download </b></a></div><div style="padding:10px 0;"> "</div></div> </div> <br/><br/>
    Code (markup):
    [​IMG]
     
    nikipink, Feb 3, 2015 IP