vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Fixed width last post table cell (https://vborg.vbsupport.ru/showthread.php?t=215233)

squishi 06-07-2009 04:19 PM

Max chars is 30.

The width of 220 is about the width of the largest last post table cell.
The smallest one I currently have showing is about 150px.

Lynne 06-07-2009 04:32 PM

I'm suggesting a larger width just to see if it will work. It looks to me like the table width is being affected by the side of the max characters. So, if you make the width way larger than that, you can see if the width is working or not.

squishi 06-08-2009 11:23 AM

I set it to 300 now. The tables do not expand. :(

Lynne 06-08-2009 01:57 PM

In your header (thead) where it lists Info & Intro, Last Post, etc, you are setting the width for the column Info & Intro to 100% and that is interferring with your Last Post width. Get rid of the 100%:
HTML Code:

<td class="thead" width="100%" align="left">
        <a href="forumdisplay.php?f=42">Info &amp; Intro</a>
    </td>


squishi 06-08-2009 05:12 PM

1 Attachment(s)
I removed the width of 100% and the table cells expanded.
But now I have an unwanted effect in the whole table cell. It seems the attribute width="100%" in the table tag is not followed.

squishi 06-08-2009 05:27 PM

Okay, cool. I checked the markup on vbulletin.org.
With using relative widths in the thead cells, I was able to fix the problem.


All times are GMT. The time now is 07:47 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01592 seconds
  • Memory Usage 1,718KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete