Forum: HTML and CSS Oct 22nd, 2008 |
| Replies: 7 Views: 666 Ok I see your using tables. In which case the easiest way to do this is to open the html in notepad or something similar and find the top most <table> tag and just add align=center to it like this.
... |
Forum: HTML and CSS Oct 22nd, 2008 |
| Replies: 7 Views: 666 Well the div tag basically makes an imaginary box around whatever is inside it and yes it will align everything in between the two div tags.
If you want a good program I recommend Adobe... |
Forum: HTML and CSS Oct 21st, 2008 |
| Replies: 0 Views: 398 Ok so I set up this pretty snazzy website and everything looks good and dandy until you unmaximize the window. Then several images start to overlap. Also on some computers it overlaps when... |
Forum: HTML and CSS Oct 21st, 2008 |
| Replies: 7 Views: 666 Well you could do it one of two ways. The first way is against the current standards but it still works and that is to do something like this:
<div align="center>Text/Whatever</div>
The other... |
Forum: HTML and CSS May 21st, 2008 |
| Replies: 17 Views: 3,876 You've tried:
table{
position:absolute;
left:25%;
}
right? |
Forum: HTML and CSS Apr 15th, 2008 |
| Replies: 6 Views: 970 Hehe. Ok then just thought I should mention it. :) |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 11 Views: 1,980 |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 6 Views: 970 The Nav Bar at the top seems a little messed up in Firefox. When you hover over one of the links all of the links to the left of it change to underneath it and blink. Very annoying, unless of course... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 11 Views: 1,980 Well after looking at the site In different browsers I say scratch that idea and make a new one. Swap images could be used in the same way and with more compatability. Also I tried it in Safari,... |
Forum: HTML and CSS Apr 14th, 2008 |
| Replies: 17 Views: 3,876 is <table align="center"> Not standard anymore? Because thats always worked in both browsers for me. Assuming all the content is inside one main table. |