Hosted by DelphiForums|www.delphiforums.com/support
The Delphi Member Services Forum is for all your membership issues including using Delphi, billing questions, bug reports, and suggestions.
27670 messages in 4273 discussions
Latest 8:14 AM by Maria (shortyDT)
Latest Oct-1 by Kid (Kidmagnet)
Latest Oct-1 by Ellen in Stonewall,TEXAS:-) (elleng4044)
Latest Oct-1 by gunter
Latest Sep-28 by Ellie (EllieCat)
Latest Sep-27 by gunter
Latest Sep-22 by gunter
Latest Sep-21 by WaltHowe
Latest Sep-11 by Lyndy (Lyndy7)
Latest Sep-7 by Yeah, you shook me all night long... (MEDDLY)
36181 messages in 3042 discussions
Latest Oct-1 by mireille (MIREILLECOTE)
Latest Sep-29 by Keep Smiling (wtraves)
Latest Sep-22 by B-17 Girl (Collinwood11)
Latest Sep-11 by rosey (rosey58)
Latest Sep-5 by Moondove (moondove07)
71854 messages in 8326 discussions
Latest May-10 by Kid (Kidmagnet)
Latest Sep-28 by gunter
Latest Sep-24 by Kid (Kidmagnet)
Latest Sep-24 by Kid (Kidmagnet)
Latest Sep-21 by JZBelle
Latest Sep-20 by gunter
Latest Sep-15 by gunter
Latest Sep-11 by rosey (rosey58)
Latest Sep-9 by Kid (Kidmagnet)
Latest Sep-8 by JZBelle
9167 messages in 998 discussions
Latest Sep-25 by AEGram
Latest Sep-25 by gunter
22279 messages in 1619 discussions
Latest Sep-25 by Funky (Funkychic59)
Latest Sep-25 by gunter
4034 messages in 247 discussions
Latest Sep-24 by Kid (Kidmagnet)
16216 messages in 145 discussions
Latest Sep-5 by gunter
26630 messages in 2532 discussions
19050 messages in 2034 discussions
10006 messages in 851 discussions
1472 messages in 440 discussions
May-10
May-10
Not sure if this is your problem, and since I can't do any html here on this forum, it maybe be hard to show you.
However, some of your graphics on your style sheet, are wrong.
background-color: #xxxxxx;
background-image: url(http://people.delphiforums.com/xxx.jpg);
See the closing parenthesis after the jpg, graphic. Yours are missing.
Also, I notice this:
/* Makes buttons pretty */
INPUT.button, BUTTON, OPTION.button, TD.BUTTON {
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Arial, Helvetica, Geneva, sans-serif;
font-size: 8pt;
font-weight: bold;
cursor: hand;
color: #FFFFFF;
background-color: #; /* All buttons */ input.button,input.b2{ background-color: #5c98fa; background-image: url(https://people.delphiforums.com/Isabella308/test3/animat12.gif); background-repeat: repeat; backg }
It's hard to explain, but you see after the background-color#; You have no color, and you don't have the closing bracket } Which is needed. And the last word backg - not sure what that is. I would also drop /* All buttons */ down to another line. That way you can tell when brackets and such are missing from individual codes.
It appears there are some errors on your style sheet that need to be cleaned up. Most times it's just very small errors, that do the most damage.
I'm not sure if I'm seeing everything, or the right things. But I notice this word
CODE:
Just sitting there. If it is there, either put it inside of /* hidden text */ or remove it. :)
May-10
With your forum in Classic mode, I couldn't do anything, but in zeta mode, it works pretty well. I left it in zeta mode.
May-10
I did receive your message to me but I'll not have access to a desktop until tomorrow (plus I'm working OT at the moment)
See if you can clean up the errors Dee pointed out.
If you still need help then I'll hop in.