Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • openmw openmw
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 831
    • Issues 831
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenMWOpenMW
  • openmwopenmw
  • Issues
  • #5627
Closed
Open
Issue created Oct 04, 2020 by Kajtebriga Brigić@kajtebrigabrigic

Bookart not shown if it isn't followed by <BR> statement

In Beautiful books runes when you read a scroll aren't shown. Just a blank scroll page. I believe it works in vanilla, judging by mod's screenshots.

An example of text for a scroll from that mod:

<DIV ALIGN="CENTER"><FONT COLOR="000000" SIZE="3" FACE="Magic Cards"> <IMG SRC="Bigscroll.dds" WIDTH="225" HEIGHT="225">

This can be fixed by adding a
statement at the end, so:

<DIV ALIGN="CENTER"><FONT COLOR="000000" SIZE="3" FACE="Magic Cards"> <IMG SRC="Bigscroll.dds" WIDTH="225" HEIGHT="225"><BR>

makes if work, but should that be the case if it works without that in vanilla engine?

Edited Oct 04, 2020 by Kajtebriga Brigić
Assignee
Assign to
Time tracking