Wordpress & Cpanel!

konichiwa

New Member
Messages
1
Reaction score
0
Points
0
How do I embed wordpress into my site so that the whole style is the same.
take a look at murexa.org for an example of what I mean

I don't have anything on my website yet but I just installed Wordpress through Fantastico!

If you read this post before the edit then my cpanel and login stuff is working fine now!
 
Last edited:

JuniorD

New Member
Messages
564
Reaction score
0
Points
0
Iframe I suppose? Try this code, though you'll have to put it in somewhere on your website.

<iframe src=home.html name="iframe" frameborder="0" width="578" height="590"></iframe>

change home.html to the index page of your wordpress. just simply copy the url and paste it, and change the width an height to your liking.
 
Top