Support - Ask here - shot note - invalid
mph10 - Tue Nov 18, 2008 7:48 am Post subject: shot note - invalid my short notes now say i forgot to check html and cannot be shown
could someone check over this for me as i do not know what is wrong, the html check wasn't very helpfull for me
<body>
<bgcolor='yellow'>
lotto pick: 28 Dynasty record: <color='red'>596!</color>
</bgcolor>
</body>
DashaBlade - Tue Nov 18, 2008 8:04 am
You don't need the <body> tag, for one thing.
Also, I think changing <bgcolor> to <p style="background: yellow"> would be more efficient. and <color> is not a valid HTML tag. It's <font color="red">
So...
<p style="background: yellow">whatever <font color="red">Red stuff</font> more text </p>
mph10 - Tue Nov 18, 2008 8:51 am
thanks!
[ Added: Tue Nov 18, 2008 5:36 pm ]
it still says there are 3 errors with this...?
<p style="background: yellow">
Dream lotto number: 40 Personal dynasty record: <font color="red">596!</font>
</p>
[ Added: Tue Nov 18, 2008 10:00 pm ]
it still says there are 3 errors with this...?
<p style="background: yellow">
Dream lotto number: 40 Personal dynasty record: <font color="red">596!</font>
</p>
|
|