j2k4b Posted September 9, 2005 Posted September 9, 2005 I have a image of a map for my board. I want to use it in the background but make it transparent so you can see it through the whole board. Directions on how to do this would be great. Thanks in advance for your help. Quote
Ayman Posted September 9, 2005 Posted September 9, 2005 (edited) Well one way I can think of is using the "background" property in CSS, edit phpBB CSS file and add: >body { background: url(/map.png); } Check out this page: http://www.w3schools.com/css/pr_background.asp You may need to experiment with the other attributes of this property. I think this will do the trick, HTH. Edited September 9, 2005 by Ayman Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.