Graphic Background With Text And Links In A WordPress Page?
-
(Preamble: I’m just learning to navigate CSS and PHP, so I apologize in advance if I leave out pertinent info or use the wrong terminology.)
I’m trying to create a graphic heavy page on my WordPress site similar to this.
Basically a background graphic with clickable links and SEO friendly text.
I’ve already created a page template for the theme I’m using, but I’m wondering the best way to go about implementing something like this.
From the research I’ve done, I gather that I need to place the background graphic into a div background image, which I would define in my style.css file and call in my page template. If this is correct, how then do I add links and text?
I hesitate to embed the text in the image, as there would be no way for the search engines to crawl it. Is there a way I can lay the text and links over the image? If so, how do I style it to overlay the background graphic properly?
- The topic ‘Graphic Background With Text And Links In A WordPress Page?’ is closed to new replies.