Forum Moderators: not2easy
And I wanted the border red so I added:
class="gifBorder"
And in my style sheet I have:
.gifBorder {
border-color: #ff0000}
I need to put everything in the style sheet because of some JavaScript problems and I was told to use this code:
style='width:461px;height:65px;border:1px solid'
Can you please show me how to incorporate the above into my gifBorder style above? I'm just not sure of the syntax.
Thanks!