Hiya guys my first post. I have a box where there is html inside it to link to my site but the box has no background colour it's insides are transparent.
Here is my code:
Code:
<head>
<style type="text/css">
<!--
.textborder {
border: 1px solid #FFFFFF;
}
-->
</style>
</head>
<body>
<p class="textborder"><a href="http://sasprites.co.nr/index.html" target="_blank"img src="http://sasprites.co.nr/Link To Us Logo.png" border="0" alt="SaSprites"/a></p>
</body>
</html>
If you look at my site:
http://sasprites.co.nr/
(please don't comment on how bad it looks)
on the right of the page it shows the box with the html inside it...I want the inside colour to be white.
Any help?
~Marzo
EDIT: OH boy I need help changing the text colour as well :S
__________________
-Html Noobie
Last edited by Marzo; 01-27-2010 at 02:06 PM..
|