The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Fixed] Static HTML Issues
I don't understand what is going on. I put a module for static HTML, edited the settings, added my image with URL, page loads, shows a broken image then deletes the content in the static HTML.
Anyone know why this is happening? It's basic html Code:
<a href="https://www.g2a.com/r/user-57db4b56f037d"> <img src="http://www.fractured-gaming.com/images/ads/g2a-banner.png"></a> When I inspect the code, this is what it looks like. |
#2
|
|||
|
|||
What if you try:
HTML Code:
<a href="https://www.g2a.com/r/user-57db4b56f037d" style="background: url(http://www.fractured-gaming.com/images/ads/g2a-banner.png); width: 560px; height: 150px; display: block;"></a> |
#3
|
|||
|
|||
It just shows a massive blank block now with no image. however the hyperlink works now... but with no image
|
#4
|
||||
|
||||
The image is hidden. Notice style="display:none !important;". Did you add it? If not, then there's a script that's dynamically adding it.
|
#5
|
|||
|
|||
No I didn't add it. I don't even know where to look for it at. unless it's in the theme I am using. I am using the Quatro Theme.
Man VB5 is giving me a headache. I almost miss VB4. |
#6
|
||||
|
||||
Could you post a link to your site?
|
#7
|
|||
|
|||
<a href="http://www.fractured-gaming.com" target="_blank">http://www.fractured-gaming.com</a>
|
#9
|
||||
|
||||
Ad blocker is blocking image. If it was me I would remove ads from the url and use non standard size banner.
Code:
<a href="https://www.g2a.com/r/user-57db4b56f037d"> <img src="http://www.fractured-gaming.com/images/ads/g2a-banner.png"></a> Code:
<a href="https://www.g2a.com/r/user-57db4b56f037d"> <img src="http://www.fractured-gaming.com/images/drawings/g2a-banner.png"></a> Add also remove banner from the image name. |
Благодарность от: | ||
MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|