Hi there, im new to html im only a kid, my problem is i have made a textbox using textarea and i have aligned the text within it, but im not sure if its possible to then align the actual text box itself to the middle of the webpage, i have so far:
<html>
<head>
<!-- Title -->
<title> Gamers United </title>
</head>
<body style="background-color:black;">
<!-- Title + Page -->
<h1 style="color:white;"><b><u> Gamers United </u></b></h1>
<h2 style="color:white;"><u> Home Page </u></h2>
<hr style="color:red;" />
<!-- Pages -->
<a href="HTML/Home Page.html">Home Page</a> <a href="HTML/About Us.html">About Us</a> <a href="HTML/Flash Games.html">Flash Games</a>
<hr style="color:red;" />
<p align=center style="color:red;font-size:50px;"><u> NEWS </u></p>
<br/>
<textarea style="text-align:center;border:0;background-color:black;color:white;" cols="40" rows="5"> News go here </textarea>
</body>
</html>
Im wondering if theres something i can put after Textarea in order to align my text box, thank you. :huh: