Posts by 023023 • 125 points
5 posts
-
0
votes1
answer106
viewsQ: XML Parser in PHP does not work
I am trying to implement an XML PARSE code in PHP, I believe I have set up following the right logic, but it is not working. It works if I use it with an RSS feed, but the RSS Feed doesn’t have the…
-
0
votes1
answer215
views -
0
votes1
answer215
views -
-3
votes1
answer569
viewsQ: I can’t apply CSS to input button
My code is this: <a href="http://compre.vc/" rel="nofollow" target="_blank"> <input type="button" value="Clique aqui para comprar" class="splashywaves-effect splashywaves-light splashybtn"…
-
3
votes1
answer150
viewsQ: How to break line in an XML Feed according to page width?
I have a table with 15 items and I need to break the columns when the total size of the items reaches the total width of the table. Ex.: What’s going on: |--- WIDTH 300px ---| 01 02 03 04 05 06 07…