<div>Hi everyone!</div>
<div> </div>
<div>I have two issues here that I'm trying to solve.</div>
<div> </div>
<div>FIrstly, I'm trying to add an image to the login page. Its just a logo, nothing fancy, just for the look of the thing. Here is what I've done...</div>
<div> </div>
<div>-First, I put the image in html/NoAuth/images</div>
<div> </div>
<div>-To my RT_SiteConfig.pm file I've added the following code:</div>
<div> Set( $WebImagesURL , $WebPath . "/NoAuth/images/");</div>
<div> Set( $LoginImageURL, $WebImagesURL . "Helpdesk_Fox.gif");<br> Set( $LoginAltText, "Help Desk Fox");</div>
<div> </div>
<div>-Then, I added the following code to html/Elements/Login:<br> <img src="<%$RT::LoginImageURL%>" alt="<% loc($RT::LoginAltText) %>" /></div>
<div> </div>
<div>The image doesn't show up, though. All I get is the box with the x in it and the LoginAltText. After I made the changes I stopped httpd, cleared the mason cache, and started httpd again. </div>
<div> </div>
<div> </div>
<div>My other problem is the fact that in Internet Explorer (but not in Firefox) the right side of my tables is getting cut off when using the 3.4-compat stylesheets (see screen print link below). Has anyone else seen this problem?
</div>
<div><a href="http://foxweb.marist.edu/users/kbr4b/screenPrint.png">Screen print of cut off tables</a></div>
<div> </div>
<div> </div>
<div>Does anyone have any suggestions? Help is, as always, greatly appreciated.</div>
<div> </div>
<div>Thanks!</div>
<div> </div>
<div>Regards,</div><span class="sg">
<div>Brandi L</div></span>