View Single Post
  #2  
Old 10-08-2007, 01:26 AM
Deepdog009's Avatar
Deepdog009 Deepdog009 is offline
 
Join Date: Dec 2004
Location: Almost out of PHP TZone
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by triff View Post
I have a problem with my header. I've customized a header in a wysiwyg html-editor - and I want it to look like this: http://basicroleplaying.com/header.htm

but instead, it looks like this: http://basicroleplaying.com/forum/forumdisplay.php?f=2

The text gets some weird preformat for some reason. Do anyone knows how to deal with this, to get the text back to plain Times New Roman?

SGL.
vBulletin Css
********************************
HTML Code:
<table cellspacing="0" width="100%" border="1" bordercolordark="black" bordercolorlight="black" height="160" cellpadding="0" bgcolor="white">
    <tr>
        <td rowspan="2" height="160" align="center" valign="bottom" width="150">

            <p><a href="http://basicroleplaying.com/"><img src="http://basicroleplaying.com/images/header-rocket.gif" width="109" height="160" border="0" alt="Home"></a></p>
        </td>
        <td valign="middle" align="center">
            <p align="center"><img src="http://basicroleplaying.com/images/header-text1a.gif" width="456" height="69" border="0"><img src="http://basicroleplaying.com/images/header-text1b.gif" width="140" height="69" border="0"></p>
        </td>
        <td rowspan="2" width="201" valign="bottom">
            <p><a href="javascript:window.external.addFavorite('http://basicroleplaying.com','Basic Roleplaying .com');"><img src="http://basicroleplaying.com/images/header-gavlin.jpg" width="200" height="160" border="0" alt="Bookmark Basic Roleplaying .com! "></a></p>
        </td>
    </tr>

    <tr>
        <td align="center" valign="middle">
            <p align="center"><img src="http://basicroleplaying.com/images/header-text2a.gif" width="150" height="26" border="0"><a href="http://basicroleplaying.com/forum/forumdisplay.php?f=2"><img src="http://basicroleplaying.com/images/header-text2b.gif" width="251" height="25" border="0"></a></p>
        </td>
    </tr>
</table>
<table cellpadding="0" cellspacing="0" width="8" height="8" bordercolordark="white" bordercolorlight="black">
    <tr>
        <td width="8"><font size="1" color="#EEEAD8">.</font></td>

    </tr>
</table>
************************************************** *********

Non vBulletin Css
********************************
HTML Code:
<table cellspacing="0" width="100%" border="1" bordercolordark="black" bordercolorlight="black" height="160" cellpadding="0" bgcolor="white">
    <tr>
        <td rowspan="2" height="160" align="center" valign="bottom" width="150">
            <p><a href="http://basicroleplaying.com/"><img src="http://basicroleplaying.com/images/header-rocket.gif" width="150" height="160" border="0" alt="Home"></a></p>

        </td>
        <td valign="middle">
            <p align="center"><span style="font-size:46pt;"><font face="Times
New Roman">Basic Roleplaying .com</font></span></p>
        </td>
        <td rowspan="2" width="201" valign="bottom">
            <p><a href="javascript:window.external.addFavorite('http://basicroleplaying.com','Basic Roleplaying .com');"><img src="http://basicroleplaying.com/images/header-gavlin.jpg" width="200" height="160" border="0" alt="Bookmark Basic Roleplaying .com! "></a></p>
        </td>
    </tr>

    <tr>
        <td>
            <p align="center"><font size="5" face="Times
New Roman">BRP Central - host of&nbsp;the </font><a href="http://basicroleplaying.com/forum/forumdisplay.php?f=2"><font size="5" face="Times
New Roman">basic roleplaying forum</font></a></p>
        </td>
    </tr>
</table>
Triff its a CSS issue...

vBulletin body CSS is the culprit causing your troubles...


Create a separate .css file with only the code 4 your header image and that should do the trick...

Hardcode into admin CSS or Header area, Headerincludes template...

Code:
.mycss
{
	background: #FFFFFF;
	color: #000000;
	font: 5pt Times New Roman;
}
Give it a go
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01235 seconds
  • Memory Usage 1,817KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete