1
fryonvigil
**error in xoops 2.2
  • 2005/7/30 13:28

  • fryonvigil

  • Just popping in

  • Posts: 40

  • Since: 2005/3/8 9


good day,

I dont know if its an error or what, but when I tried to add a block in XOOPS 2.2 and put an HTML tag like these:

<table border="1"><tr><td bgcolor="red">TEXT</td></tr></table>

The color in the cell is not exactly what I expected. I tried different color codes but the same color appears. No matter what color or color code you insert, same color appears(like greeN. What's the cause of it?

More power,

fryonvigil

2
fryonvigil
Re: **error in xoops 2.2
  • 2005/8/7 11:16

  • fryonvigil

  • Just popping in

  • Posts: 40

  • Since: 2005/3/8 9


Anybody out there who has tried experienced this bug?

3
jdseymour
Re: **error in xoops 2.2

Check if that item is covered by a css class. CSS will override HTML code.

4
digitz
Re: **error in xoops 2.2
  • 2005/8/8 7:19

  • digitz

  • Just popping in

  • Posts: 29

  • Since: 2005/7/28


By default CSS will override any properties you assign in your HTML code, therefore it's a good idea to stick to the CSS stylesheet which will probably be called style.css in the root folder of your site.

And for those of us who don't know anything about CSS, here's a great source for beginners: W3 Schools

Hope this helps!

5
fryonvigil
Re: **error in xoops 2.2
  • 2005/8/13 8:19

  • fryonvigil

  • Just popping in

  • Posts: 40

  • Since: 2005/3/8 9


well thanks. ill try it anyway. It works fine in the previous XOOPS version.

6
JMorris
Re: **error in xoops 2.2
  • 2005/8/13 11:58

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I haven't experienced the trouble you mentioned. I agree with what the others have said What theme are you using?

You may also want to try using inline styles.

Example:
<table border="1"><tr><td style="background-color:#ff0000;">TEXT</td></tr></table>


Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

Login

Who's Online

129 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 129


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits