Forum: HTML and CSS Dec 15th, 2008 |
| Replies: 15 Views: 6,714 I came up with this method for vertically aligning a div in body:
<html>
<head>
<title>Center Align</title>
<style>
.btable {
position:... |
Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 15 Views: 6,714 But with this its only aligning text in horizontal. I want it to centered aligned in vertical also. Here is what I tried with your code.
<html>
<head>
<style>
#ta {
... |
Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 15 Views: 6,714 Hi all,
Please help in middle aligning text in a div without using padding. |
Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 4 Views: 641 use HTML frames to do this. http://www.w3schools.com/html/html_frames.asp |
Forum: HTML and CSS Dec 3rd, 2008 |
| Replies: 3 Views: 596 set position: absolute for <p> |