|
-
Apr 18th, 2004, 01:28 PM
#20
Thanks for the short cut.
And when I saw that gay thingy, I though you thought my skills in PHP was so bad that you just wrote that to give me a hidden message... ....good to hear you didn't mean to have that extra name to my files...
BTW: I am still working on the page, and have been sitting for an hour now with the same "error". First of all I am using:
printf("<tr><td>%s</td><td>%s</td></tr>\n",$Overskrift, $Dato);
To make a small table so the headings get pretty. But I want the right cell to be right aligned and the left one to be left aligned. But I can't manage it. Why can't I just put in a nice align="right on the right <td>???
The other thing is that I am getting both the heading and the rest of the text from MySQL and print it in a "visual" box. I want the heading in one font, and the rest with an other one. But since I want it to apear in that "visual" box, I have to use CSS to align it to that box, so I have one div that places it in that box, and then I have an other one inside that to make the heading in an other font (that one is not placing it in any position. But in IE, it doesn't care about my inner div, it prints everything according to the outhers property.
The two divs look like this:
Code:
h2{
position:absolute;
left:7px;
top:25px;
width:358px;
height:477px;
font-size: 10px;
font-weight: normal;
font-family: Arial, Helvetica, Verdana, sans-serif;
z-index:38;
visibility: visible;
font-size: 11px;
overflow: auto;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
verdana{
font-size: 11px;
font-weight: bold;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-style: normal;
font-variant: normal;
color: #000000;
}
here is a link to the page if you don't understand what I mean. (I am updating all the time, so it might look diffrent from time to time, and even some errors can ocour...
http://www.klubbscenen.com/klubbny/
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|