|
Hi, Tom,
Those of us here who are designers can create any kind of design you'd like... within XSitePro's few limitations, of course. But when you say it has to be "compatible with Cars.com," what exactly do you mean? Do you mean it should look like that site? Work like that site? Etc?
Cars.com is built using only CSS, not tables like XSitePro. It is also a dynamic site using .jsp (similar to .php or .asp). This means that it uses JavaScript to talk to a database and pull data dynamically (on the fly) to create the Web pages. XSitePro, on the other hand, creates static HTML pages. For the search forms, it uses custom JavaScript that you'd need a programmer for. (Note: WorPress uses PHP/MySQL. MySQL is the type of database.)
|