Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jay_bo

    (@jay_bo)

    So far I have tried the following

    – deactivated all plugins
    – a fresh installation of WordPress (latest version)
    – updates all plugins

    The SQL code has only recently appeared in the past couple of days and nothing has been changed on the website or back admin. My local copy on running through localhost works fine but even the theme files from there uploaded to the server still shows the SQL code

    Thread Starter jay_bo

    (@jay_bo)

    SOLVED:

    Seems WordPress did not like the image being stored in the images folder. I fixed it by moving the image to the root of the web hosting space and referenced the full URL and it worked.

    Hope this helps people.

    Thread Starter jay_bo

    (@jay_bo)

    Sorry I did have the attributes in but I was experimenting to see if I had did them wrong, resulting in it not displaying.

    Okay I have taken your point into consideration and still didn’t display anything.

    So now I have place a div tag where I want the picture and styled it with the following …

    `#advert
    {
    width: 598px;
    height: 428px;
    background-image:url(http://www.******.co.uk/wp-content/themes/Driver/images/Advert.jpg);
    background-repeat:no-repeat;
    }’

    I’m pulling my hair out with this.

    Thanks for your reply.

Viewing 3 replies - 1 through 3 (of 3 total)