Uutiset:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu
Advertisement:

Putting the forum inside a div tag

Aloittaja omnifold, elokuu 02, 2013, 12:36:03 AP

« edellinen - seuraava »

omnifold

Where would i put the code for the forum in the area marked in red.


<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->


<div class="gridContainer clearfix">
  <div id="LayoutDiv1"><img src="Images/logo.png">
    <div>
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">About Us</li>
          <li class="TabbedPanelsTab" tabindex="0">W</li>
          <li class="TabbedPanelsTab" tabindex="0">F</li>
          <li class="TabbedPanelsTab" tabindex="0">A</li>
          <li class="TabbedPanelsTab" tabindex="0">A</li>
          <li class="TabbedPanelsTab" tabindex="0">F</li>
          <li class="TabbedPanelsTab" tabindex="0">C</li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">Content 1</div>
          <div class="TabbedPanelsContent">Content 2</div>
          <div class="TabbedPanelsContent">Content 1</div>
          <div class="TabbedPanelsContent">Content 2
            <div id="LayoutDiv2">This is the content for Layout Div Tag "LayoutDiv2"</div>
          </div>
          <div class="TabbedPanelsContent">Content 1</div>
          <div class="TabbedPanelsContent">I want the forum here</div>
          <div class="TabbedPanelsContent">Content 2</div>
        </div>
      </div>
    </div>
  </div>
</div>

Kindred

you can't do it like that.
The forum generates fully qualified html pages - you can not drop a full html page into the middle of another one
(and no... do not even think about using iframes)

What you will have to do is read up in the manual and in various coding posts about how to use layers and add header and footer content.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Advertisement: