View Full Version : Trouble with center netscape
Crash1hd
04-30-2003, 07:22 AM
It seems that I am having trouble with the <p align=center> and netscape it doesnt seem to be working whats the fix and why is that?
Eddyd84
04-30-2003, 11:36 AM
What version doesn't it work in? :confused:
Try using quotes for all attributes <p align="center"> If that doesn't work you could always use the depreciated <center>...</center> tags.
I hope this helps.
:)
Crash1hd
04-30-2003, 11:52 AM
netscape 4.7 I find it odd as I thought I had it working before I had to use <div align=center> to make it work!
brothercake
04-30-2003, 12:17 PM
<p align="center"> doesn't work in netscape 4.
But the align attribute is deprecated anyway; use CSS to get alignment.
Roy Sinclair
04-30-2003, 04:45 PM
<p style="text-align: center;"> should work in Netscape 4 but certain combinations of online styles in that old dog of a browser are capable of crashing it so you really should make sure any styles are declared via a style sheet within the head of the document.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.