How to access HTML
-
I have been bouncing around the ‘editor’ scetion but cannot find the html code that I want to edit. I used firebug to determine what I had to do but don’t know how to change?
Thanks…
-
What area on the page are you trying to edit?
You said you’ve been looking around in here…
In WordPress admin under Appearance > Editor.
It should bring you to the style.css which should have the name of your current theme it it or make sure “Select theme to edit:” on the top right is your theme.header.php, index.php, footer.php, page.php, single.php (a single post) are common places to make edits.
I have checked that out. Here’s the code…
<form onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=Runningsomewhere', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow" method="post" action="http://feedburner.google.com/fb/a/mailverify" style="border: 0px solid rgb(204, 204, 204); padding: 3px;"><p><input type="text" value="Enter Email for FREE Updates" name="email" style="width: 190px;"><input type="hidden" name="uri" value="Runningsomewhere"><input type="hidden" value="en_US" name="loc"><input type="submit" value="Subscribe"> </p><p><a href="http://feeds.feedburner.com/runningsomewhere"> <img width="20" height="20" border="0" alt="RSS Feed" src="http://runningsomewhere.com/wp-content/uploads/2010/05/feed1.png"> <img src=""></a><a title="Subscribe via RSS" href="http://feeds.feedburner.com/runningsomewhere"><font size="4">Subscribe to RunSome via RSS</font></a></p> <p><a href="http://www.facebook.com/pages/RunningSomewhere/121107401250154"> <img width="20" height="20" border="0" alt="Like us on Facebook" src="http://runningsomewhere.com/wp-content/uploads/2010/05/facebook1.png"> </a><a title="Become Run_Some Fan" href="http://www.facebook.com/pages/RunningSomewhere/121107401250154"><font size="4">Like Us on Facebook</font></a></p> <p> <a href="http://twitter.com/run_some"> <img width="20" height="20" border="0" alt="Send Us a Tweet" src="http://runningsomewhere.com/wp-content/uploads/2010/05/twitter1.png"> </a><a title="Follow RunSome on Twitter" href="http://www.twitter.com/Run_Some"><font size="4">Follow Run_Some on Twitter</font></a></p> </form>I don’t know where to find it…..
David
[sig moderated]The one on the bottom of sidebar says it is a text widget.
Appearance > WidgetsThe one up top looks like it might be coded into the sidebar.php
That worked…Thanks…I missed it.
One last thing. I am not sure if you use Firebux but it when I scroll over the subscription area in the top right sidebar there is a yellow gap between the rss line and facebook and another gap between facebook line and twitter line. Is there a way to get rid of that gap. It is a waste. If not no worries…
Thanks
DavidThey are spaced because of the P tags probably. I don’t see it turn yellow (Firefox). But I do like the spacing. There is an extra broken
<img srcafter the RSS icon.
The topic ‘How to access HTML’ is closed to new replies.