Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 890
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot Users Online:

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


If you're interested in helping other members with support requests, consider joining the Community Support Helpers group.

CSS and Pages

Started by Zirc, August 13, 2010, 01:14:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zirc

SMF 1.1.11
SP 2.3.1

I am trying to make a page using the Simple Portal HTML page creator with an internal style sheet and the formating is not working.  I was just wondering do I need to put my style sheet options in the external stylesheet for my theme to get them to work?

Thanks

ccbtimewiz

Yes, you do. As SP blocks do not control the header.

Either that or have the style sheet as an inline tag in the block itself

Zirc

Alright thanks I'll give that a try.

AngelinaBelle

Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

yakup


Add

<?php require("/home/*******/public_html/SSI.php"); $context['page_title_html_safe'] = 'title of the page goes here';template_header(); echo'Your content goes here';template_footer(); ?>




Edit path to ssi.php and add page name

voila

ccbtimewiz

That would just duplicate the smf headers... as well as double call functions.

AngelinaBelle

The suggestions by ccbtimewiz seems sound:

1) use inline style= options or
2) Add them to portal.css
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?