• I am trying to link a PDF using text that has a http address associated with the file that has been uploaded into my wordpress media section into my css header file that will open in the same window/tab on every page of my website.

    I want the link text to say “HECO Line Sheet Download” and when people click any of those words it will open up the PDF file.

    https://www.hollisequipment.com

    You can see on the right side of the header that there is currently:
    RALEIGH, NC: (678) 956-3100
    SAVANNAH, GA: (912) 660-5601

    I want to put the “HECO Line Sheet Download” text right under Savannah, GA: (912) 660-5601.

    This is currently what I have in my CSS

    <p>
    <h4>Raleigh, NC: <span>(678) 956-3100 </span>
    Savannah, GA: <span>(912) 660-5601</span> </h4>
    </p>
    <?php } ?>
    </div>
    </div>
    </div>

    Any advice would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Website Link in CSS Header File’ is closed to new replies.