screamingviolet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to add Images to 'Text' widget.yes.. when you upload it you should see a field called File URL with a link like this -> http://www.screaming-violet.com/wp-content/uploads/2013/08/image-name-here.jpg
copy that link and inset it between the quotation marks below
<img src=" " />its simple, basic html which you can learn from w3schools.com
but reply here if you have problems and Ill help you out
Forum: Fixing WordPress
In reply to: Trouble with Child themeIve taken a quick 5 minute look at your page and although you have fixed the html theres major issues with the CSS as WPyogi mentioned.
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fgeedra.com%2Fwordpress-test%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=enForum: Fixing WordPress
In reply to: How to add Images to 'Text' widget.Just a note for anyone referencing this in the future
To add an image you dont need to create a new post to upload an image that you want to use in another location. Simply go to the Media section of the main menu and then add new image.
Andy – get rid of the
<a>you don’t need it there at all.if you want an image to appear but not for it to act as a link you need to use this format
<img src="http://yourdomain.com/locationofimage.jpg" />