jackscotty
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetHi pet1866,
The process can be either very difficult or quite simple depending on the complexity of the html theme you are working with. In simplest form, the index.html file needs to be split into sections and saved as .php files (header.php, index.php – main content, sidebar.php, footer.php, etc.). Also, the folder heirarchy has a specific setup as well.
For starters, check out this tutorial by Drew Strojny for a more detailed explanation: https://thethemefoundry.com/blog/html-wordpress/
My site is jackscotty.com and my wordpress blog is located at jackscotty.com/blog. My blog is still going through the conversion process as you will notice.
I am here for further assistance if need be.
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetI’ve got another little nagging problem that maybe you could help me with. There is a small margin of space between the top of my page and where the header begins, as well as between the bottom of my page and where the footer ends. Not sure what is causing this…
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetHa okay I see. There is nothing that I see anywhere on this thread, however, to mark it as resolved. I also checked on my profile… no luck.
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetSure, how do I do that exactly? And I’m curious… what is this game card meetup all about?
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetYes! You have no idea everything I’ve tried over the past few days and something so little as this was the solution. It seems more and more often that is the case in debugging my web dev endeavors.
None the less, you are a savior Jan! Haha, thank you times a thousand!
Forum: Fixing WordPress
In reply to: My blog isn't displaying the images from my stylesheetthanks, it’s actually url(../images/blahblah.png) right now so I’ll try that. I’ll take the leading ‘..’ and the ‘/’ out.