a (
alittlebirdy) wrote in
getting_started2009-04-22 07:08 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Profile codes on userinfo page.
Hi, quick question...
I'm trying to spiffy up my userinfo page, but for some reason it is ignoring the HTML code, or at least, not displaying it correctly. I thought I might be stuffing it up so I tried using a profile code I found over on LJ that I knew worked there as a test - it wasnt anything fancy, it was just regular old HTML with some inline CSS - table, td, tr, bgcolor, font style="letter-spacing: 2px", etc. There were no special css classes being used. When I paste the code into my LJ profile it works fine. But when I paste it into DW it does not. The table seems to show up (somewhat) but I think its the padding and bgcolor etc that don't seem to work.
So, long story short, before I spend several hours pulling my hair out trying to get it to work, I'm just wondering if there are any restrictions at the present time on what code can be used on the userinfo page?
I'm trying to spiffy up my userinfo page, but for some reason it is ignoring the HTML code, or at least, not displaying it correctly. I thought I might be stuffing it up so I tried using a profile code I found over on LJ that I knew worked there as a test - it wasnt anything fancy, it was just regular old HTML with some inline CSS - table, td, tr, bgcolor, font style="letter-spacing: 2px", etc. There were no special css classes being used. When I paste the code into my LJ profile it works fine. But when I paste it into DW it does not. The table seems to show up (somewhat) but I think its the padding and bgcolor etc that don't seem to work.
So, long story short, before I spend several hours pulling my hair out trying to get it to work, I'm just wondering if there are any restrictions at the present time on what code can be used on the userinfo page?
no subject
As far as I'm aware, "old school" html shortcuts such as <small>, <big> and <font> don't work. However I know <div> works, so I've had to start using <div style="font-family: xxx; font-color: #xxx; font-size: #px;"> etc.
I'm not a coder, but I know there is always a lot of debate about what is "good" HTML and what isn't. I am fairly sure the loss of <table> would have to do with making site content usable for screen-readers as part of their attempts to make Dreamwidth Unsighted Friendly; apparently they stumble over nested tables.
no subject
and I am lazy. But when I do I tend to default back to old school html because I am more familiar with it. But that would totally make sense. Tables are really only supposed to be used to display data and not style content. Guess I will have to brush up on my CSS and start doing it properly! :Dno subject
no subject
It's a bug
Re: It's a bug
Is the bug tracker publicly viewable? Next time I have a problem I can check there first...
Re: It's a bug
Re: It's a bug