Forum: HTML and CSS Dec 18th, 2007 |
| Replies: 2 Views: 693 Try this
#main-container{
margin:20px auto;
...
}
or you might want to start from a dead center example
http://www.wpdfd.com/editorial/thebox/deadcentre4.html
that is known to work with... |
Forum: HTML and CSS Jul 17th, 2007 |
| Replies: 7 Views: 1,265 No problem Cerberus,
rep is always appreciated if you did find my post valuable. |
Forum: HTML and CSS Jul 17th, 2007 |
| Replies: 7 Views: 1,265 I did not check it with firefox actually
put this in the style tag
body, html {
height:100%;
}
it should work with Firefox now |
Forum: HTML and CSS Jul 17th, 2007 |
| Replies: 7 Views: 1,265 This works, just added the wrapper
change the heights and width and margins according to your needs
<html>
<head>
<style type="text/css">
#wrapper{
width:500px; |
Forum: HTML and CSS Jul 14th, 2007 |
| Replies: 3 Views: 2,015 When you use frames the title of the document is taken from your frameset page.
So go in that page and put
<title>your title </title>
(<title>untitled document</title> should already be there... |
Forum: HTML and CSS Jun 15th, 2007 |
| Replies: 4 Views: 1,989 I am not sure if its against the ToS to post the website to see what you are talking about,
because by your description I am not sure exactly what you are asking. |