User Profile

Collapse

Profile Sidebar

Collapse
tequilamala
tequilamala
Last Activity: Jul 1 '08, 08:34 PM
Joined: Aug 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • i think i figured it out... let me know if there's any bugs.... here it is

    Code:
    <html>
    <head>
    
    <style type="text/css">
    
    body {
           text-align:center;
           background-color: black;
            }
    
    #container {
        margin: 0 auto;   /* align for good browsers */
        text-align: left; /* counter the body center */
        position:relative;
    ...
    See more | Go to post
    Last edited by eWish; Jul 2 '08, 02:47 AM. Reason: Fixed code tags

    Leave a comment:


  • tequilamala
    started a topic CSS Centered in FF, Safari... not in IE

    CSS Centered in FF, Safari... not in IE

    I'm having trouble centering an image and a embedded video... Its centered on Safari and FF... but for some reason IE is being annoying... heres the code:

    Code:
    <head>
    
    <style type="text/css">
    
    body {
           text-align:center;
           background-color: black;
            }
    
    #container {
        margin: 0 auto;   
        text-align: left;
    ...
    See more | Go to post

  • tequilamala
    replied to Centering CSS
    I added the text-align:center; to the body selector and the margin: 0 auto to the container and it still won't work... i'll add the code:

    Code:
    <head>
    
    <style type="text/css">
    
    body {
           text-align:center;
           background-color: black;
            }
    
    #container {
    	margin: 0 auto;   /* align for good browsers */
    	text-align:
    ...
    See more | Go to post

    Leave a comment:


  • tequilamala
    started a topic Centering CSS

    Centering CSS

    I want to center the entire site, incase people have wide screen monitors. I'm suspecting it has something to do with the position being absolute but I dunno. I've been trying everything, so there might be some uneeded script. Heres the code:

    Code:
    <style type="text/css">
    
    body {
    
    
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    height:auto;
    ...
    See more | Go to post

  • sorry for not following guidelines... do you have any advice for my situation?
    See more | Go to post

    Leave a comment:


  • Getting rid of iframes from Google search results

    I was having problems with google, when someone would search for one of my pages the iframe pages would pop up. So I attempted to fix this problem by adding the javascript below to all of my iframes. I had to do a bunch of stuff like putting my default page in the Pages folder because i couldn't get to the root directory with the script below. Now when you search and click on the results itll take you to the default.htm in the Pages folder but...
    See more | Go to post

  • tequilamala
    replied to google search iframe
    Ok i kinda fixed the problem... on all my iframe pages i applied this code

    Code:
    <SCRIPT LANGUAGE="JavaScript"> 
    <!-- Begin 
    if (window == top) top.location.href = "default.htm"; 
    // End --> 
    </script>
    However this created another problem... the back button on my internet explorer doesn't work but it works fine on mozilla. any suggestions on...
    See more | Go to post

    Leave a comment:


  • tequilamala
    started a topic google search iframe

    google search iframe

    I have an iframe on one of the pages. I use it to not have to refresh the entire page when someone clicks on a link. However I put the website on google and when you search for the website the iframes come out. How do i stop the iframes from showing up on the google search? the website is escamillalaw.co m.... google law office of cesar escamilla and youll see what im talkin about.
    See more | Go to post

  • tequilamala
    started a topic Iframe scrolling IE and firefox

    Iframe scrolling IE and firefox

    I have an Iframe in one of the pages i am developing... the iframe is suppose to scroll up and down and the links target the iframe. the problem is that the iframe scrolls side to side on internet explorer but not on firefox. I dont want it to scroll sideways. in index.htm the iframe is at the bottom of the code.


    index.htm
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
    ...
    See more | Go to post

  • tequilamala
    started a topic Custom Drop down menu

    Custom Drop down menu

    I wanna create a drop down menu inbetween a bunch of links that are images. i want the Drop down to look like the image links but how is that possible? can you add an img src to the drop down select or option? I'm having trouble finding resources on the web on this issue.
    See more | Go to post

  • tequilamala
    started a topic Image array setInterval

    Image array setInterval

    I wanna put some images on my page that change everyfew seconds or so. The problem is that when the "slideshow" begins the veryfirst image is a blank and then it goes into the show. How do I get rid of the first blank?
    Heres the code:
    [code=javascript]
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    ...
    See more | Go to post

  • tequilamala
    replied to W3C Validation
    I still can't find it. Whats the purpose of Validating my site anyway?
    See more | Go to post

    Leave a comment:


  • tequilamala
    started a topic W3C Validation

    W3C Validation

    I have 2 errors left on my default.htm but i can't figure it out. I have a <body> error and a </html> error.

    My website is escamillalaw.co m

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
    "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>

    <title>Law Office of Cesar Escamilla, P.C.</title>
    ...
    See more | Go to post

  • tequilamala
    replied to firefox vs explorer iframes
    Thanks...

    I know its the wrong discussion but I also have a problem with the PHP coding with a form.

    default.htm
    <html>
    <body>
    <form method="post" action="thanks. php">
    Name:<br> <input name="nombre" type="text" frameborder=0 STYLE="backgrou nd: white; border: 1px blue solid;"/><br />
    ...
    See more | Go to post

    Leave a comment:


  • tequilamala
    started a topic firefox vs explorer iframes

    firefox vs explorer iframes

    I added an Iframe to one of the websites i created but the iframe looks weird in firefox. I want the title WELCOME to be at the top left of the iframe but for some reason it creates a space in firefox. here's my website www.escamillala w.com .

    Ramon



    <html>
    <head>
    <style type="text/css">
    <!--
    .title {font-size:49px; color:red}
    ...
    See more | Go to post
No activity results to display
Show More
Working...