I don’t know much about HTML but I need to put a border around a block I created as an advertisement. I searched the internal and it seemed easy but the boarder does not show. I think my HTML code is wrong. Can anyone help me with the HTML code for a boarder?
- Kate Zella asked 11 months ago
- You must login to post comments
html code:
<div style=”border: 2px solid #000000; padding: 10px;”>
<!– Your content goes here –>
This is your advertisement block.
</div>
- Robert Mitchell answered 11 months ago
- You must login to post comments
Your Answer
Please login first to submit.