error modify theme avatar big

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

I have a problem when adding an image to the admin range it starts to enlarge my profile, how do I solve it?
https://wow-bolivia.com/Forun/index.php?threads/asdasdasdasd.1/#post-2


Captura.PNG


100.jpg
Captura (1).PNG
 
Last edited:

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,068
Points
173

Reputation:

english only in enxf.net.
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Post your code you have added please.
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

Hello Community, I appreciate it if you help me with this problem. I have an image to put the group rank. I have uploaded it. Add it to the premium rank. My profile is out of square



As you can see, it is like this without putting any image in the premium range group, everything is normal theme
Captura.PNG



This image is where I put the code of the image that I uploaded to imgbb.com where you see there is the code



HTML:
<a href="https://imgbb.com/"><img src="https://i.ibb.co/K9MCHX2/aunnpYn.png" alt="aunnpYn" border="0


Captura1.PNG



It looks like this in the range group

Captura2.PNG



When you update the forum it appears ugly like this because there would be some solution with the theme, please help me help


Captura3.PNG
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

Do not insert any embed code or HTML/CSS code within the ( Use the following user title ) section. If you don't know how to use this. Only plain text should be placed here. Use either the Premium title or stick with the default title ladder.
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

Do not insert any embed code or HTML/CSS code within the ( Use the following user title ) section. If you don't know how to use this. Only plain text should be placed here. Use either the Premium title or stick with the default title ladder.
UNKNOWN PHI want it with an image I don't like it without an image that's why I have that error
 

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,519
Points
523

Reputation:

Hello Community, I appreciate it if you help me with this problem. I have an image to put the group rank. I have uploaded it. Add it to the premium rank. My profile is out of square



As you can see, it is like this without putting any image in the premium range group, everything is normal theme
View attachment 38184


This image is where I put the code of the image that I uploaded to imgbb.com where you see there is the code



HTML:
<a href="https://imgbb.com/"><img src="https://i.ibb.co/K9MCHX2/aunnpYn.png" alt="aunnpYn" border="0


View attachment 38185


It looks like this in the range group

View attachment 38186


When you update the forum it appears ugly like this because there would be some solution with the theme, please help me help


View attachment 38187
jhoancitoThe field only can include some character. it looks like yours is too much and it is not complete. The IMG html tag is not closed becuase it was too long.
Try to enter just:
HTML:
<img src="https://i.ibb.co/K9MCHX2/aunnpYn.png" alt="aunnpYn" border=0>
or
HTML:
<a href="https://imgbb.com/"><img src="https://i.ibb.co/K9MCHX2/aunnpYn.png" border="0"></a>

Why you are creating a new thread for that?
All posts moved into one thread.

Problem solved.
 
Last edited:
Top