Wolfie7873
Technical User
Can I make a string literal in HTML?
I am creating a procedure in C++ to programatically create an HTML file. The text version of the file will contain white spaces buffering the pieces of a line from one another. How do I tell HTML to not ignore those spaces? I'd rather not have to implement some sort of table, but I will if necessary.
The table, however, would need to have no borders and the columns would be of different sizes.
I am creating a procedure in C++ to programatically create an HTML file. The text version of the file will contain white spaces buffering the pieces of a line from one another. How do I tell HTML to not ignore those spaces? I'd rather not have to implement some sort of table, but I will if necessary.
The table, however, would need to have no borders and the columns would be of different sizes.