Lindsey has attended:
Dreamweaver 8 Introduction course
Borders
How do I make the text go to the top of the page and remove the borders
RE: borders
Hi Lindsey
To make the text appear at the top of the page you need to align you text to top using valign. The HTML code which goes inside your <p> tags is as follows:
<P align="top">
In regards to removing the borders you just need to set the border width to 0 within the border options.
Hope this helps
David