C
Chris B
I am starting to use CSS with Frontpage 2003 for my website but have found
that some editing shows OK in design but does not show at all in preview.
For example, I have a table and in it cells for each picture (and adjacent
to the picture another cell for the description). I thought I could use CSS
to make the border of these picture cells the same. I used the following:
td.photo {border-style: solid; border-width: 1px; border-color: FF9933}
It shows up fine in design view but not at all in preview.
I would like to do the same for the description cells adjacent to these as
each page will have a different background color inside the cell, so would
like to get the CSS to do it to save lots of formatting on each cell.
If you would like to know what I mean by the use of the cells then please
look at my 'first' website design which is currently live - I have used
layers to get the effect here but it's a nightmare when I want to add or take
things out because I have used absolute positioning amonst other not so good
things I suppose!):
http:/www.duck-face.co.uk/girls_gifts.htm
I am new to CSS (and web-design for that matter) so I apologise if it is
something really obvious that I am doing wrong. I am trying to redo the
website in a 'better' way!
Many thanks in advance for your help
that some editing shows OK in design but does not show at all in preview.
For example, I have a table and in it cells for each picture (and adjacent
to the picture another cell for the description). I thought I could use CSS
to make the border of these picture cells the same. I used the following:
td.photo {border-style: solid; border-width: 1px; border-color: FF9933}
It shows up fine in design view but not at all in preview.
I would like to do the same for the description cells adjacent to these as
each page will have a different background color inside the cell, so would
like to get the CSS to do it to save lots of formatting on each cell.
If you would like to know what I mean by the use of the cells then please
look at my 'first' website design which is currently live - I have used
layers to get the effect here but it's a nightmare when I want to add or take
things out because I have used absolute positioning amonst other not so good
things I suppose!):
http:/www.duck-face.co.uk/girls_gifts.htm
I am new to CSS (and web-design for that matter) so I apologise if it is
something really obvious that I am doing wrong. I am trying to redo the
website in a 'better' way!
Many thanks in advance for your help