- This topic is empty.
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- The forum ‘Other’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
well on my tumblr this is part of the html where there is a sidebar and one part is empty and i was wondering where in the code and how to put in text or other html content. here is part of the code i want to insert the text in:
/sidebar_lower.png);
z-index: 200; }
#content #right br {
border: 0;
margin: 0;
width: 283px;
height: 2px;
margin-left: -16px;
background: url(http://static.tumblr.com/silmimt/MMPlyhpae/sidebar_
i saw the #content #right and thought i had to put something there but i dont know how to put text in. please help?
What do you mean? That’s CSS not HTML.
it looks like youre in your css. you just need to scroll down a bit in the tumblr theme editor to where your html is located. find the relevant div you want to put the text in and type it in there.
thanks so this is what i meant where in this code do i put text?
ok then how do i add text to my java script
This is making very little sense. Do you have a link to the site in question? Take a screenshot and highlight where you want to add the text in.
If the text doesn’t change, then you’ll need to add it into the html tag with this inside id="right"
, it might be a
.
If the text changes, then you might need to use javascript to do it.
Please be more specific about what you want to do. And as TheDoc said, it would be much easier for us to help if you shared a link or just copy the entire page and paste it into the HTML area of a jsFiddle.
Sorry, I meant the actual HTML, not a screen shot of the problem.