Formatting borders and border style

B

Bill

Hello
I am trying to acheive an effect of adding a bottom border to specific table
rows only. I want these bottom borders to also be dashed. I am assuming this
needs to be done with some css but I havent been able to figure it yet. I am
trying to this by hand instead of frontpage doing it. I have in the past
added a bottom border only to cells with front page but now I have been asked
to do it by hand. So thanks for any suggestions on how to accomplish this.
Thanks Bill
 
W

Wes

On your toolbar, near the right end, you will see border styles. Use them
in the cells.
 
D

David Bolt

Looks like you need to add paragraph styling in each cell that needs the
specific underline.
<td><p style="border-bottom-style: dotted">This is some text in a cell with
a dotted bottom border.</td>
Why do you have to do this by hand? Sounds like a homework question.
Anyway, generic solution. Let FrontPage do it then examine the HTML.
Dave
 
B

Bill

David,
Yes this is for a homework assignment. And it sucks because I have built
many pages with frontpage and dreamweaver and while I am not an expert yet I
plan on getting there soon. This just happens to be the first full blown site
I have had to create by hand. In other classes we built basic pages with
possibly one or two nestled tables but then moved on to an editor to speed
things along. This teacher has decided that we must build a complete wbsite
this way and it is taking forever I did try to figure this one out on my own
by browsing the frontpage code but when I apply a bottom only border it then
applies the mstablelayout #somenumber to the row or table. I have tried to
fint a style sheet or something that shows what this does but I could not. So
I directed my question towards this group. Sorry if I rambled. Well thanks
for the help. I am going to be the star of my class. :)
 
Top