Same O Same O

User 1386006 Photo


Registered User
27 posts

www.collegegrovemethodist.com/letstalk.html

I still haven't figured why my stuff will not align properly. Paint by numbers was never this hard! :o
User 187934 Photo


Senior Advisor
20,266 posts

Whats this code doing?
<div id="column-right"><br />
<br />


<br />
<br />
<p></p>
<p></p>
<p></p>
</div>
Starts at line 216.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 1386006 Photo


Registered User
27 posts

That is my right column which will have text in it.
User 187934 Photo


Senior Advisor
20,266 posts

I think your form is to wide.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 1386006 Photo


Registered User
27 posts

Thanks, I'll try slimming it down. :)
User 122279 Photo


Senior Advisor
14,624 posts
Online Now

The form is not too wide, but it's being pushed off to the right by the initial style reset which gives a 10px margin all around.

* {
margin: 10px;
padding: 0;


Try changing this to

* {
margin: 10px 2px;
padding: 0;


That will create a 10px margin top and bottom and 2px left and right.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 1386006 Photo


Registered User
27 posts

Thank you Ingor. Should I replace that code on all of my pages? Another freak disintegration just happened at www.collegegrovemethodist.com/whoweare.html when i added an additional sentence or 2 in the left column which appeared to have adequate room.:(
User 122279 Photo


Senior Advisor
14,624 posts
Online Now

To your first question: You have to try it out. Replace it on one at the time and see if something weird happens or not.
I thought you were going to have one central style sheet for the whole site BTW??

Second question: I'll take a look. Could you please let me know which sentence(s) you added? That would speed up the debugging time. ;)
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 122279 Photo


Senior Advisor
14,624 posts
Online Now

Well, it wasn't difficult after all: http://www.eikweb.com/stuff/whoweare.html

I found a couple of misplaced end divs which caused the outside border to collapse and end above the three columns.

BTW: there is not such a thing as float:center.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 1386006 Photo


Registered User
27 posts

thank you. yes, i was planning on having 1 central style sheet. thank you so much,

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.