Please comment on this post with a link to your final project.
Is position:absolute; what we use to keep box/content positions from moving when we move the browser window?
Solution:
All browsers that support style’s will allow users to remove all underlines on their page by entering the below code within the <head></head> tags your HTML.
<style href>a {text-decoration: none} </style>
If you just want one link not underlined on your page creating a link similar to the below code anywhere within the <body></body> tags will make the link not have an underline.
<p><a href=”http://www.computerhope.com” style=”text-decoration: none”>Computer Hope</a></p>
Example:
Does anyone know how to remove the underline below a link? I have a list that I want people to click on BUT I don’t want the underline showing.
THANKS!
Mildred Rondon
Have anyone been receiving HUNDREDS of emails from this site to their hunter email addresses?????
Since yesterday, I’ve received OVER 400 emails and they keep coming!
Does anyone have any idea why this is happening??
Thanks!
Mildred Rondon
This is one of my page from the final project. Everything is totally fine with firefox and safari. However, it is displayed wrong only on Internet explore. Does anyone know why?
http://understandingnewmedia.com/yosukeh/final/contact.htm
Thank you.
Yosuke
as I am trying to complete my final project, I found two problems that needs some outside-assistance…
1. I couldn’t get the lightbox script to work on my portfolio page.
2. How can I center (to the center of the page) the two buttons on my index.html page?
Appreciate any help in resolving those issues…
Thanks,
Zohar
Hey all, I realize this is coming pretty far into the semester but I recommend you guys check out
dropbox, itll handle syncing your files between pc’s, handy if you work on a Dekstop and Laptop.