I have created an HTML page, http://mikedeanellis.com/albumgallery3.html, and I would like to incorporate the contents of this page into a wordpress page.
I have tried to copy paste the code over but it doesn't work. Ideas?
I have created an HTML page, http://mikedeanellis.com/albumgallery3.html, and I would like to incorporate the contents of this page into a wordpress page.
I have tried to copy paste the code over but it doesn't work. Ideas?
1. Style shoud never be in the "body" portion, only in the head.
2. You should copy only the "content", i.e. what is in between the opening body and closing /body.
3. You will need to add somehow the reference to all that styles.
Thanks Moshu! - I apologize for lack of knowledge on these topics. I only really understand how to do item #2 you mentioned.
Can someone elaborate on 1 and 3?
1. Look at the code of the page you created and you'll see.
3. Add the sytles to your theme's stylesheet.
This topic has been closed to new replies.