 |
 |
 |
 |
 |
| Author |
Message |
SpAwN Newbie


Joined: Sep 01, 2003 Posts: 12
|
Posted: Mon Sep 08, 2003 6:25 pm Post subject: A tiny look bug... |
|
|
I don't know what i did wrong, but at the last 5 forum posts block, it does not show up right...
Why does it show up like this ? |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Fri Sep 12, 2003 5:33 am Post subject: |
|
|
Looks like the background element is missing in some of your <TD> tags. What's your URL? _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Fri Sep 12, 2003 8:29 am Post subject: |
|
|
Go into your center block file and find:
| Code: |
<th height="28" colspan="2" align="center" nowrap background="themes/BlackW/forums/BlackW/images/cellpic3.gif" class="thcornerl"><font class="block-title"><strong>Topics</strong></font></th>
|
...and change it to:
| Code: |
<th height="28" colspan="6" align="center" nowrap background="themes/BlackW/forums/BlackW/images/cellpic3.gif" class="thcornerl"><font class="block-title"><strong>Topics</strong></font></th>
|
In other words, change your colspan element from '2' to '6'. _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
SpAwN Newbie


Joined: Sep 01, 2003 Posts: 12
|
Posted: Fri Sep 12, 2003 9:26 am Post subject: |
|
|
You mean in block-forums.php ???
The code looks something like this:
| Code: |
<th height=\"28\" colspan=\"2\" align=\"center\" nowrap background=\"themes/$ThemeSel/forums/$ThemeSel/images/cellpic3.gif\" class=\"thcornerl\"><font class=\"block-title\"><strong>Topics</strong></font></th>
|
If i change that 2 in 6 the block looks all messed up...
 |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Fri Sep 12, 2003 6:04 pm Post subject: |
|
|
Yeah, you're right. Sorry about that. I saw the colspan and stopped right there. I should have looked at the rest of the line. LoL!
Out of curiosity, did that center block come in the BlackW distro or was it something you got elsewhere? I've never seen that version before...
I looked at your page again, and the paths to the images in the center block are wrong. Instead of playing a cat 'n' mouse game here, I suggest you download Disipal's BlackW center block. Here's the URL:
http://www.disipal.net/modules.php?name=Downloads&d_op=viewdownloaddetails&lid=76&ttitle=BlackW_Center_Forum_Block#dldetails
That should take care of the problem.
I don't know if you have noticed, but I'm working on a new version of this block. You can see it on the main page. I'm still playing around with it. I wanted to add some info, but I don't want it to look too 'busy.' Maybe I'll make this added info selectable.
Anyway, when it's done, I'll put it in the download section, if anyone is interested. _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
SpAwN Newbie


Joined: Sep 01, 2003 Posts: 12
|
Posted: Fri Sep 12, 2003 6:45 pm Post subject: |
|
|
Thanks for the link ! The block is really cool... i would want it when it's finished... one more thing... how did you vier the source code of the block ????  |
|
| Back to top |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
| Author |
Message |
VinDSL Site Admin


Joined: Apr 03, 2003 Posts: 68 Location: Arizona (USA) Admin/mod: Disipal Designs Admin/mod: Nuke Cops
|
Posted: Fri Sep 12, 2003 9:02 pm Post subject: |
|
|
I went to your page, right-clicked it with the mouse and "View(ed) Source." That shows me the center block code rendered in HTML, but I can't see the program code itself. In other words, I can see the result of the center block code, but not the code in the center block PHP file. The rest was just an 'educated' guess...  _________________ .::Buds not bombs::. |
|
| Back to top |
|
|
 |
 |
 |
 |
| |
 |