On Thu, Aug 26, 2004 at 04:00:32AM -0700, pesoy misak wrote:
> Now we have convinced the admin to change everything with linux and the
> problem arise with the compatibility browser. We developed in SUSE linux
> and in PHP. this website has to mimic - ing 100 % with the parent sites.
> this parents sites is running on ASP.net
>
> :( now when we trying to redirect to our php sites using their css
> everything is totally mess is there any comment and suggestion about this
> css. since we have alot of trouble with our parent's sites css and it
> keep going and messing up our PHP scripts views.

If the output from your PHP scripts looks wrong, it's because they're
written wrong.  You can make PHP produce any output you want -- if you want,
you can make it produce absolutely identical output to the ASP scripts.

My usual method of working out these sorts of problems is to take the output
produced by one of the bodgy scripts and fix it up by hand to make it look
right, then modify the script so it produces the correct HTML.  If you have
a lot of scripts producing similar sort of output, you'll probably have
similar problems in a lot of them.  Then it's time to start thinking about
how you can template the HTML generation, so you have less places to fix.

- Matt

-- 
"Ah, the beauty of OSS. Hundreds of volunteers worldwide volunteering their
time inventing and implementing new, exciting ways for software to suck."
                -- Toni Lassila, in the Monastery

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to