Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
-supremecars-

Maintitle question

Recommended Posts

.left{

width:20px;

border:1px solid #000;

float:left;

}


.main{

width:80%;

border:1px solid #000;

}


.right{

width:20px;

border:1px solid #000;

float:right;

}
<div class="main">

<div class="left">

left

</div>

<div class="right">

right

</div>

</div>

i think it work :)

(without the border) :)

Share this post


Link to post

ok you didn´t say that you can´t html :)

first put this in to you css code

.left{

width:98px;

height:28px;

float:left;

background:url('http://testforum.nationofgfx.com/style_images/1/tile_back_left.gif');

}


.right{

width:98px;

height:28px;

float:right;

background:url('http://testforum.nationofgfx.com/style_images/1/tile_back_right.gif');

}
2. add this in the maintitle class that thing that begin with .maintitle{
width:80%;

height:28px;

background:url('http://testforum.nationofgfx.com/style_images/1/tile_back.gif');
3.find in your templatetes the maintitle and add
<div class="left">&nbsp;</div>

<div class="right">&nbsp;</div>
behind
<div class="maintitle" align="left">

4. find the right maintitle image :)

i hope thats help you :)

p.s. sry i hate english ;)

Share this post


Link to post

In your ACP:

CSS:

Skins & Templates -> |-- Style Sheets -> <your skin name here> -> Edit

Here you can use "Show me where <.maintitle> is used within the template" to look after all templatefiles where .maintitle is used ;)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×