fcreature
06-20-2006, 12:55 AM
http://www.vbulletin-faq.com/forum/showthread.php?t=8
H1 works on forumdisplay, but it doesn't want to work in showthread in IE - if you select it, it works, but it'll just show white text if not.
Anyone know why?
Here's the code:
I tried putting h1 tags on for showthread, but it didn't want to work in IE.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>
</head>
<body onload="$onload">
$header
$navbar
<h1>$thread[title]</h1>
$poll
<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php" method="post" id="inlinemodform">
$spacer_open
</if>
H1 works on forumdisplay, but it doesn't want to work in showthread in IE - if you select it, it works, but it'll just show white text if not.
Anyone know why?
Here's the code:
I tried putting h1 tags on for showthread, but it didn't want to work in IE.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if></title>
</head>
<body onload="$onload">
$header
$navbar
<h1>$thread[title]</h1>
$poll
<if condition="$show['inlinemod']">
$spacer_close
<form action="inlinemod.php" method="post" id="inlinemodform">
$spacer_open
</if>