TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 17, 2024, 11:28:10 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 175
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 146
  • Total: 146

Image Formatting

Started by Craig, July 29, 2005, 09:30:41 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Craig

I've upgraded to the 1.1 Beta 3 forums and have updated my Helios Multi theme also, but am getting a strange error when viewing images larger than the current screen resolution. Before if an image was that large a horizontal scrollbar would appear but now the image just overlaps the edge of the forum or it gets cut off at the edge completely.

Example: http://www.bumbandits.net/forums/index.php/topic,9058.msg116178.html#msg116178

I was advised by somebody on the SMF boards that it's a theme related issue, hence my posting here. :)

Hope you can help.

Thanks.

Bjørn

hm..seems I forgot put in the actual class for posts.  :o

Ok, open up style.css and add the following at the bottom:
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
        width: 100%;
        overflow: auto;
        line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
        width: 100%;
        overflow: auto;
        padding-bottom: 3px;
        line-height: 1.3em;
}


I will update the Helios_multi11 archive too now.

Craig