Need some help on changing something on my new site :/
It should be working but its not and I dont know what to do anymore
Dont want to publicly say the site url as its not up yet and want to announce it when its done
Could anyone good at this shiz please pm me and ill give you all the details
Thanks
Depends on what you actually need help with. If you could maybe go into my detail with your problem over a message, I might be able to help you. Full depending on what it is, let me know. If I don't know the answer myself, I'll try to do some quick research for you or point you to someone/somewhere you can get a solution.
@Dissociation
The theme Im using has an option where you can change the overall background of the forum to a certain Image. It comes with 3 images already installed but gives you the option of adding more
Thats the code the first 3 are the ones at work but the 2 I tried to work dont work
Some of the site is in Spanish and cant be changed but that should not be the problem
The Images are all named properly and should work
Any Idea in what I should do ?
@Dissociation
The theme Im using has an option where you can change the overall background of the forum to a certain Image. It comes with 3 images already installed but gives you the option of adding more
Thats the code the first 3 are the ones at work but the 2 I tried to work dont work
Some of the site is in Spanish and cant be changed but that should not be the problem
The Images are all named properly and should work
Any Idea in what I should do ?
So which ones work and which ones don't? Also before I go any further, do you have all the images in the correct directories like it states in the code, so your forum root > /images folder?
If it was me, I'd try matching up the code that works, then just changing up the image you wanted since you already know there is no issues there and then see what happens.
This is more curiosity more than anything but why is your first linked code:
[font=Tahoma, Verdana, Arial, sans-serif]<li class="uno"><img width="100px" height="70px" src="images/JormungandBlack/bg2.png" class="fondosc"></li>[/font]
[font=Tahoma, Verdana, Arial, sans-serif]Different than the rest but it is also using "bg2.png."[/font]
[font=Tahoma, Verdana, Arial, sans-serif]All the other code I'm seeing is:[/font]
[font=Tahoma, Verdana, Arial, sans-serif]<li class="dos"><img width="100px" height="70px" class="fondosc" src="images/JormungandBlack/bg1.png"></li>[/font]
[font=Tahoma, Verdana, Arial, sans-serif]Also, I see it's uses a class to start each code. For the last two that don't work, are the classes created in your global template (or where ever your other classes are made) created as well? A class called 5 and 6 (in Spanish of course, since you are using that language.)
[/font]
@Dissociation
<li class="uno"><img width="100px" height="70px" src="images/JormungandBlack/bg2.png" class="fondosc"></li>
The code is like that as thats the one that appears when u open the site
I cant seem to find whats wrong they are made and should be working :/
Could I maybe set u up a test account and you have a look ?