Dreamweaver

adnan1

Baseband Member
Messages
31
I know this may sound a stupid question but how can I add a border to a layer and change the olour of it
I'm a n00b at dreamweaver and I'm designing my first site at it, I looked everywhere but can't find it, all help is welcome and apreciated
Thanks ;)
 
I have never used Dreamweaver so I can't help you there, but if you can get to the HTML then I can help you. Try the following:
<style type="text/css">
.table {
background: #FFFFFF;
color: #000000;
border: 0px;
}
</style>
<table class="table">
<tr>
<Td>
Content here
</table>
That should have a border and will be HTML 4.01 Strict complyent.
 
ok thanks and how can I add a moving text (from down to up) if you understand what I mean :p
 
Back
Top Bottom