Search results

  1. M

    Rules For HTML Email

    Hah, I fixed the problem. It was to do with too much "margin-left" for the nav menu and for the images. For my footer problem in the links - I had used the tag "</br>" rather than "<br>" and it seems mobile and google chrome do not understand "</br>"
  2. M

    Rules For HTML Email

    Oh wow and i just noticed in google chrome my "past work" page has problems with aligning the images but everything is fine in IE and FF. Any idea what might be causing this? Mjrwebdesign.net
  3. M

    Rules For HTML Email

    Oh, so at #3 you just code it like you would for computer on a webpage with style in header? Also on a separate side note, if you could check out my website on normal pc, it seems to act a bit strange in the header when i resize the page. And on mobile, for some reason the nav menu gets messed...
  4. M

    Rules For HTML Email

    Hey prizzy, I'm interested in the way you go about doing your work, if what you do is code emails. What is the process, how do you begin etc
  5. M

    Rules For HTML Email

    Hi, thanks for the reply, but I feel like I was missing something else. I have this email in outlook2003 and gmail - looking good, but I was sent back this image of it in another outlook, any idea what the problem could be? http://imageshack.us/f/577/image001xx.png/...
  6. M

    Rules For HTML Email

    Hello everyone, I am doing some HTML Emails and I was wondering what are the rules and what to avoid when using HTML Emails, so that it will work in all Email systems. I know you need to use tables all over, and inline css only, and constantly have cellpadding="0px" cellspacing="0px"...
  7. M

    User logins, making posts, and sorting posts

    I just don't know how to do it with wordpress tho. I know how to make my page the home page, but no idea how to add the things I listed, to my page.
  8. M

    User logins, making posts, and sorting posts

    Hello again, I've just finished styling this page I want to do, and I've been told Wordpress should be able to do what I want, but I was just wondering if anyone has done something similar, and what you would recommend. Here is the page(s): www.thepboard.mjrwebdesign.net What I want to do is...
  9. M

    Page un-aligns...

    Can someone test my contact form, I'm not sure if they are still sending the messages to me, I only changed some inline styles for the thank you message so I think the anit spam stuff the guy has in the php might be stopping me from testing it with my same info/computer/ip.
  10. M

    Page un-aligns...

    So I added "px" to everything and for the php file, it did indeed work, thanks. But one thing is still not right. Above my nav, there are 3 hr lines under my logo, but only 1 shows. So that makes me think I have a missing closing tag for something above that. If you guys could spot anything I'd...
  11. M

    Page un-aligns...

    I never meant for my script to go around my body, obviously, I think fixing the misspelled script made it better. I didn't realize different browsers needed the px, thanks for that.
  12. M

    Page un-aligns...

    All my other pages work just fine with me not using "px" everywhere. When you say everything is in <script> , are you referring to: <body onload="MM_preloadImages ('contact/images/x.png')"> ? Because they said that was to load the image before the page so it does not take time for the image...
  13. M

    Page un-aligns...

    Firstly, I do greatly appreciate your advice, guys, and I don't remember hearing I need px after values. I learned that when using something like "margin" for more than one direction, to neglect the "px". So ill do: margin-top: 2px; ... but for more than one... margin: 5 10 5 10; .... when...
  14. M

    Page un-aligns...

    So I have followed this guide on youtube to make a contact form and I finished today. I have a problem, though. When I load everything up to the server, the page comes up differently aligned than my other pages on the site, and different than if I just had previewed the page in DW or a browser...
  15. M

    Looking for hosting suggestions

    I have been finishing up my website and now have a php page ready to go but my cable company that allows free websites does not work with php files. So now im looking for something cheap, maybe lunar pages. The site is pretty much just for a portfolio etc so I do not want to pay too much. What...
  16. M

    New personal website

    Ahh, so make an image and have it like one color from 0-450px then the next for 450-2000px for the next section. Learn new things everyday hah.
  17. M

    New personal website

    maybe i wasnt clear: .container {width:100%;} .billboardbg {width:100%;} .billboard {width:960px;background-color:blue;} .mainbg {width:100%;background-color:black;} .main {width:960px;background-color:white;} <html> <body> <div class="container"> <div class="billboardbg"> <div...
  18. M

    New personal website

    What I meant was that I have: container of all <body> with 100% width, then my section div for text, lets say, has a black bg with width 100% so that the "text" div has a white bg with 960px and then black bg on its sides, like this: .container {width:100%;} .mainbg...
  19. M

    New personal website

    right, right. Ya I see that's much easier and nicer, and I learn something new every time I do a site, I have a better plan to how I should start my next one now. You may have noticed I have a kind of crazy div stuff, mostly the classes of billboard and billboardbg, and main and mainbg. I do...
  20. M

    New personal website

    omg, you mean a 1 px image with the height of the header (and design of the header), and with the hr's so that it goes all the way across with 100%... wow i never thought of that. I guess I was just so concerned about trying not to use any images.. Is there a reason to use external CSS, like...
Top