I've just tried the accounts in v6 (only got it recently). When I log in, I get a line that says "">Matthew JonesWelcome to Online Catalogue" (there really is no space, but the second part is in bold. This is nice I suppose, except that it is in black on dark blue. Neither colour is in my design colours. Is this a known issue, and what do I edit to change it into something a little better?
Announcement
Collapse
No announcement yet.
Logging in in v6 - odd display
Collapse
X
-
Chris, the text I have is as follows:
Code:<table border=0 width=100%><tr><td align=center bgcolor="%s">%s<b>Welcome to Online Catalogue</b> %s %s</td></tr></table>
Code:<table border=0 width=100%><tr><td align=center bgcolor="<SPAN CLASS="actwelcome">">Matthew Jones<b>Welcome to Online Catalogue</b> </SPAN> </td></tr></table>
Matthew
Comment
-
The default I have is:Code:<table border=0 width=100%><tr><td align=center bgcolor="%s">%s<b>Welcome to Online Catalogue</b> %s%s</td></tr></table>
To fix yours, replace the
bgcolor="%s"
with
bgcolor="#eeeeee"
or whatever you want as the shading behind the welcome message.
Comment
Comment