Hello everyone, I am using HTML Editor 12.6 and I can't seem to find a code to allow me to fully view my Photo Gallery, I added some random paint splats to my site but they are cut off, i'm not sure if this is due to HTML, CSS, or even the photo gallery, can you please help me locate the code that would allow me to widen the page and show the full gallery? Heres the link
www.pimpdaddygraphics.com
Thank you in advance, Matt.
www.pimpdaddygraphics.com
Thank you in advance, Matt.
Not sure what's cut off, maybe show us what you are wanting it to look like? I looked at the page and barring some really nasty color experiences the layout seemed ok to me. I would check your text coloring though for sure as some of it is extremely hard to read and hard on the eyes to focus on it.
Try clearing your browser cache and see if it still looks the same to you. If so then give us some idea of what is being cut off as nothing seems to look cut off to me at all and the gallery looks ok to me too.
Try clearing your browser cache and see if it still looks the same to you. If so then give us some idea of what is being cut off as nothing seems to look cut off to me at all and the gallery looks ok to me too.
Looks to me that the photo gallery may need to be inside it's own div so you can set the width, padding and margin if needed.
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
Hey Eric, can I use the standard <div> image code to reset the image settings? It's all within photo gallery. I don't really know CSS so I stick to HTML most of the time.
Here's an example
CSS
HTML
Padding and or margin applied to the CSS would also solve some room issues.
CSS
#imagegallery{
width:400px;
height:200px;
}
width:400px;
height:200px;
}
HTML
<div id="imagegallery">My html here</div>
Padding and or margin applied to the CSS would also solve some room issues.
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 Eric, so I have to place the CSS in the default.css and the HTML code somewhere in the <body> section of the site right?
Eric do you have an e-mail address I could use to send you a video of what i'm trying to accomplish?
Place your gallery flash script inside the div code I posted in the same spot your flash gallery is at now.
The CSS can be added to your current CSS style sheet.
The CSS can be added to your current CSS style sheet.
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
Got it fixed thanks to your code, thank you Eric

Hey Eric, my website somehow went back to the old way, I'm really not sure what the problem is from here, I am using your code and trying to adjust the width and height of the actual photo gallery and nothing is working, the code is placed right below the "backround" CSS coding. I tried with the HTML Editor too and it is not creating enough space for the full photo gallery, may I send you the CSS and you can School me a bit on how to adjust image heights / widths, i'd sure appreciate it, thanks Eric, - Matt.

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.