I can't seem to change the font size from my text in the DIV span with javascript.
I tried a funtion like
function swell(t) {
t.style.fontsize("50"
;
}
but my text has to be in a string for that.
No idea how to work with the strings either ...
a document.write just replaces everything else on the website ...
I tried a funtion like
function swell(t) {
t.style.fontsize("50"

}
but my text has to be in a string for that.
No idea how to work with the strings either ...
a document.write just replaces everything else on the website ...