Dune's css tests [ignore]
Dune's css tests [ignore]
|
||||
---|---|---|---|---|
Posted 2020-11-03 09:34:18 (edited)
|
Dunewind #6985 |
Posted 2020-11-03 10:26:30
Unfortunately, the way Wolvden's text editor works messes with basic code. It will erase any <div> tag that includes a class. So to work around this you need to use Tables rather than div. |
Caity #1050 |
Posted 2020-11-03 10:42:27
Ooooh got it! So replacing divs with tables should work, yes? |
Dunewind #6985 |
Posted 2020-11-03 10:47:10
Yes, and formatting tables isnt as easy unfortunately! I'd look up some tutorials online on how to layout a table code the way you're wanting- if you run into issues message me. I dont have access to my computer rn but later I can help if you need it! :) |
Caity #1050 |
Posted 2020-11-03 10:48:40
Also, another tip. When putting in width sizes, try and use percentages because itll help to optimize your layout for mobile devices. Currently if you applied the same inline css you have here itll break wolvden on mobile. |
Caity #1050 |
Posted 2020-11-03 11:01:06
Alright! I will try to also read some stuff online! Tysm <3 |
Dunewind #6985 |