1
mickbriz
How do I change default style.css
  • 2005/5/13 22:48

  • mickbriz

  • Not too shy to talk

  • Posts: 114

  • Since: 2005/3/26


Also on the left hand side I wnt a red line top to bottom like on the right hand side, which part of the style.css do I need to change?

Thanks

2
pegasus00321
Re: How do I change default style.css

I would highly recommend fixing up your HTML first as it has a lot of errors, not just minor ones.

Like this
head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
</head>

Which is inside the body. Cant do that.

3
mickbriz
Re: How do I change default style.css
  • 2005/5/13 23:19

  • mickbriz

  • Not too shy to talk

  • Posts: 114

  • Since: 2005/3/26


Yeah I see, I was testing out in frontpage and didnt take out the bits I didnt need.

4
mickbriz
Re: How do I change default style.css
  • 2005/5/14 13:03

  • mickbriz

  • Not too shy to talk

  • Posts: 114

  • Since: 2005/3/26


I'll answer my own question.

The reason why I cant see the line in the left is because I dont have the code right, I omitted "solid" next to the color.

The feint border is actually not in the style.css, you have to put the code in yourself, it is a Fieldset

fieldset.custom {
border: 0px solid #fff;
}