Re: Just like any other social-networking site in every section, there's always gonna be a Help Thread where you can post your problems and whereabouts about Tumblr. (: Here you can share your Complicatio
[quote=jamessss:b;#3659000;1280155195]I'm not really familiar with HTML. What I need is to put some borders on the every image I post. Im really n00b with HTML. Please help me T-T[/quote]
Diba there's smth in your html similar to this:
[quote]{block:Photo}
<li class="post photo">
<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
</li>
{/block:Photo}[/quote]
And then in the css counterpart of that, which looks smth close to being like this:
[quote][b].photo[/b], .video, .audio {display:block; padding:5px; text-align:center;}[/quote]
Just take note of the bold part (the ".photo")
Add this line:
[quote]border:1px solid #000000;[/quote]
To make it look like this:
[quote].photo, .video, .audio {display:block; padding:5px; border:1px solid #000000; text-align:center;}[/quote]
---
Pm me james if you didn't understand. I can't properly explain it here eh (I'm not good at explaining actually).