[identity profile] kleio-caissa.livejournal.com 2007-08-07 01:33 pm (UTC)(link)
I hear Semagic is apparently a good program for switching between "lj clone" accounts, but I haven't tried it myself.

The banner's working on both; it's the little area of text to the top right that is the problem. On firefox, the browser I used while making it, the text reads as I intended - the first 3 links are all on a line together, with the friends link centred below them. Underneath, the text is centred and manages to fit in the small space.

On IE, the browser I used to check it just in case, each link has its own line, and the text is centred to a very very small width, with each word having its own line, and the result being that most of it is missing.

It's obviously a problem with a centre tag, but I just can't see why it would be so different between the two browsers. I think that if I change it on IE, when I go back to Firefox, it won't be how I liked it before.

[identity profile] foudebassan.livejournal.com 2007-08-07 06:32 pm (UTC)(link)
It looks fine with Safari.

[identity profile] kleio-caissa.livejournal.com 2007-08-07 10:02 pm (UTC)(link)
Fixed the problem that IE was having with it. I had used a td tag with width specified, and then a div tag with no specifications after it, which worked fine with Firefox, but apparently was evil and immoral to IE, which decided it should overwrite the td width specification and so restrict my text to 10px space.