Tumblr Tumble Roll/View people im Following HTML doesnt work!?

Alexander

New member
I recently tried to create a new page specific for people im following on Tumblr however the code does not work on the new page it. It only works when i type the html into my theme... but i just want the people im following on a seperate page not on two pages!

This is the HTML code i typed into the HTML section when editing a new page you've created:
{block:Following}
<h3>Tumbleroll</h3>
<ul id=”tumbleroll”>
{block:Followed}
<li><a href=”{FollowedURL}”>
<img src=”{FollowedPortraitURL-30}” title=”{FollowedTitle}”/>
</a></li>
{/block:Followed}
</ul>
{/block:Following}


All that is coming up on this page when i view it normally is {block:Following}
TUMBLEROLL
{block:Followed}
{/block:Followed}
{/block:Following}
with an error picture in the middle!

HELP!
 
Back
Top