News:

We have *Free* SMF 2.0 & 2.1 Themes for Download and Support!

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 546
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 485
Total: 485

Transmigration

Started by willemjan, Oct 21, 10, 05:07:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

willemjan


willemjan

Well to give you some more info, I've attached this file.

Now the picture could go across the whole banne to, but then I would need something to make the personal text stand out.

I guess that option is more easy to create, and probably would look better. What do you think?

Sorry for the double post  :)

[attachment deleted by admin]

Crip

This file has step-by-step instructions that might help ..?
ATTACHED:::

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Yes, that is what I need :D THANKS!! :up:

Now wich option from my previous post is easy to make and looks good?

Crip

..just try a few different ways , which ever looks best use it. ;)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

#15
Ok, I've got an problem... The website isn't showing as its supposed to, and I can't figure out why...

Here's a link:
http://www.hervormddamwald.nl

This is what I have done:

Index.template.php:
<div id="bodybg">';
   echo '
    <div id="wrapper">
       <div id="top">
          <div id="top-l">
             <div id="top-r">
                </div id="top">
                   <div id="header">
                     <div id="head-r">
                        <div id="userarea" class="smalltext">';
               if (!empty($context['user']['avatar']))
                   echo '<div id="my-avatar" class="clearfix">'.$context['user']['avatar']['image'].'</div>';


Index.css:
#top {
   position: relative;
   height: 15px;
   overflow: hidden;
   background: url(../images/img/topBG.gif) 0 0 repeat-x;
}
#top-r {
   height: 15px;
   background: url(../images/img/topRight.gif) 100% 0 no-repeat;
}
#top-l {
   background: url(../images/img/topLeft.gif) 0 0 no-repeat;
}

#header {
   position: relative;
   height: 164px;
   overflow: hidden;
   background: url(../images/img/banner/rotate.php) 0 0 no-repeat;}
#head-r {
   height: 164px;
   background: url(../images/img/headerRight.gif) 100% 0 no-repeat;
}


As soon as I add the top part to the index.css, then the page only shows the top images and the other part of the site is gone...

What did I do wrong?

Edit: OMG I keep messing it up... Now the right part has moved to the left... :S

Crip

Just replace this (index.template.php]]]]]]] with the Attached :

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

hmm... but now the whole rotate img part is gone...

Crip

Quote from: willemjan on Oct 23, 10, 07:59:35 AM
hmm... but now the whole rotate img part is gone...

true , so add it back :P
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

willemjan

Like the way it was?