WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Pr0xQuist on December 29, 2008, 09:45:30 PM

Title: Something wrong with my template....
Post by: Pr0xQuist on December 29, 2008, 09:45:30 PM
Hi all,

I made me own template for WSB,  http://pr0xquist.x10hosting.com/ (http://pr0xquist.x10hosting.com/).
But when i browse in Firefox.....I dont see my content text......
If you dont understand me, browse me site in IE and Firefox.

Now me question is what i do wrong ??

Here is the Content Code.

Tnx for help already. :)

Code: [Select]
#content { 
float: right; /*floats our main content area to the right*/
width: 650px; /*width of our wrap*/ 
background: #eee url(imag/conn.png);
margin: 0; /*center our margin to auto will center our website*/ 
text-align: left; /*aligns our text to the left*/ 
padding: 3px 0 0 0;



#content ul li {
  list-style-image: url(../images/next.gif);
  padding: 0 12px;
  font: 333 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #ffffff;
  border-right: 1px solid #fff;
}
#content h2 { font-size: 15px; color : #ffffff; }
Title: Re: Something wrong with my template....
Post by: Ruud on December 29, 2008, 10:00:15 PM
As I see it, only the page "Home" has content.
The text is black on a black background. There is no difference in IE7and FF for me.

At least set your default text color to a lighter color.
In the body or #content definition you should set something like: "color: #000000;"

Ruud
Title: Re: Something wrong with my template....
Post by: Pr0xQuist on December 29, 2008, 11:07:54 PM
Okay i will give it a try....tnks m8.