This object is in archive! 
Including custom style sheet in new wrapper
Answered
There isn't a field to include a custom style sheet like before. How do I do this with the new wrapper feature?
There isn't a field to include a custom style sheet like before. How do I do this with the new wrapper feature?
You have to copy
and past the HTML source code from your page into the "wrapper" page, and insert *page_content* where you want the
forms. Any image or css (Style) references that start with a / or // need
fixed before the Xinha text editor messes with them. If it has a /, just remove it
from the source. For //, you have to put http: or better https:
in front. It's obviously a bit tricky to do unless you understand the HTML source code.
You have to copy
and past the HTML source code from your page into the "wrapper" page, and insert *page_content* where you want the
forms. Any image or css (Style) references that start with a / or // need
fixed before the Xinha text editor messes with them. If it has a /, just remove it
from the source. For //, you have to put http: or better https:
in front. It's obviously a bit tricky to do unless you understand the HTML source code.
You have to copy
and past the HTML source code from your page into the "wrapper" page, and insert *page_content* where you want the
forms. Any image or css (Style) references that start with a / or // need
fixed before the Xinha text editor messes with them. If it has a /, just remove it
from the source. For //, you have to put http: or better https:
in front. It's obviously a bit tricky to do unless you understand the HTML source code.
You have to copy
and past the HTML source code from your page into the "wrapper" page, and insert *page_content* where you want the
forms. Any image or css (Style) references that start with a / or // need
fixed before the Xinha text editor messes with them. If it has a /, just remove it
from the source. For //, you have to put http: or better https:
in front. It's obviously a bit tricky to do unless you understand the HTML source code.
I understand all that. But I'm including a style sheet in the <head>. When I save it, IO creates it's own <head> content, so now I have duplicate <head> tags.
I understand all that. But I'm including a style sheet in the <head>. When I save it, IO creates it's own <head> content, so now I have duplicate <head> tags.
If you have the style sheet in the head or body of your page source as a <link> tag, we will grab it. Having duplicate head tags is not ideal, but browsers handle it fine.
If you have the style sheet in the head or body of your page source as a <link> tag, we will grab it. Having duplicate head tags is not ideal, but browsers handle it fine.
We're obviously not on the same page here. Please look at what is happening:
https://www.inflatableoffice.com/include/page_center_iframe.php?id=843&qid=742008&cid=709132
I'm trying to include this CSS: https://www.webringthepartyllc.com/iocss.css
But it's replacing it with your URL and STILL duplicating the <head> content on it's own.
I DO NOT want duplicate <head> tags.
We're obviously not on the same page here. Please look at what is happening:
https://www.inflatableoffice.com/include/page_center_iframe.php?id=843&qid=742008&cid=709132
I'm trying to include this CSS: https://www.webringthepartyllc.com/iocss.css
But it's replacing it with your URL and STILL duplicating the <head> content on it's own.
I DO NOT want duplicate <head> tags.
I removed all the head content and it worked. This wasn't what you were telling me though.
I removed all the head content and it worked. This wasn't what you were telling me though.
Sorry for the confusion. We search and download all necessary images and css files to our server because people without an SSL certificate have had issues. I'm glad you got it corrected.
Sorry for the confusion. We search and download all necessary images and css files to our server because people without an SSL certificate have had issues. I'm glad you got it corrected.
Can you give me an example of what I am looking for to accomplish this.
Can you give me an example of what I am looking for to accomplish this.
Replies have been locked on this page!