Question:

Web programming) How do I center borders

by  |  earlier

0 LIKES UnLike

<html>

<title>title</title>

<head>

<style>

body{

background:#080707 url(back_ground.gif) repeat-x top;

}

.poll {

background:#000000 url(Pollgrad.gif) repeat-x top

left;width:790px;color:white;padding:5...

family:arial;border:1px solid grey;

}

width: 100%;

height: 1px;

font-size: 1px;

color:white;

}

</style>

</head>

<body>

<div style="border:1px solid #2c2c2c;background:#2c2c2c;

padding:5px;width:800px;align=right">

<div class="poll">

poll <hr>

<div style="text-align:center"> poll data

</div>

</body>

</html>

here is the code

 Tags:

   Report

1 ANSWERS


  1. pls give example of code wat do u mean my centre border? css or table?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.