61
Vargr
Re: HTML without CSS interfering
  • 2004/3/1 16:50

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Yes, I thought of that too, but the Excel HTML is full of inbedded CSS codes, that defines every little tidbit.

So that should be taken care of, I would think, but alas, apparently not. Always thought imbedded CSS would overwrite global CSS.

However, the iframe solution worked with a minimum of hassle, so I think I will stay with that solution for now. Especially as we might be adding a lot more of that kind of "stand alone" HTML code.


Actually I found out, that WFsections couldn't handle the insane amount of characters generated by Excel -> HTML converter. It cut off the text at one point. I will have to look into it a bit more, before I can say anything conclusive. Might be a problem with Windows clipboard, but I doubt it.



62
Vargr
Re: HTML without CSS interfering
  • 2004/3/1 15:04

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Hmm, that might be the answer. Have to look up how iframes work, though.

Thanks for the idea.



63
Vargr
HTML without CSS interfering
  • 2004/3/1 13:45

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I need to use some complex HTML in a news article and elsewhere too (WFsections, forum, etc).

This time it is an excel spreadsheet converted to HTML.

My main problem is that the CSS of the theme is interfering wit the HTML table buildup etc. so I need a way to tell XOOPS or what-ever that I want to turn CSS off and on.

Something like:


This is my article about this-and-that. Please see the balance below:

[CSS OFF]
complex-html-code.
[CSS ON]

Normal article text with CSS.


Is this possible and how?





64
Vargr
Re: Xoops text editor problem in new block
  • 2004/3/1 13:37

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Remember to set Content Type for that new block to HTML.

If that doesn't help, please write exactly what you are doing where, as it will be easier to help then.



65
Vargr
Re: Forum Catalog Title Background Color and Font Color
  • 2004/3/1 13:31

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Go to your CSS file and the following:


.outerhead a:hover {
}


Change it to:


.outerhead a:hover {
color: #FF0000;
}


This will make the categories change colour on MOUSE OVER.

In order to change the colour of the category title itself, see if your .outerhead a resembles this


.outerhead a {
font-size: 15px;
color: #ffffff;
}


or something similar.

You of course have to select colours that fit your theme.






66
Vargr
Re: What is XOOPS?
  • 2004/3/1 13:15

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


The site that you write your questions on is made with xoops.

I believe the sites you will find here are all made with xoops. Not 100% sure though.




67
Vargr
Re: Amazing!
  • 2004/2/27 9:24

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Welcome aboard.



68
Vargr
Re: 2 questions
  • 2004/2/27 0:00

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Perhaps you could copy'n'paste your code here (please in courier; easier to look through). Maybe there is something that conflicts with XOOPS.

I don't know what it should be, but you never know.



69
Vargr
Re: 2 questions
  • 2004/2/26 14:16

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Did you set the content type to HTML ?



70
Vargr
Re: Tutorial: Highlight the active module in your mainmenu
  • 2004/2/25 19:06

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


No.

Suddenly real life crept up on me and I haven't had time to play with it. I believe it should be possible, though.

Highlighting the other modules works very well.

Sorry I can not help you more. Perhaps some time in the future




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 13 »



Login

Who's Online

183 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

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

Latest GitHub Commits