i need help making a side navigation bar and make an image box around text. ive tried searching up how 2 do it but didnt find anything useful. any help plz?
for a navigation menu, use nav tag if you use html, or div role="navigation" if you prefer html4/xhtml1.0. Inside that, you put a list (ul and li elements) with links. Then you could apply some css styles to to put it in the top of the page. Regarding the text with an image, try to get it using css background-image.