Re: Some more potential bugs [message #164346 is a reply to message #164345] |
Tue, 25 January 2011 05:05 |
Ernesto
Messages: 413 Registered: August 2005
Karma:
|
Senior Member |
|
|
It sounds like most of the errors you are getting are self-created when you have edited your templates or something similair. There is just simly no way that with the default setup of FUDforum that some of the errors you have explained will appear.
Onwards to a free CSS lesson:
To define a max-width or similar to an image in a post, use CSS.
The tag that contains message text is span.MsgBodyText
So, to affect images inside a post, you would write the CSS rule like this:
span.MsgBodyText img {
max-width: 100px;
}
(smileys are also images)
A great tool for design purposes is Firebug which is an addon to Firefox. With that you can inspect elements on the page as well as edit the CSS to preview changes.
When you switched to path_info theme, did you create a new theme based on the path_info template set?
Ginnunga Gaming
[Updated on: Tue, 25 January 2011 05:07] Report message to a moderator
|
|
|