HTML code has his own will??
-
Hello,
I have a problem with my HTML couze i think there is resting a curse on it xD
First of all, let me show you what i wanted and what wouldnt work.
http://i61.tinypic.com/ae86km.jpg
This is a print screen of how i wanted to have it. The strange thing is it does look like this when i’m logged in, but when i’m logged out it looks like this:
http://i60.tinypic.com/16950de.jpg
But it gets even stranger…
Ofcourse i’ve been trying to fix this problem my self, this is what happend:
I first typed
after every sentence when i needed a return. This is the html code:<h2>Wie zijn wij?</h2>
Total Console is een snel groeiende webshop in games,
consoles en accessoires. Op dit moment zijn we nog
hard bezig met het uit bereiden van onze webshop.Op dit moment hebben we al over de 250 producten
te koop aangeboden, en erkomen er nog veel meer bij!<h2>Bedrijfsgegevens <span style="color: #ff0000;">T</span>otal <span style="color: #ff0000;">C</span>onsole</h2> KVK nummer: 60486937<br> BTW nummer: NL215354254B01<br> Rekeningnummer: 180774646<br> IBAN: NL40RABO0180774646<br> BIC: RABONL2U<br> E-mail adres: info@totalconsole.nl<br> <p style="text-align: center;"><div id="webutation-badge"><script>// <![CDATA[ (function() { window.domain = 'totalconsole.nl'; function async_load(){ var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; var p = ('https:' == document.location.protocol ? 'https://' : 'http://'); s.src = p+'www.webutation.net/js/load_badge.js'; var x = document.getElementById('webutation-link'); x.parentNode.insertBefore(s, x); } if (window.attachEvent) window.attachEvent('onload', async_load); else window.addEventListener('load', async_load, false); })(); // ]]></script> <a id="webutation-link" href="http://www.webutations.info/go/review/totalconsole.nl">totalconsole.nl Webutation</a></div></p>This wouldn’t make a difference.
Then i tried the hard html code </p>, not sure how to use this i tried it some ways. at the html part:KVK nummer: 60486937<br> BTW nummer: NL215354254B01<br>From that i’d make:
KVK nummer: 60486937<br></p> <p>BTW nummer: NL215354254B01<br></p>This is how it looks like ether logged in or logged out:
http://i59.tinypic.com/4t13z6.jpg
I’ve tried to put the <p> and </p> at other places so it would look nice, but than it just doesn’t work and it’ll go back to the way it was…
Can some one please help me!!
Im using the theme Woocommerce and my website name is: http://www.totalconsole.nl The page where this is about is: http://www.totalconsole.nl/total-console
The topic ‘HTML code has his own will??’ is closed to new replies.