Creating Your Own Website Style
The Real Estate CPR website application is one of the easiest and most flexible systems on the market. We do not lock you into one type of design template that you have to choose from. Our website application has been designed to allow you to shape your website to fit your exact style. Real Estate CPR has two preset presentations that we offer: horizontal presentation and vertical presentation. But here is the catch, you can re-style these two layout to any specificaitons that you want. You can change the header logo, you can change the background colors, you can change the navigation colors, you can change almost anything and everything that you want in order to make the website exactly how you want it.
Our two presentation layouts have been coded to ensure that your website is aesthetically applealing, cross brower friendly, and easy to change on your end.
If you want to take more advantage of your layout, and you are familiar with JavaScript and CSS, you implement your own code into our source code and change the website to whatever you want. That is how flexible Real Estate CPR can be for you!
Here is an example of the layouts. You can shape these and modify them to what ever style you want.
Horizontal Layout
.gif)
Vertical Layout
.gif)
Examples of CSS and JavaScript Code
Our website application has already been engineered to be highly attractive and extremely user-friendly, but If you are tech savy and you want to extend the flexability, you can add CSS or JavaScript code to make your site do what ever you want it to do.
Here is an example of CSS code.
<style>
body {margin: 10px, 10px, 10px, 10px} // this will add 10 pixel margins the entire site
</style>
Here is an example of JavaScript code
<script>
alert("Hello and Welcome to Real Estate CPR"); // This will pop open a notice that says "Hello and Welcome to Real Estate CPR"
</script>
You can embed any CSS or JavaScript code into your page layout editor and it will instantly become active on your website.
|