answersLogoWhite

0

Your question isn't the clearest, so I'll guess you want the text to float above the rest of the content.

The solution is CSS. This code snippet will embed the CSS style rules in the HTML:

<div style="display:block;position:fixed">Your text goes here</div>

User Avatar

Wiki User

12y ago

What else can I help you with?