Hello,
I have written a 'basic' web server that processes HTML requests. The HTML that I am posting back to the client contains a .css link.My server spawns another thread when it sees the request above. I understand that I will have to adjust my code in some way but I am unsure how CSS is supposed to be processed within a web server (how it is all combine into one page that is sent to the client).HTML Code:<link href="css/main.css" rel="stylesheet" type="text/css" />
Can anyone point me in the right direction?
Kind Regards,
Harold Clements