I am having real trouble transferring a tabled-bas...
# cfml-beginners
j
I am having real trouble transferring a tabled-based contact form to a CSS form. What could I be doing wrong? The table-based form works, I thought that I would change <td> and <tr> to <div>, but that didn't work. This may be off-topic.
d
Nope that won't work
j
thanks, @Daniel Mejia
a
There is a #css subchannel here. But... I would not be asking for CSS help on a slack channel aimed at server-side devs. There are so many other places to ask
j
sorry @Adam Cameron
d
plus you gotta provide some sample code. Try experimenting with your layout in https://jsfiddle.net/
You'll quickly see what works and what doesn't. Then you'll have a more specific question to ask.
a
No need to apologise. All I meant is... given you need help... I doubt you'll get decent help around here. Whereas there are any number of any other places around that you will be able to get help. That said... first things first... just changing markup tags and hoping for the best is not a valid approach. What you need to do is to actually... learn some CSS. Before asking questions about it.
There are stacks of CSS tutes out there.
d
CSS is the devil
💯 1
👍 1
j
The contact us page is all in CSS now :)