Hi i have a question, i have a wordpress site about creditcards. How can i get same page as this: http://www.creditcards.com/balance-transfer.php What should i do to accomplish this? Does wordpress allow html?Should i copy the source code 1:1? please let me know if there is a plugin for this thank you
Are you saying that you have created a Wordpress site that you want to be about Credit Cards, but you don't have any sources for the information, or belong to any affiliate programs to actually put the site together? Or are you asking about styling tips to make it look like that? Yes you can use HTML. No, you shouldn't just copy the source code. You need to learn how to build your own site, not copy someone elses. WTF?
When it comes to complexe HTML layouts in a WP page (or any CMS site for that matter), I usually design it offline with Dreamweaver. Just the content. And then I copy/paste the HTML in to the HTML code input box. It's so much faster this way. Especially when you need to locate and fix/change parts of it later.
if you talking about the link structure, in permalinks use the following custom syntax "/%postname%.php"
Thanks for the great advice Rono. I like the style of the site and my question was if i can it almost the same on my wordpress site.
Self-hosted WP site allow to do any kind of layout you want. I think you can pull it off. There might be a lot of tricks and tweaking involved, but it's quite feasable.