Having trouble with this code, using the defualt ASP master page and everythign worked fine up until this point. I suspected the css so I removed it but its still giving me issues. On the designer it looks great.
<div style="margin:0;padding:0;position:absolute;left:15px;top:690px;width:1501px; height:16px;text-align:left;z-index:0;">
<p style="font-family: 'Times New Roman'; font-size: 14px; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; color: #000000; text-align: left;">
some text here
</p>
</div>
I guess i'll relook over the master page but im clueless at this point.
UOKSoftware
Member
4 Points
26 Posts
Div does not like me
Jan 01, 2013 02:45 AM|LINK
Having trouble with this code, using the defualt ASP master page and everythign worked fine up until this point. I suspected the css so I removed it but its still giving me issues. On the designer it looks great.
<div style="margin:0;padding:0;position:absolute;left:15px;top:690px;width:1501px; height:16px;text-align:left;z-index:0;"> <p style="font-family: 'Times New Roman'; font-size: 14px; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; color: #000000; text-align: left;"> some text here </p> </div>SohailShaikh
Contributor
6281 Points
1188 Posts
Re: Div does not like me
Jan 01, 2013 03:57 AM|LINK
<div style="margin:0;padding:0;position:absolute;left:15px;top:690px;width:1501px; height:16px;text-align:left;z-index:0;"> <p style="font-family: Times New Roman; font-size: 14px; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; color: #000000; text-align: left;"> some text here </p> </div>Sohail Shaikh
UOKSoftware
Member
4 Points
26 Posts
Re: Div does not like me
Jan 01, 2013 03:53 PM|LINK
I dont see what you did were is my mistake?
0ramramram0
Member
305 Points
73 Posts
Re: Div does not like me
Jan 01, 2013 03:59 PM|LINK
remove single quate in font family.
for
style="font-family: Times New Roman;
UOKSoftware
Member
4 Points
26 Posts
Re: Div does not like me
Jan 01, 2013 08:56 PM|LINK
oo lol ty