filled rows with words interpolated
-
Ok, I am going to try to be sa explicit as I can.
I am trying to draw some rows filled with background-color (just like you’d do with any html element), but also need to interpolate some words that are exterior to those rows.
I’ve tried to do the following:#class { background-color: grey; text-align: center; } <div id="class"><span style="background-color: white;">some random words</span><div>
The problem with this code is that, on the one hand, there’s still a grey line on top of the words that I write, and on the other hand, I cannot manually place the words exactly where I want them to be in the respective row.
I hope I’ve made myself understood (it would have been much easier if I could have uploaded an image, but I don’t seem to be able to do it)
- The topic ‘filled rows with words interpolated’ is closed to new replies.