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?
Yeah, pretty much. Advanced Custom Fields plugin makes it easier to change stuff like links,pictures, etc from admin panel.
Yes. It is very much possible. You can easily add a box containing Links, Pictures, Thumbs etc anywhere on the page
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):