Jump to content

Parker

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Parker

  1. sorry im kind of new to this whole coding thing. so you mean i should use html for one background and css for the other?
  2. you should add adobe golive
  3. I think i worded my question to hard.How do i make my background contain tile.gif ( http://lillieandrose.com/tile.gif ) tiling acrosss the top of lillieandrose.com/index2.html infinatly? would i have to make the current background an image and make the tiling the Background?
  4. no, frame were an attempt to arrange images on page, after looking over w3school i learned to use tables and css instead
  5. search for AIM commands, and besides, thiere is no need for a myspace, myspace is just plain creepy.
  6. thanks.btw how do i have an image (not background just image) repeat itself infinatly?
  7. Parker

    download links

    What You See Is What You Get.They are web design programs that allow yoou to edit pages visually, and with coding.
  8. Parker

    download links

    for something like this, ouy may just want to consider a WYSIWYG editor to make and color the table.
  9. My question is if there is a way to have two background images. One that does not repeat, and another that repeats horizontally across the top.
  10. I am trying to make a site for someone http://www.lillieandrose.com/index2.html . Is there a way that i can keep the current backgrond image (background.jpg) and have a second pattern (tile.gif) continue along the top? <body> <style type="text/css">body {background:url('background.jpg') no-repeat #e2006a}</style> <div style="position:relative;width:864px;height:865px;-adbe-g:p;"></div> </body>
  11. thanks i appreciate the help
  12. My site uses frames, and I want to let people know that not having the most recent NS, IE, FF or Opera browser could ruin thier experience of the site. I already know how to make java alerts and implant cookies, but how would I have the browser check the browser they are using?
  13. whoops, heh i spelled margin as "marging". that fixed it for me
  14. Hey I aligned my image to go to the left, but i dont want it to allow the small gap between the leftedge of the page, and the left edge of the image. I posted thne code below, maybe it will help?Thanks in advance
  15. Parker

    Margin Problems

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="generator" content="Adobe GoLive" /> <title>LeftFrame</title> </head> <body> <img src="GAMMAHOME_03.gif" alt="" height="135" width="630" align="left" border="0"> <style type="text/css"> body {background:url('tile.gif') 823px 0px repeat-x}</style> </body></html> How do i get the image GAMMAHOME_03.gif to fit up against the top right w/o a border?better yet, is there a way to turn GAMMAHOME_03 into a background image as well as tile.gif?
  16. Is there a way to make frames that dont have that seperating border? I Want the page to look as if everything is one piece.
  17. OK, now, how do i make it so the browser accepts BOTH images at once?
  18. Parker

    Safari compatible..????!

    margin-top is not a valid command if I believe. that may be your problem.
  19. OK heres my problem:I want to have 2 background images tiling, but only the latter of the two will show up. How do i get both to tile together? <style type="text/css">body{ background: url('tileg.gif') repeat-x 0px 0px; background: url('tile.gif') repeat-x 863px 8px;}</style> as i said, only the tile.gif (latter of the two) will show up when i try this out.Please help,Parker
×
×
  • Create New...