Re: Is there a web-designer in the house?

2008-01-16 Thread Steve
Hey everyone thanks for the suggestions and help. It turns out smarty was spitting out some invalid HTML, something akin to tdwidth rather than td width. I missed it because it was one element in probably 3kloc of poorly formatted HTML. Anyways it's all resolved and for the record, smarty isn't

Re: Is there a web-designer in the house?

2008-01-16 Thread Dennis Muhlestein
On 1/16/08, Steve <[EMAIL PROTECTED]> wrote: > Not yet, but it's a good idea, I'll give it a go in a few minutes. I second the FireBug suggestion. Not only can you see what the elements are doing, you can actually change the values of css or element styles in real time to see what helps fix the p

Re: Is there a web-designer in the house?

2008-01-16 Thread Steve
Not yet, but it's a good idea, I'll give it a go in a few minutes. Sincerely, Steve On Jan 16, 2008 11:46 AM, Jonathan Ellis <[EMAIL PROTECTED]> wrote: > On 1/16/08, Steve <[EMAIL PROTECTED]> wrote: > > I need to fix a couple of things with the layout now, and to be > > perfectly frank I don't se

Re: Is there a web-designer in the house?

2008-01-16 Thread Jonathan Ellis
On 1/16/08, Steve <[EMAIL PROTECTED]> wrote: > I need to fix a couple of things with the layout now, and to be > perfectly frank I don't see why the layout isn't displaying correctly. Did you try firebug? I've found "inspect element" and checking Style and Layout tabs for parent and child element

Is there a web-designer in the house?

2008-01-16 Thread Steve
Hello everyone, I'm working on a contract job right now fixing a site that was coded by some outsourcer in India. It's basically a huge mess, but I think I've finally got it mostly straightened out. I need to fix a couple of things with the layout now, and to be perfectly frank I don't see why th