• Hello! I am a newbie to CSS and PHP and would appreciate a little help! πŸ™‚

    1- How do I include a “fav icon” link in a PHP page? I am familiar with HTML but there doesn’t appear to be a head section on PHP pages…
    2- If someone has a minute to check out my site… http://www.eve-marie.com/wordpress… I modified a WP template I found here, but I can’t figure out where the blue lines on the sides are coming from. Any ideas on what the CSS language that is causing them might look like?? [I assume it is caused by something on the main stylesheet]

    THANK YOU!! Good evening to all.
    Eve πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • Q1. PHP files, when used as web pages, are effectively no different than an HTML file. They must have all the same components a regular web page does, or they won’t work. However, a feature of PHP is the ability to *include* various templates into one, which are then displayed as a single page by your browser. So for the <head> portion, look here:

    wp-content/themes/swimming/header.php

    Q2. Blue lines? Do you mean the background patterm surrounding the main blog area? If so, it’s an image:

    http://www.eve-marie.com/wordpress/wp-content/themes/swimming/images/bg.gif

    Thread Starter bluqueen777

    (@bluqueen777)

    Thank you so much for answering my questions, I really appreciate it!! Kafkaesqui, your thoughtful answers to my [dumb] questions on several occasions have made it possible for me to continue using WP [without doing serious harm to my computer]… just wanted to personally thank you again! Have a great night! πŸ™‚

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Graphics questions’ is closed to new replies.