How does my site look?
Hello,
I have recently created a website,
I was wondering if people here could take the time to check it out and give feedback,
Link: http://html-builder.tk
Thanks!
border / border radius and text alignment queries. Can you help?
Hi,
I'm trying to style a table. This is the HTML (which I have to leave unaltered):
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Ultimate Frisbee - Teams</title> <link rel="stylesheet" href="css/hw1.css"> </head> <body> <header> <h1>Ulimate Frisbee Teams</h1> <nav> <a href="index.html">Home</a> <a href="history.html" class = "active">Teams</a> <a href="history.html">History</a> <a href="http://www.usaultimate.org/index.html" target="_blank">USA Ultimate</a> </nav> </header> <main> <aside class = "left">
Vertically arranged images with text alongside: inline-block?
Hi,
When I say that I'm a beginner with CSS (and HTML), I mean it!
Im trying to style my page to look very similar to this: http://intro-webdesign.com/CSS/assignment-2/index.jpg but I'm struggling to get the 3 images vertically whilst allowing the text to sit next to them. I presumed 'inline-block' was the way to go but I can only get the images vertical by using 'block'.
This is the HTML i am working with (which I am not allowed to alter):
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Ultimate Frisbee - Home</title>
CSS (Weebly) blog sidebar, content width, scrollbars - Help, please!
Hi, everyone! I am new here and new to CSS!
CSS transform translate Internet Explorer Issue
Hi,
Having an issue with translating (animation) a png photo object across the screen in IE. I speculate that it may be something to do with IE object origin positioning and how percentages are handled (or not as the case may be).
Here is a link to a very simple test page which works in FF and chrome but not IE.
Can anyone yield the correct code for it to behave properly in IE?
Many thanks,
Psy
