Jump to content

I'm having an awful time... please help!


Brockley

Recommended Posts

If you go to http://blue-nimmo.net/Other/new_unreleased_800x600.html, you'll see that I have many divs going all in one row. My problem is, towards the bottom, my rows are getting messed up and instead there might be one or two divs per row, AND they're on the right side.Here's my coding for those who need it:[style type=text/css]#div { float: left; padding: 1px;}#new_div { float: left; padding: 1px; background-color: Yellow;}[/style]-------------------------------[div id=div] src=IMAGE" width="120" height="120[br]Pet Name[br] [/div][div id=new_div] src=IMAGE" width="120" height="120[br]Pet Name[br] Released 1-3-06[/div]Thank you so much if you can help - it seems nobody else can help. :)

Link to comment
Share on other sites

You know, you can write plain html here. I know many forums, if you try to write html tags, it will just remove the tags and innerhtml all together, but that won't happen here. So, your code would be like this, right?<style type="text/css">#div { float: left; padding: 1px;}#new_div { float: left; padding: 1px; background-color: Yellow;}</style>-------------------------------<div id="div"><img src="IMAGE" width="120" height="120"><br>Pet Name<br> </div><div id="new_div"><img src="IMAGE" width="120" height="120"><br>Pet Name<br><font color="Red" face="Times New Roman"> Released 1-3-06</font></div>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...