Trains1985
Engaged
Trains1985
Engaged
Activity
‎Oct 07, 2024
09:05 AM
Thanks, Ben! Originally, it was working great, then my favicon was lost, so I gave it a different name and, now, it seems to be working again. Matthew
... View more
‎Oct 06, 2024
04:56 PM
It is a multi-page website. There is no JavaScript. matthewjablonski.com This revision seems to have been intertwined with a Windows update (I think). Additionally, despite my having my favicon on my tabs, it doesn't show up on any browsers anymore. Matthew
... View more
‎Oct 06, 2024
01:49 PM
Recently, my website's browser appearence changed from just my index url to my subsequent pages nested under my index page. How do I restore its original layout? Thanks, Trains1985
... View more
‎Oct 06, 2024
12:44 PM
Until recently, I've successfully had my favicon file in the head section of my html, with it coming up in all browsers' search results. Now it's only present on the tab icon, once my website is loaded. How do I make it present in the search results, again? Thanks, Trains1985
... View more
‎Mar 23, 2024
10:00 AM
Thanks so much for pointing me in the right direction! Interestingly, to get all of the text selected AND within the group, I needed to merge all four of the words, together. When I started this rather large task, I encountered dealing with all sorts of scenarios, involving the selections and channals, that I can't even begin to comprehend. Thanks, again. Matthew
... View more
‎Mar 22, 2024
12:31 PM
4 Upvotes
Hello, What is the best way to group multiple, restorized words portrayed, having the text replaced with the colorful fill and the negative space omitted? As of now, I've tried verious approaches, using channels and selections, with little luck. Any advice would be much appreciated. Matthew
... View more
‎Sep 21, 2023
03:37 PM
Will do! ...and thanks for the "...HAT" intro. It's all very facinating to me. Matthew
... View more
‎Sep 21, 2023
02:51 PM
Very good to know, thanks! That having said, with the somewhat limited html knowledge I have, is the only viable option to add more visible content, plus making sure that each image has no spaces? Matthew
... View more
‎Sep 21, 2023
12:20 PM
All very informative to me. That makes a lot of sense to me. Now, are the <figure> and the <figcaption> tags invisable? What I currently have configured for pretty much all my renditions is like: <div class="Kensington"> <img src="Images/Gallery_Images/COLOR on the Rails/Thumbnail Images/Kensington-Staton_Watermarked.jpg" alt="Capitol Limited at Kensington, MD"> <div class="edition">3/25</div> <div class="location">Kensington, MD</div> </div> Is my second example more inline to flag the browser (following)? <figure> <div class="Kensington"> <img src="Images/Gallery_Images/COLOR on the Rails/Thumbnail Images/Kensington-Staton_Watermarked.jpg" alt="Capitol Limited at Kensington, MD"> <figcaption>The Kensington, MD's train station, designed by Francis Balwin in 1890, still serves passengers today, over 130 years later.</figcaption> <div class="edition">3/25</div> <div class="location">Kensington, MD</div> </div> </figure> Matthew
... View more
‎Sep 21, 2023
07:22 AM
Good to know and Absolutely!!! matthewjablonski.com Note: Building this site has been a multi-year learning experience for me and is far from over. I apologize in advance for its lack of responsiveness it has. However, you are more than welcome to visit it. My artworks deserve a proper presentation, having the hundreds of hours I've put into them. Any insight is much appreciated! Matthew
... View more
‎Sep 20, 2023
10:38 PM
1 Upvote
All of the .jpeg and .svg files included in my index.html for my portfolio website have found their way to Google Images. In contrast, non of the .jpeg files on my relative pages have (to my knowledge). The remaining .jpeg files were never photos. Instead, they are renditions of real locations, created using Illustrator, then re-saved in PS as Save for Web files. Where and how do I specify a given image, so it (i.e. a rendition of the Washington Monument, etc.) can be populated within a collection of images with similar, but unrelated domains on Google Images? Furthermore, how do I enable relative links to be directly accessed from their browser, bypassing the index page, etc.? I assume this may be a metadata question. Am I correct? Thanks, Matthew
... View more
‎May 17, 2023
01:26 PM
That sound fantastic - to say the least! By any chance, can it automatically be forwarded to an Outlook account? Matthew
... View more
‎May 17, 2023
12:54 PM
Say I have a portfolio website that I have a Contact me text form. Do I need to have a third-party (usually along with a fee of some sort) to successfully link my email account (if that email address is not included on the webpage)? Sand Patch
... View more
‎May 13, 2023
11:02 AM
If you've successfully connected to your server, what does the tiny plug/unplug icon, located on the top of the Files window, do? Can it be affected by the Site > Manage Sites path at all? Matthew
... View more
‎Apr 05, 2023
03:01 PM
Full discloser: As you can see, I am no expert with DW. However, all of your advise is hugely informative to me and very valuable to me. To Nancy's point about the logo: it actually is an SVG. And to Osgood: I would mean a lot to me if you could please show me how you would approach the h1 issue, if possible. Matthew
... View more
‎Apr 04, 2023
10:39 PM
Thanks for the reference. I tried using the following decloration, having so slightly effect of a reduction in the padding-left: .75%. display: flex; justify-content: center; align-items: center; height: 100%; I guess my real question might be: is there a way to only effect the "Jablonski"'s leading - like, making class for that name??? Matthew
... View more
‎Apr 04, 2023
08:58 PM
Hello, One big question I've had while creating a portfolio for myself is how to make my name (h1) align with my logo. So far, the only way I know of adjusting the leading is the line-height (3.5vw) decloration. The distance between "Matthew" and "Jablonski" satisfies me. However, I end up having my whole name slightly lower than I would like (in relation to my logo). What revision(s) do I need to make to move the phrase up slightly? Please make any additional suggestions to how I've done my coding. Matthew
... View more
‎Mar 22, 2023
12:58 PM
That seems to have worked! Thank you! I'm not going to worry about the logo and the nav stuff yet.
... View more
‎Mar 22, 2023
12:27 PM
When I treated the image, I made the width 1400px. The container is 70%. What do you recommend I should make the width? Matthew
... View more
‎Mar 22, 2023
12:18 PM
To give you a bit of context, I'm doing this project as a part of a college course. I assume, to a certain degree, the order of which the selectors affects the appearance of design(???) My instructor seems to say that it's irrelevant but that doesn't seem to be the case (by my opinion). To answer your question, the .logo selector is right above the .container selector. I am totally perplexed about the image not being lined up with the grey container. It worked correctly in another project. Matthew
... View more
‎Mar 22, 2023
10:37 AM
Hello, I'm probably overlooking something, but I'm trying to place an image into a webpage, inside a container. The image is nested inside a <div></div> tag and titled "Matthew" within a container in the html. When I go CSS, I create a selector, with the following declorations: .Matthew { width: 90%; margin-left: auto; margin-right: auto; } I'm no DW expert. What am I doing wrong? Sand Patch
... View more
‎Jan 31, 2023
07:47 PM
When I try to make a Drop Caps Style, the style automatically applies to all paragraphs. How do I just make it affect only one specified paragraph. Sand Patch
... View more
‎Jan 13, 2023
09:34 AM
While creating a path, how do I stop the curser from showing a premature, straight line, before I make another anchor point? Sand Patch
... View more
‎Nov 05, 2022
07:39 PM
I'm a beginniner at LC. For years I've been archiving my photos on external hard drives. Is it possible to replicate one's file structure in LC as their photos were in a backup hardrive, without the need to build it from scratch? Sand Patch
... View more
‎Aug 24, 2022
12:25 PM
How do I load a selection from one file, and successfully have it added to another file? Thanks, Sand Patch
... View more
‎Jul 20, 2022
01:23 PM
As far as I can tell, when I do what is recommended, I am only able to add more artboards. The only area that seems to be editable is the area that has color occupying it. The white bar (artboard in itself) at the top, is practically frozen. Matthew
... View more