These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Modifying the size of the 'information bar'

Hi

The 'information bar' that tells you 'Listed 3 item(s)...' and other messages is too small (width) to fully display the message.

I guess by altering the code slightly we will be able to enlarge this to fully display the text...

Only thing is, I've been unable to locate this piece of code to enable us to do this - would anyone be able to help and point out what it is we need to change?

Thanks,

Paul
Paul 9/26/2005 10:26 AM
Hi,

Altering the info bar isn't too hard.
Just go to line 466 in default.asp.  You should see the following (excluding quotes)
"<br><input name=wexMessage type=text class=formClass size=20 value="<%=server.HTMLEncode(wexMessage)%>" readonly>"
If you change size=20 to a length of your choice... say size=40 then the info bar is doubled in width.  Hope this is what you were after.

Chris
Chris 10/14/2005 2:18 AM