| View previous topic :: View next topic |
| Author |
Message |
iheartyellow
Posts: 2
|
Posted: Thursday 12th July 9:50pm Post subject: Fieldset Bowes in Firefox. Need Help. |
|
|
I just created a profile with Fieldset Boxes in it.
In Internet Explorer the Fieldset boxes go in a row like I want.
[example: box box box box box box]
But in Firefox they go in a column.
[example: box
box
box
ect...
I don't know how to make them go in a row in firefox.
Here is an example of one of the codes for the boxes that I'm using.
<FIELDSET style="BORDER-RIGHT: 000000 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: 000000 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: 000000 1px solid; WIDTH: 100px; PADDING-TOP: 0px; BORDER-BOTTOM: 000000 1px solid; HEIGHT: 100px"><LEGEND align=left><FONT color=000000><b>View Comments</b></FONT></LEGEND><FONT color=000000><P align=center><a href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdDb21tZW50cyZmcmllbmRJRD01Mjc1MTU3OCZNeVRva2VuPWQ2NGQ0MTlhLTFkMjQtNDQ0MS1iNzBiLTE2YTIwOGZlNzRhYg=="><image src="http://i41.photobucket.com/albums/e290/courtney_1234/hellosunshine.png"></a><br /></p>
<p></FONT></FIELDSET> |
|
| Back to top |
|
kris_toe_fer MyGen Mod

Posts: 1725 Location: Virginia
|
Posted: Thursday 12th July 10:01pm Post subject: |
|
|
Use tables to format that
<table width="100%">
<tr>
<td>fieldsetbox</td>
<td>fieldsetbox</td>
<td>fieldsetbox</td>
<td>fieldsetbox</td>
</tr>
</table> _________________
Learn something today!
W3Schools Online Web Tutorials |
|
| Back to top |
|
iheartyellow
Posts: 2
|
Posted: Thursday 12th July 11:07pm Post subject: |
|
|
Thank you so much!
That worked perfectly.
You're a genius. |
|
| Back to top |
|
kris_toe_fer MyGen Mod

Posts: 1725 Location: Virginia
|
Posted: Thursday 12th July 11:18pm Post subject: |
|
|
Your welcome but i'm no genius , been writing html for over 6 years, you could be that good too if ya read tutorials and just study and practice, take it off myspace onto your own website. _________________
Learn something today!
W3Schools Online Web Tutorials |
|
| Back to top |
|
|