Status: offline

Barry Vrielink

Forum User
Newbie
Registered: 03/20/04
Posts: 5
confused
Hi all,

I've got some troubles with Opera (version 7.23) and the code section in a forum posting. For example when I view the page http://www.geeklog.net/forum/viewtopic.php?forum=10&showtopic=33055 in Opera the code section only contains a horizontal bar and not a vertical one. So there's no way I can see or select all the code in Opera. In Internet Explorer it's working correctly btw. Anyone else got the same problem (and maybe a solution )?

Thanks,
Barry

Status: offline

Blaine

Forum User
Moderator
Registered: 07/16/02
Posts: 1232
I insert a HTML pre tag and CSS declaration around the code BB tag. You can try different CSS options and see if that address the issue.

The default CSS that is provided is:
Text Formatted Code

.forumCode  {
    background-color: #ECE9D8;
    color: #000;
    width: 470px;
    height: 160px;
    overflow: auto;
    font-size: 11px;
    min-height: 50px;
    max-height: 120px;
    margin: 5px, 0px,5px,5px;
    padding:5px;
    border: 1px dashed black;
    }

 


Adjust as required.

Geeklog components by PortalParts -- www.portalparts.com

Status: offline

Barry Vrielink

Forum User
Newbie
Registered: 03/20/04
Posts: 5
Thanks for your fast reply. Don't know how to get this error in Opera but you're absolutly right; it's missing the end code tag. Maybe a nice feature for a next release; when submitting/previewing check if a begin tag has also got an end tag.