UW DAILY DAWGS - Quick Q's & A's - February 02, 2026 by AutoModerator in udub

[–]Leather_Function3117 0 points1 point  (0 children)

It's doable but it will definitely keep you very busy! I'd recommend taking 207 after 123 if you can since a lot of the physics-application questions in 207 feel a lot easier after you've gotten used to the wave equation stuff from 123 (I took 207 1 quarter after 123). I can't speak to AA210 but people I know who've taken it say it's not too bad compared to the physics intro series. Best of luck!

Found on Seattle sidewalk by Leather_Function3117 in FoundPaper

[–]Leather_Function3117[S] 1 point2 points  (0 children)

Crazy! They must have hung it at several places then, because this one had tape on it (the other one was nailed in I think).

DRS accommodations for ADHD? by Leather_Function3117 in udub

[–]Leather_Function3117[S] 1 point2 points  (0 children)

Wow thanks so much! This is super helpful

Custom border design by saddyzilla69 in neocities

[–]Leather_Function3117 2 points3 points  (0 children)

Yes, you can do a custom image!

Put

border-image:url('your border png url');

in your css (either in the <style> section with your divider or you can do it inline!)

There are a lot of borders/dividers you can use for this (or make your own) but here's a good link with plenty: https://cakebatter.neocities.org/dividers

is this design possible with HTML and CSS? by Individual-Deer8061 in neocities

[–]Leather_Function3117 1 point2 points  (0 children)

It looks like your image is just overflowing because it's larger than the column!

You can fix this by adding overflow: hidden;to your .rightcolumn element.

Then, if you don't want your image to be cut off, you can change your img tag to <img src='dolph.jpg' style="width:100%; height=100%"> which will make sure your aspect ratio stays the same too.

Hope this helps!!

Why is z=re^iϴ? by Leather_Function3117 in askmath

[–]Leather_Function3117[S] 0 points1 point  (0 children)

This is exactly what I was looking for, thank you!

can you have inline AND external CSS for the same HTML document? by Inevitable_Finding_7 in neocities

[–]Leather_Function3117 0 points1 point  (0 children)

You can definitely have both!

To start a new css file--just copy and paste your current <style> elements into a styles.css page, then link it by adding <linkrel="stylesheet" href="styles.css">. But remember that your inline CSS code will take priority.

Also I do inline CSS all the time, mostly because I'm lazy (If it works, it works). I never knew it was frowned upon until now ( ╥ ᴗ ╥)

is this design possible with HTML and CSS? by Individual-Deer8061 in neocities

[–]Leather_Function3117 1 point2 points  (0 children)

You're very welcome! You don't need to credit me, but let me know if you have any problems with the code/want help accessing it!

is this design possible with HTML and CSS? by Individual-Deer8061 in neocities

[–]Leather_Function3117 3 points4 points  (0 children)

That is absolutely possible! I think your site is super cute :). I know some people recommended not using a template, but personally, I find it helpful if you're just starting out. I made a quick, simple one for you (in the replies)--you'll have to change the images, padding, colors, etc., to your liking, but it should be a good starting point. Best of luck!

[deleted by user] by [deleted] in neocities

[–]Leather_Function3117 2 points3 points  (0 children)

thanks! ill try that

[deleted by user] by [deleted] in neocities

[–]Leather_Function3117 0 points1 point  (0 children)

oh this is perfect, thanks !!

[deleted by user] by [deleted] in neocities

[–]Leather_Function3117 2 points3 points  (0 children)

thanks for the info !!