 |
 |
 |
 |
#107400 - 09/30/00 09:49 AM
HTML Problem
|
Member
Registered: 09/13/00
Posts: 509
Loc: England
|
Hi, I'm trying to combine my Private Messages and WhoseOnline bards/categories into one bar eg, Private Messages Whose Online This is the code I know I have to alter :::: But I'm really not sure as to how to combine them both together. Can anyone help me please ???? TotalNewbie
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#107413 - 09/30/00 11:01 PM
Re: HTML Problem
|
Member
Registered: 08/17/00
Posts: 795
Loc: U S of A
|
OK, I think I have it: this is what you want to have. Note, I didn't know what to make of "$onlinetable", so I just didn't do anything with it. This should work without it. I worked off of the code that CE and you posted, so it may not be perfect, but see if you can adapt it to work right. your "$pmlink" should look like this: and then the preferences part should look like this: "$onlinelink" should look like this: and then heres the kicker, the bottom of your page: Let me know if any of that works. good luck ------------------ -david <FONT size="1">I stand on my head and watch it all go away.</FONT s>
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#107415 - 09/30/00 11:40 PM
Re: HTML Problem
|
Member
Registered: 09/13/00
Posts: 509
Loc: England
|
OK i've fixed that - there was an extra $pmlink and $onlinelink(ortable) in the bottom of your code. Also I made the width=95% to 100% All I need to do now is centralise them up a bit. I want to lose the "on the forums within the last 10 minutes." because it bugs me anyway  With that gone I should be able to split the column a bit more evenly shouldn't I ???? What colspan values should I give in order to centralise the divide of the bar ???? Thanks for your help Evil-empire (RATM ?) great job mate !! TotalNewbie
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#107416 - 09/30/00 11:40 PM
Re: HTML Problem
|
Member
Registered: 08/17/00
Posts: 795
Loc: U S of A
|
Actually, this is not a colspan problem. find in my code: now you have two choices. Either change it to 100%, OR align the inner table to the center, so it doesn't look silly. Now, you probably want the PM and Online columns to be equal in width as well. find: It will be there twice. Right after it, add: you should be all set. EDITdamn I'm stupid. I thought you were referring to a different problem altogether. Yeah, in my code I accidently left in an "$onlinetable". Get rid of it, you don't need it anymore. ------------------ -david <FONT size="1">I stand on my head and watch it all go away.</FONT s>
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#107419 - 10/01/00 12:03 AM
Re: HTML Problem
|
Member
Registered: 09/13/00
Posts: 509
Loc: England
|
lol inconvenient !!!  Yeah right I wouldn't have been able to be anywhere near this if you weren't !!!! lol Hey just 2 more questions ::: <td colspan="2" $CategoryStripColor -------------------------------------------------------------------------------- It will be there twice. Right after it, add: code: -------------------------------------------------------------------------------- width="50%" That line appears more than twice - can you be a little more specific please ???? And I have already set it to 100% - how do I go about aligning it with the inner table ???? Cheers, TotalNewbie
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|