Forum Moderators: not2easy

Message Too Old, No Replies

Outline problem in CSS Frontpage

         

netjobs

7:06 am on Jan 12, 2006 (gmt 0)

10+ Year Member



Hello,

I am using Frontpage 2000 and in the website template the CSS is ok for the outline border and I edited in the template file adding some tables between the existing tables in the template and after then the outline border is not showing... anyone can help..

the outline border CSS code

}
.frame {
border: 1px solid #7C7C7C;
}

benihana

9:23 am on Jan 12, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



you need to give anything you need a border on a class of frame, e.g.

<table class="frame"><tr> etc etc

Ben

Old_Honky

10:30 am on Jan 12, 2006 (gmt 0)

10+ Year Member Top Contributors Of The Month



Isn't it a tad confusing to call a cell or table class "frame"? Not good practice IMHO.

netjobs

1:11 pm on Jan 12, 2006 (gmt 0)

10+ Year Member



Yeah, I actually forget to post, I added the class="frame" in the code but still the problem...