Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Gurus*
Posted

The horizontal rules in the code blocks ([vb], [cs], [code]) aren't displaying correctly in browsers other than Internet Explorer. Not suprisingly this is due to attribute assumptions that IE makes on a regular basis...

 

Regardless, changing the the <hr>'s to the following will fix the problem:

 

<hr style="width: 100%;" />

 

Thank you.

  • *Experts*
Posted

Well, I'm using Opera, and there is still more space on the left than

on the right. :-\ Not a problem (I didn't even notice it until I read this

thread), but it looks the same as it did before. Ah well.

  • 2 weeks later...
  • *Gurus*
Posted

My apologies for not getting back to you about this issue earlier.

 

The code blocks are still largely flawed. That doesn't surprise me much, since we are using vBulletin. ;)

 

They should read similar to the following:

 

<blockquote>
<font face="verdana,arial,helvetica" size="1" >code:</font>
<hr style="width: 100%;" />
<pre><!-- User input here --></pre>
<hr style="width: 100%;" />
</blockquote>

 

That displays correctly on IE, Mozilla (all Gecko based browsers for that matter) and Opera. As it stands now the bbcode is displaying the horizontal rules and "code:" as preformatted text, which just doesn't make any sense.

  • 2 weeks later...
  • *Experts*
Posted

I don't know about anyone else, but those VB code tags look

awfully tiny on this theme (Lite). The regular code and quote tags

are okay, but the rest are too small... smaller than before, at

least.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • Leaders
Posted
Yeah the PHP, VB and CS blocks (all the ones with the darker background) have very small text.
"These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy
  • *Gurus*
Posted

Yeah, the size needs to be bumped up to 2. I just rearranged the order of the tags to make the block valid. I didn't adjust the font, although that was one of the errors present beforehand. Also, the [code] tags don't reflect the changes made to the others.

 

Thanks Keith, changes are appreciated. :)

  • Leaders
Posted
I have that problem too, but only on IE6. From my Linux machine it looks fine in Mozilla.
"These Patriot playoff wins are like Ray Charles songs, Nantucket sunsets, and hot fudge sundaes. Each one is better than the last." - Dan Shaughnessy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...