HTML+CSS Need A Little Help Please -...

User 2924428 Photo


Registered User
1,718 posts

Hey guys' as you all know CoffeeCup can't help me with coding so i'm reaching out to the forums for this one. I am coding with the "EcoLogic" design and am trying to get my logo to fit in the upper left hand corner of the site. I've resized the image, changed padding and everything in CSS nothing is working for me. I made a video please e-mail me at wowroller@sbcglobal.net if your able to help! I'll send you the help video thanks - Matt :D
User 187934 Photo


Senior Advisor
20,266 posts

Can you provide a link to your page?:)
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 2924428 Photo


Registered User
1,718 posts

It's actually not live it's just through Coffeecup, I use a test browser to view my work..
User 122279 Photo


Senior Advisor
14,624 posts
Online Now

If you don't want to upload the files, you may zip it and post it here. We need to SEE your problem in order to be able to help.
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 464893 Photo


Ambassador
1,611 posts

I suggested this in a separate post but try this. You can put the image anywhere you want on a page and it does not matter were in your code you put this although top down does make it more logical. Play with these two statements you can achieve much with them. Add them to your snippets and Bobs your Uncle or maybe Prism is now.
<img src="Image goes here" style="position:absolute;left:100px;top:200px;height:40px;width:100px;z-index:1">

Use left and top to position - height and width to size and adjust index to 2 if it is to sit over another object

This is basically how VSD is able to give such precise positions of objects and to create pages like I do when you put text, tables, Links, Iframes or other junk on the page.

here is another bit you can use
<div id="Text" style="margin:0;padding:0;position:absolute;left:100px;top:100px;width:15px;height:16px;text-align:left;z-index:1;"><font style="font-size:13px" color="#000000" face="Arial">Text or whatever goes here</font></div>


You are as good as I am now Mat. Go get em.
The Guy from OZ


User 2924428 Photo


Registered User
1,718 posts

Thank you Uncle Prism, i'll be sure to give that a try now :)
User 2924428 Photo


Registered User
1,718 posts

Yo Uncle Prism, one more question for ya same type, I have another image that is possibly being used by CSS, it's linked under my "main_id" and I can't get it to move left, do I delete and use the same coding? Thanks bruh :D
User 2924428 Photo


Registered User
1,718 posts

Worked! Now i'm having problems with my menu on the website, the letters or "text" within the site have lowered themselves below my table. What can I do about that?
User 464893 Photo


Ambassador
1,611 posts

Well You could try using the second statement I put up and put what you want positioned with that. or try the first. they just about position anything. I do not use css sorry to say. that would annoy the experts as I use the bottom one for text changing, Colours,Font Size and position. also for putting say a double column many row table where ever even alongside an image possibly on top as well. Iframe in the second. Tack the first to the back of a link or image remove the right hand ">"

So wack the menu in the second statement where the text goes or try the first. I haven't done that yet but one will work.

I will state right now this is not the established way to create web pages but I got tired of fighting to get stuff lined up and changed. I do revert to form sometimes. But I nail an object to a pixel position right away.
Also there is a free program Point Position gives a page coordinates just have to adjust for the browser you are working on.

Actually in dear old Oz where I am from it's "Good onya" not Thanks Bruh, but no worries, she'll be right mate.

Give a link to your page to see what you are on about, There are some better html gurus than me about
Attach your menu and I will demonstrate or someone will beat me to it

I am afraid I will bring you down to my level but look on the bright side the pages will be Brilliant, Who other than those that want to copy looks at the source.

If you contact me I will give you a widget I created to insert that stuff. Used with Point Position

Enjoy

The Guy from OZ


User 2924428 Photo


Registered User
1,718 posts

Good Onya! I do not have a link however I will attach my index file over to you so you can check it out, it will be CSS and index that i'm using and you can preview and go over the coding. I altered the CSS to instert an image however I think this has nothing to do with it. My e-mail is wowroller at sbcglobal.net the widget would work great thank you so much Prism!!
Attachments:

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.