Everything posted by matrowop
-
Browser Compatibility Problem
i tried both of those tips and neither have fix the problem
-
Browser Compatibility Problem
if anyone could help me out that would be awesome. I am making a site and I can't figure out why but my navigation seems so cascade when seen in IE 7 (maybe earlier versions also), though in IE 8 it does not happen. the site is http://www.coronadobands.org any tips would be great thanks!
-
Setting up a newsletter
thanks again, I will look into this
-
Setting up a newsletter
That sounds perfect! The problem is I don't know how to do that Got a link to a tutorial or can you explain? I am just starting out, I only really know HTML,XHTML,CSS, and basics of JavaScript
-
Setting up a newsletter
I just fill them out manually, I didnt want them to have to go to a new page I just wanted a box to appear that they can type their e-mail into.
-
Setting up a newsletter
So I am trying to set up a newsletter. I want to make a link that viewers can just simple click on and type in their e-mail address and it will send an e-mail to my newsletter account saying that they want that e-mail added to the mailing list. So far all i can do is this <a href="mailto:newsletter@coronadobands.org?subject=Add me to the newsletter mailing list"></a> But I do not want to make them have to open their e-mail program. Maybe something with a JS alert box? Please help me out if you can. Thanks!
-
positioning my navigation
hmmmm.. didnt seem to work out to well thanks though, ill keep trying everything here is a site that has the sort of thing I am looking for http://www.asuband.org/
-
rounded corners?
Thanks everyone, this all helped me out
-
positioning my navigation
So I revamped my website and I cant seem to get my header navigation to go where i want it to. I would like it is the top right corner. I'm talking about the "about / contact / news" navigation any help would be awesome. also if you want to review my site that would be great also, it is my first site and i'm trying to make it look awesome. also please note that I am not completely done with this site, but please still lend and opinions good or bad. Thanks! the site is http://www.coronadobands.org
-
rounded corners?
So I have been struggling with how to make rounded corners for the text areas and such? like in this template http://www.webdesignerforum.co.uk/index.php?showtopic=11958
-
New Site please review
Thanks mate! I take no offense at all, this is my first actually site so I am trying to learn. I can't seem to figure out what is making that white margin at the top, the only page that has it is the index.
-
Submitting forms
Thanks! This helped A LOT!
-
Submitting forms
How do I tell what my server can support? I use bluehost.com
-
Submitting forms
I would love to know more, I am trying to learn as much as I can before I venture into the job market for web development.
-
New Site please review
I would like to get some reviews on this site. It is a site for a High School Band, it's not fully done. If you have any ideas please let me know. http://www.coronadobands.org/
-
Submitting forms
Not really... I am pretty new to this.
-
Submitting forms
How do I make it so when my viewers fill out an information page and hit "Submit" that the information gets send to me, or whomever it needs to be sent it?
-
How to put my site on the internet
Hey, I know it's a basic question but I don't know. I have an account with bluehost.com I use Dreamweaver CS4 How do I get my site on the internet? [Edit] I got it all working!
-
Positioning Pictures
So messing around with the position stuff you said I found that I had to use "position:absolute" instead of relative. I don't really know what either one actually does, so if anyone could break it down that would be awesome.
-
Positioning Pictures
Thanks you so much, this helped A LOT! I got it to work. If I need the image to go behind text how to I do that? because right now if I get to close it pushes the text out of the way.
-
Positioning Pictures
Here is a little more detail I am making a contact page, and I have all my contact information on the left and I want to put a question mark image just to the right of the information. When I try to do this is makes gaps in my information, as if the images was pushing the text out of the way and was part of the text.
-
Logo with shadow
The site I am working on isn't currently online. I got ride of the white box but the image still pushes other images out of the way. Another way of asking this question now would be, how do I position images where I want them, like on top of each other?
-
Positioning Pictures
I am using Dreamweaver CS4 and I can't seem to figure out how to place and position images where ever I want them? Is there some sort of secret? If anyone can help it would be awesome! Thanks
-
Logo with shadow
So i tried this out and it still pushes the other images away from it and has a white box around it.
-
Left floating <div> & Right floating <div>
If you are still having problems try this: #footer {clear:both} then of course make the div id of the footer, footer <div id="footer"></div>