I still haven't figured why my stuff will not align properly. Paint by numbers was never this hard!
www.collegegrovemethodist.com/letstalk.html
I still haven't figured why my stuff will not align properly. Paint by numbers was never this hard!
I still haven't figured why my stuff will not align properly. Paint by numbers was never this hard!
Whats this code doing?
<div id="column-right"><br />
<br />
<br />
<br />
<p></p>
<p></p>
<p></p>
</div>
Starts at line 216.
<br />
<br />
<br />
<p></p>
<p></p>
<p></p>
</div>
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
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
That is my right column which will have text in it.
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
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
Thanks, I'll try slimming it down.
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.
Try changing this to
That will create a 10px margin top and bottom and 2px left and right.
* {
margin: 10px;
padding: 0;
margin: 10px;
padding: 0;
Try changing this to
* {
margin: 10px 2px;
padding: 0;
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
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
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.
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.
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
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
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.
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
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
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.