Register Members List Search Today's Posts Mark Forums Read

Reply
 
Article Options
  #16  
Old 12 Mar 2008, 22:28
choccyclaire's Avatar
choccyclaire choccyclaire is offline
 
Join Date: Jan 2008
Originally Posted by edgecutioner View Post
thanks for the tip man. this will add up to my skin designing skills

[edit]After trials and errors for 1/2 hour, I found something that will not work if you want your skin to be fluid. see the code below:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

The original value in the highlighted is "100%" which will go to fit your skin which is wrong . I replaced it with $stylevar[outertablewidth] for it to be dependent on the outer table width size on StyleVars
This worked an absolute treat!

Thanks everyone.
Reply With Quote
  #17  
Old 28 Apr 2008, 19:38
K4GAP K4GAP is offline
 
Join Date: Mar 2008
On my site I have a single image I want centered with expanding images on the right and left so that the center image remains in the center. Right now I've just resized the right side image to force the center image to what is the center on my monitor. But, I know different resolutions are going to display it differently. The code below is what I'm using right now...


<!-- begin disturbed header-->
<div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="border">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- This is where the top logo image goes -->
<td width="100%" height="150" align="left" valign="top"><img src="$stylevar[imgdir_misc]/expand.gif" width="100%" height="150" alt="Part of the TNT Network" /></td>
<!-- End top logo area -->
<td width="600" height="150" align="center" valign="top"><img src="$stylevar[imgdir_misc]/center.jpg" width="600" height="150" alt="The New Testament" /></td>
<td width="100%" height="150" align="right" valign="top" style="background-image: url($stylevar[imgdir_misc]/expand.gif)"><img src="$stylevar[imgdir_misc]/expand.gif" width="275" height="150" alt="=TNT=" /></td>
</tr>
</table>
Reply With Quote
  #18  
Old 30 Apr 2008, 20:02
yaoren's Avatar
yaoren yaoren is offline
 
Join Date: May 2007
One thing I'd like to do and I don't know if this is the place to post this, is add a few tab buttons on the banner for navigation. I've seen it done on other forums and well I have it on the banner but I'll be honest I need to some help in figuring out the coding and laying it out right. As is just now it's only two separate images since I was just trying to get the code on here to work for me.

The other thing is how can I get my banner to be attached to the forum so it all runs together smoothly instead of it separated.

header.jpg

Any help is really appreciated
Reply With Quote
  #19  
Old 26 Aug 2008, 01:09
Krumbz Krumbz is offline
 
Join Date: Feb 2006
Real name: Ron
excellent tutorial.. now a tutorial on how to add a login box or a search box in the header would be great
Reply With Quote
  #20  
Old 17 Sep 2008, 04:34
tazB.ca's Avatar
tazB.ca tazB.ca is offline
 
Join Date: Sep 2005
Real name: Taz B
Okay I'm really confused sorry...

When I add that code into my HEADER... I end up losing both the header and the navbar?...
__________________
Hood Fever
Reply With Quote
  #21  
Old 15 Oct 2008, 20:04
rooban12's Avatar
rooban12 rooban12 is offline
 
Join Date: May 2007
Originally Posted by tazB.ca View Post
Okay I'm really confused sorry...

When I add that code into my HEADER... I end up losing both the header and the navbar?...


I got the same problem
Reply With Quote
  #22  
Old 16 Oct 2008, 09:49
thompson thompson is offline
 
Join Date: Jul 2007
Real name: Thomas
super tutorial.
Reply With Quote
  #23  
Old 25 Nov 2008, 05:01
Valyx's Avatar
Valyx Valyx is offline
 
Join Date: Nov 2008
i got this working on my forum.
www.talk-games.net
__________________
Talk-Games.net
Reply With Quote
  #24  
Old 03 Jan 2009, 16:06
MTGDarkness MTGDarkness is offline
 
Join Date: Dec 2008
Does anyone know how to get a matching sidebar on that?
http://forums.mtgdarkness.com/index.php?styleid=1
I tried that... The code I'm using right now is this:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

But I don't know how to get the stupid navbar to extend with the banner. It doesn't want to work...
Reply With Quote
  #25  
Old 13 Jan 2009, 00:54
bijju bijju is offline
 
Join Date: Sep 2007
thanks
Reply With Quote
  #26  
Old 26 Jan 2009, 21:45
Vaupell's Avatar
Vaupell Vaupell is offline
 
Join Date: Apr 2008
Real name: Martin
Originally Posted by Charged View Post
I just did this on my site, though I've used css rather than a table for those who would rather here is how I did it. Save images the same as explained above then in the header put


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

nice and all, just not working on my firefox fully updated.
it does not repeat spacer, only on ie and chrome does it repeat.
swithing to tables.
__________________
My website Evisystems
- - - Stuff - - -
follow the white rabbit, feed! your head
Reply With Quote
  #27  
Old 25 Feb 2009, 05:27
PJSkiboy PJSkiboy is offline
 
Join Date: Nov 2002
OMG, I spent the better part of last Sunday afternoon trying to do this on my own (which I finally figured out with some help from a buddy) with a lot of head scratching. Ugh.

If only I had checked here sooner, lol.

Hindsight is 20/20.

Great thread.
Reply With Quote
  #28  
Old 30 Mar 2009, 16:53
RedHotChili's Avatar
RedHotChili RedHotChili is offline
 
Join Date: Mar 2009
Excellent!

I was looking for this.
Reply With Quote
  #29  
Old 31 Mar 2009, 19:35
supersy supersy is offline
 
Join Date: Mar 2009
Real name: Magid Hussein
Thanks alot I will try this out
Reply With Quote
  #30  
Old 19 Apr 2009, 20:46
Mike08's Avatar
Mike08 Mike08 is offline
 
Join Date: Sep 2006
Originally Posted by yaoren View Post
One thing I'd like to do and I don't know if this is the place to post this, is add a few tab buttons on the banner for navigation. I've seen it done on other forums and well I have it on the banner but I'll be honest I need to some help in figuring out the coding and laying it out right. As is just now it's only two separate images since I was just trying to get the code on here to work for me.

The other thing is how can I get my banner to be attached to the forum so it all runs together smoothly instead of it separated.

Attachment 79563

Any help is really appreciated
I'm interesting too.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Article Options

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


New To Site? Need Help?

All times are GMT. The time now is 08:03.

Layout Options | Width: Wide Color: