coolcamo8642
12-30-2006, 06:11 PM
I'm currently working on a new design for a forum skin. The following is the original mockup of what I want to do:
http://img367.imageshack.us/img367/5274/devpn4.th.jpg (http://img367.imageshack.us/img367/5274/devpn4.jpg)
I rebuilt some of the code and started using it on a local setup. It looked absolutely fine, basically identical to the mockup, until this morning, when it randomly did this (header area):
http://img413.imageshack.us/img413/6651/127fy7.th.jpg (http://img413.imageshack.us/img413/6651/127fy7.jpg)
It's doing that with the same code that it used when it was displaying correctly. I've tried moving around the location of the PNG for the header, both locally and on a server.
Here's the HTML (the 'top' td is the one for the header):
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="topleft">
<td class="top">
<td class="topright">
</tr>
{Remainder of Table}
And here is the corresponding CSS:
.top
{
background: url(http://www.technologisticsforums.com/dev/style_images/vista/top.png);
background-repeat: repeat-x;
height:55px;
color: #000;
font-size: 11px;
font-weight: bold;
margin: 0px;
}
I've tried reinstalling the board, the original skin, as well as using different packages of software to use it locally. I've also used various different browsers, clearing the cache as well.
Does anyone have an idea as to why it won't show up? :confused:
http://img367.imageshack.us/img367/5274/devpn4.th.jpg (http://img367.imageshack.us/img367/5274/devpn4.jpg)
I rebuilt some of the code and started using it on a local setup. It looked absolutely fine, basically identical to the mockup, until this morning, when it randomly did this (header area):
http://img413.imageshack.us/img413/6651/127fy7.th.jpg (http://img413.imageshack.us/img413/6651/127fy7.jpg)
It's doing that with the same code that it used when it was displaying correctly. I've tried moving around the location of the PNG for the header, both locally and on a server.
Here's the HTML (the 'top' td is the one for the header):
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="topleft">
<td class="top">
<td class="topright">
</tr>
{Remainder of Table}
And here is the corresponding CSS:
.top
{
background: url(http://www.technologisticsforums.com/dev/style_images/vista/top.png);
background-repeat: repeat-x;
height:55px;
color: #000;
font-size: 11px;
font-weight: bold;
margin: 0px;
}
I've tried reinstalling the board, the original skin, as well as using different packages of software to use it locally. I've also used various different browsers, clearing the cache as well.
Does anyone have an idea as to why it won't show up? :confused: