View Full Version : Question about HTML vs Static HTML
Zippeh XF
02-16-2014, 07:21 PM
What is the difference between the two, like what all is there, from what ive noticed Static HTML wont allow normal html as i have this code that works fine in html, but i want it on a widget which is static html and all i get is a black box with a link under it.
The codes all right because i had checked it but Static wont let it show without an error
Zachery
02-16-2014, 07:40 PM
HTML is HTML. What is your code that won't work in the static html widget?
Zippeh XF
02-17-2014, 05:02 AM
well we have tried to get a slider to work on the CMS and its all html, we know its not the code as we tried it other places and it works fine but it wont work in anything STATIC HTML, we also tried to embed a youtube deal but still we get a black box or so,
anythign we tried we just get this looking thing or so
https://vborg.vbsupport.ru/external/2014/02/16.png
SPEEDKILLZ
02-17-2014, 05:29 AM
Static HTML is rendered once in the browser and never changed. Dynamic HTML (DHTML) may change as a result of conditions in a browser (e.g. a mouse click or pointer movement) without needing to fetch additional data from the server. For example, elements on the page may move or appear/disappear.
This is usually achieved through JavaScript (because it is supported on all major browsers) but can be done with any browser-supported scripting language that has access to the document's representation (commonly referred to as the Document Object Model (DOM)).
This term is not very clearly defined for some cases; for example changing the color of a link's contents when it is clicked or hovered over, or using CSS rules (such as a:hover) to show a submenu when the mouse hovers over a navigational menu. However, such cases are typically considered too simple to fall under the term DHTML.
Often, dynamic HTML is accompanied by asynchronous data retrieval (popularly known as Ajax), but technically the two techniques are separate and just happen to work well together, since the newly retrieved data needs to be displayed in the current document and thus the document changes.
Zachery
02-17-2014, 06:49 PM
We need to see your actual html code.
Lynne
02-18-2014, 12:20 AM
As Zachery said (twice), we really can't help without seeing the *exact* code you are entering.
Zippeh XF
02-18-2014, 11:03 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=238592&page=4" target="_blank">https://vborg.vbsupport.ru/showt...=238592&page=4</a>
and a few other addons for widgets, me and other addons all took turns incase one of us missed a piece of the instructions but we got it all and thats what we got, same thing for other widget addons and such.
Zachery
02-19-2014, 12:42 AM
We need to see the EXACT code that you're trying to use. Not an example of it, the ACTUAL CODE.
SPEEDKILLZ
02-19-2014, 05:25 AM
What Zachery is saying is go in acp and copy your entire inserted code and bring it here and post it with some code bb codes. This way we can see if there is a problem with your code that is causing your problems.
Lynne
02-19-2014, 11:05 PM
Except.... if it is a problem with a specific widget in the modification area, then this is the wrong place to be asking - you need to ask in the modification thread for help.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.