11
dtauto
Re: table blows up on some modules
  • 2004/7/16 2:47

  • dtauto

  • Just popping in

  • Posts: 56

  • Since: 2004/7/4 0


i thought that as long as the style rules remained the same, they would simply agree with each other instead of fighting.

also, this was the code spat out when viewing the phpbb forums module from bbpixel.com, which also uses the phpbb templating system.

i tried omitting the second set of html and head tags, but that didn't seem to help!

geez, i'm super lost!

12
Panos
Re: table blows up on some modules
  • 2004/7/16 2:58

  • Panos

  • Friend of XOOPS

  • Posts: 87

  • Since: 2003/3/20


Ok, first of all don't panic This will get you nowhere.

Right. Make sure above all that your theme.html file is properly structured, that is:

<html>
 <
head>
  <
title></title>
 </
head>
<
body>
</
body>
</
html>


That is the basic structure minus of course all the divs the meta tags and so forth.

After making sure that this is the correct structure, link properly to your stylesheet. There are 2 ways of doing so. Either:

<link rel="stylesheet" type="text/css" href="path/to/style.css" />


or...

<style type="text/css" media="all">@import (/path/to/stylesheet.css);</style>


The "media" property can have different values but you can safely set it to "all" for now, that is, if you decide to link to your stylesheet that way.

Also, don't forget! Any link for styles, meta tags and so forth go between the "head" tags.

Once you have that straightened out, copy the style rules for the phpBB theme you are using to your style.css file and link to them from there.

First things first though. Make sure that your markup is correct!



13
dtauto
Re: table blows up on some modules
  • 2004/7/16 3:28

  • dtauto

  • Just popping in

  • Posts: 56

  • Since: 2004/7/4 0


lol, i think i'm just gonna start fresh...

Login

Who's Online

158 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 158


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits