I appreciate your reply. I think because the links have a # (href="#")
the page was rendering them as the default HTML visited color. I
changed it to light grey in the CSS and that may have fixed it. I'm
not really sure what you mean however by the theme code is a template
file for the actual HTML that Tumblr generates and sends to my
browser. Can you please elaborate. I kind of understand. Is this
limiting me to making necessary changes to my theme?
Thanks for replying
On Aug 30, 11:55 am, Sean Zhu <
interestinglyth...@gmail.com> wrote:
> The easiest way to see what's causing your page to render a certain way is
> to use the *element inspector*. This is a feature built into Chrome and
> Safari. On Firefox, you can install the Firebug extension. On Safari, you
> might need to check Preferences » Advanced » Show Develop menu.
>
> One of the ways to use the element inspector is to *right-click the element*you're looking at and
> *choose Inspect Element*. A window or panel will pop up that will give you
> the rendered HTML structure on the left and the rendered CSS rules for the
> selected element on the right.
>
> What the heck does that mean? Well, first do this:
>
> <
http://media.tumblr.com/tumblr_m9l07nYnqM1qji2mbo2_1280.png>
> Then you'll see this:
>
> <
http://media.tumblr.com/tumblr_m9l07nYnqM1qji2mbo1_r1_1280.png>