You have a CSS Style applied to you page, in the HEAD section as:
<link href="style.css" rel="stylesheet" type="text/css">
So normally it would control the appearance of items defined in your style sheet
- in your case the style class ".list" is applied to the table cell in <td class="list" ...> and to the links in that cell
Look at your style sheet
But then you have applied inline styles (rule over external styles) to the cells (padding & height) and text links (span tags and
font color tags) - html tags rule over any style sheets
PS
you have an extra </a> in the link
<a style="color: #707070; text-decoration: underline" href="Logos/LogoMain.html"> Logo Designs</a></a>
- delete it
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| if you have time, please explain for my knowledge as im faily new to
| frontpage what is the css file and how does it work?
|
| "Mike Mueller" wrote:
|
| > Not really too much to explain...
| >
| > I copied the source for the table that the problem is in,
| > and your css file, I tried changing the color in there and
| > your text changed colors
| >
| >
| > | > : can you explain in more detail please?
| > :
| > : "Mike Mueller" wrote:
| > :
| > : > Here is the portion ot your css file that is in control-
| > : >
| > : > td, span, div {
| > : > font-size:11px;
| > : > font-family:Tahoma;
| > : > color:#707070;
| > : > line-height:12px;}
| > : >
| > : >
| > : >
| > : >
| > message
| > : >
| > | > : > :
www.easy-to-use-databases.co.uk
| > : > :
| > : > : the area's are stationey design + description and
| > logo
| > : > design + description
| > : > :
| > : > : "Ronx" wrote:
| > : > :
| > : > : > Please give a link to the offending page, and
| > indicate
| > : > where the bad
| > : > : > font colour is on the page.
| > : > : > --
| > : > : > Ron Symonds - Microsoft MVP (FrontPage)
| > : > : > Reply only to group - emails will be deleted unread.
| > : > : > FrontPage Support:
http://www.frontpagemvps.com/
| > : > : >
| > : > message
| > : > : >
| > : >
| > | > : > : > >i have a cell within a page on frontpage 2003. i
| > typed
| > : > some test and
| > : > : > >changed
| > : > : > > its colour to blue, i then changed some of the
| > text to
| > : > bold and the
| > : > : > > colour
| > : > : > > turned gray and nomatter how many times i change
| > the
| > : > colour back to
| > : > : > > blue it
| > : > : > > wont.
| > : > : > >
| > : > : > > They has been a few areas of my website where i
| > have
| > : > struggled to
| > : > : > > change the
| > : > : > > colour. Any ideas anyone?
| > : > : >
| > : > : >
| > : > : >
| > : >
| > : >
| > : >
| >
| >
| >