Jump to content

gervanderwadson

New Members
  • Posts

    1
  • Joined

  • Last visited

gervanderwadson's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. hi good morning..have a pleasant day to all...I would like to ask some ideas or some help for my codes in web designing because I have this problem...maybe for you,,this is just so simple, but for me, as a beginner, it's not easy because I can't trace the wrong syntax..I'd been trying to trace it but then, the output is still the same..I want to put the text(List of domains) in the upper side,, not in the center of the content because there are still text i want to write and i think it doesn't look right..here is the codes for my design..Thank you and more power <html> <head> <br/> <style type="text/css"> div.container { width:100%; margin:0px; border:3px solid black; line-height:250%; } div.header,div.footer { width:99%; padding:0.4em; color:#600; background-color:#000; clear:left; } h1.header { padding:0; margin:0; } div.content { margin-left:400px; margin-top:0px; border-left:1px solid gray; padding:15em; } div#content { position: absolute; left: 225px; top: 128px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 91%; color: #000000; line-height: 140%; width: 707px; height: 532px; } div.left { float:left; width:160px; margin:10; padding:0em; } </style> <script type="text/javascript"> function show_alert() { alert("Are you sure you want to delete message?"); } </script> </head> <body style="background-color:#FFF"> <div class="container"> <div class="header" align="left"> <class="header"><b><font face="Showcard Gothic" color="Red" size="6">A</align></font> <font face="Showcard Gothic" color="Dark Pink" size="6">c</font> <font face="Showcard Gothic" color="Blue" size="6">c</font> <font face="Showcard Gothic" color="Blue" size="6">o</font> <font face="Showcard Gothic" color="Violet" size="6">u</font> <font face="Showcard Gothic" color="Violet" size="6">n</font> <font face="Showcard Gothic" color="Pink" size="6">t</font></b> <input type="text" name="name" size="25" /> </label> <input type="submit" name="search" value="Search Mail"/> </div> <div class="left"> <form method="POST" action="'.$_SERVER['PHP_SELF'].'"> <br /> <br /> <font color="black" face="Arial">Add Domain</font> <br /> <input type="text" name="domain" size="40"/><br /> </label> <input type="submit" name="enter" value="GO"/> <input type="hidden" name="ID" value="1"/> </form> </div> <div class="content" align="top"> <div style="width:100%; text-align:center;"><h3>List of Domains:</h3></div> </div> </div> </body> </html>
×
×
  • Create New...