using image files AS A BORDER to the blog
-
Tried to find info on this in the codex and forums. I’m not adding a border to images. I am using an image file to create a border around the body of my blog.
The images are png files (5px x 5px) that when repeated will make a border design on the left, right and bottom of the body of the blog (not the top). My theme image folder has the following files ready to go:
leftborder.png
rightborder.png
bottomborder.pngDo you know the correct code to create this border? It must be something simple.
I tried many versions and punctuations of the following but not one worked.
border-left: url(images/leftborder.png) repeat;
border-left: url(images/leftborder.png) 5px x-repeat;
border-left: url(images/leftborder.png); 5px; x-repeat;
- The topic ‘using image files AS A BORDER to the blog’ is closed to new replies.