May 17, 2008

Help With Website Layout Correction For All Browsers - Page gets larger on Firefox 2

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Help With Website Layout Correction For All Browsers - Page gets larger on Firefox 2

BooZker
If you go to my site at http://boozkerstweaks.trap17.com and you look at the home page everything is fine on all browsers. Problems start to arise very soon however. Here is my list of problems and i was wondering if someone could help with just whats wrong. I have done a HTML validator and found only 3 errors and all these problems still occured. You might find more now though because i am screwing around with the code.

Here is the list of browsers and errors:

Netscape 8.1: After you click on the pulldown menu and click the only tweak avaible at the moment the page gets bigger. You can tell because the header picture no longer fits.

Safari 2.0.3: Pulldown menu pulls down, but does not send you to the page. The error does work when you click the "Top Tweaks" selection however. When you type in the URL of where it is supposed to go it appears correct though. The URL of where it is supposed to send you is: http://boozkerstweaks.trap17.com/tutorials...ws_to_vista.php

Firefox 2: Same as Netscape

Opera 9.1: None

IE 7: None



As you can see i have tested it in almost all of the main browsers. Opera, which is my personal favorite, works along with IE which most people use anyways. Firefox is my main concern.

You can find my CSS page at: http://boozkerstweaks.trap17.com/style.css

You can find my includes at: http://www.boozkerstweaks.trap17.com/inc/
The right_side.php include contains the pulldown menu along with it's javascript.

But i think it has something to do with the actual HTML not the CSS and PHP.

My site is very bare now due to the fact i need to fix these problems before i start adding more pages and getting it more stylized.

Thanks in advance.

 

 

 


Reply

Saint_Michael
Your issue was simple the moment I saw it,, it was word wrap issue and I remember my P style tags. It's kind of rough but a few tweaks here and there and you should be set. Also form someone who told me about why P tag is so much better is that you get rid of the <br> tag tag in which you have lot of them.

So this rough code will help you will everything, I recommend you look at My first Part Pure CSS tutorial and try to get your self away from table set up as well. In the coming weeks I will be working on content boxes but with set by set process of the core design you can get rid of most of the tables you have.


CSS
CODE


<style type="text/css">

body {
font-size: 11px;
font-family: arial;
}

/* Header Image */
.header {
background:url("header.png");
background-repeat:no-repeat;
position:relative;
clear:both;
float:left;
width:758px;
height:168px;
margin:0;
padding:0px;
}

/* Main Content Text */

.date {

color:#FF6600;
font-size:10px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}



.title {

color:#0000FF;
font-size:14px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
}



.tutorial_text {
color:#000000;
font-size:12px;
font-family:Verdana, Arial, serif;

}

.tutorial_credits {
color:#333333;
font-family:"Courier New", Courier, monospace;
font-size:10px;
}



/* Right Side Text */

.content_titles {
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}


.right_titles1 {

color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}








/* The websites content */

.main {
border: 2px black;
border-top:none;
width: 758px;
background: #white;
padding: 3px;
}

.head {
background: white;
padding: 3px;
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom:none;
}

.left {
background: #bbbdbf;
border-top: 2px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
width: 30 px;
height: auto;
}

.mid {
background: white;
padding: 0px;
border-top: none;
border-left:2px solid black;
border-right: 1px solid black;
border-bottom: 2px solid black;
width: 500px;
height: auto;
}
.p{
word-wrap:break-word;width:90%;left:0
}
.right {
background: #CFCFCF;
padding: 6px;
border-top: 2px solid black;
border-left: 1px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
width: 258px;
height: auto;
}

.foot {
background: #bbbdbf;
padding: 3px;
border-top: 2px solid grey;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
text-align:center;
}


/* Links */

a {
color: blue;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #0000FF;
}





.header {
color: #D78800;
font-size: 16px;
font-family: "arial baltic";
font-weight: bold;
font-variant: small-caps;
border-bottom: 2px solid black;
display: block;
}

input {
border: 2px solid black;
}

</style>


HTML
CODE

<!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>
<title>Boozker's Windows Tweaks</title>

<style type="text/css">@import "style.css";</style>




</head>
<body bgcolor="#bbbdbf">






<table class="main" align="center" border="0" cellpadding="0" cellspacing="0">

<!-- Header Include -->
<thead>
<tr>
<td align="center" class="head" colspan="3"><div class="header"></div></td>
</tr>
</thead>

<!-- End of Header Include -->

<tbody>
<tr>
<td valign="top" class="mid"><br />


<p class="date"> November 29, 2006</p>
<p class="title">Change your Windows shell to look like Vista</p>
<p class="tutorial_text">



Want your PC to look like this?:
<br />
<a href="http://i41.photobucket.com/albums/e295/chuckystjoes/sc.png" target="_blank">
<img src="http://i41.photobucket.com/albums/e295/chuckystjoes/th_sc.png" alt="Desktop Picture" /></a>
<p class="p">
This tutorial will involve making your XP look like the new and upcoming Windows system, Vista. We will be changing the folders and other tweaks another day. Today however, we will be just switching the main shell and it comes with a boot screen. This is if you use the file I have provided if not, I have that covered to.
</p>
<p class="p">
Before we start read the caution statement below:
</p>
<p class="p">
CAUTION: Although I have never had any problems with changing the system setting such as the shell and boot screen, this does not mean it wont happen to YOU. Me, Trap 17, and the software creators claim no responsibility for system failures. If you ever have a system malfunction you can always try a Windows Recovery/System Restore, which will fix most problems.
</p>
<p class="p">
OK time to start.
</p>
<p class="p">
1. First thing is first. Make a folder in C:\Resources\Themes. If you do not know how to do this:
</p>
<p class="p">
*Open My Computer<br />
*Create Folder and name it Resources<br />
*Open the newly created folder, Resources<br />
*Create another new folder and name it Themes<br />
</p>
<p class="p">
2. Next you need to download a theme. The first theme is the one I chose and this tutorial will be following, but you can use ANY shell provided below as long as you follow the simple steps. I have provided you with the zipped folder of the Vista Transformation Pack 4 (VTP4).
</p>
<p class="p">
*Go here <a href="http://rapidshare.de/files/20901878/vtp4.zip.html" target="_blank">http://rapidshare.de/files/20901878/vtp4.zip.html</a> <br />
*Download it into the C:\Resources\Themes folder.<br />
*Then unzip it.
</p>
<p class="p">
You will do this for every theme you download.
</p>
<p class="p">
If you want to look at some others, here is a link you can go to and take a look at some other shells. There are some amazing looking ones here:
</p>
<p class="p">
<a href="http://browse.deviantart.com/customization/skins/windows/visualstyle/" target="_blank">http://browse.deviantart.com/customization/skins/windows/visualstyle/</a>
</p>
<p class="p">
Go there and click on a thumbnail you are interested in. Then if you like it click the download link on the left side of the screen. It looks like a computer monitor/TV screen.
</p>
<p class="p">
3. After you download a theme and unzip into the Themes folder you will need 2 other things, but first find out what service pack you are running. To do this click start then right click on My Computer and click properties.Under the general tab there should be something that says or close to:
</p>
<p class="p">
&nbsp; &nbsp; &nbsp;<i>"Windows Edition<br />
&nbsp; &nbsp; &nbsp;Microsoft Windows XP<br />
&nbsp; &nbsp; &nbsp;Media Center Edition<br />
&nbsp; &nbsp; &nbsp;Version 2002<br />
&nbsp; &nbsp; &nbsp;Service Pack 2"</i><br />
</p>
<p class="p">
Download one of these and unzip them on your desktop.
</p>
<p class="p">
*If you have Service Pack 1: <a target="_blank" href="http://www.softpedia.com/get/Desktop-Enhancements/Themes/UXTHEMEDLL-Pack-DLL-for-SP1-included.shtml">SP 1
</a>
</p>
<p class="p">
*If you have Service Pack 2: <a target="_blank" href="http://www.softpedia.com/get/Desktop-Enhancements/Themes/UXTheme-Patch-For-Windows-XP-SP2-Final.shtml">SP2</a>
</p>
<p class="p">
And then download this Replacer tool. I strongly Recommend the STABLE version: <a href="http://www3.telus.net/_/replacer/" target="_blank">http://www3.telus.net/_/replacer/ </a>
</p>
<p class="p">
After this is done downloading unzip it to the desktop. Make sure you read the "readme"
</p>
<p class="p">
4. OK time to replace the uxtheme.dll Go to C:\WINDOWS\system32\ and find the uxtheme.dll file. It should be towards the bottom. Don't open it, just find it. Keep that window open and do the following:
</p>
<p class="p">
*Double click on the replacer tool you unzipped<br /><br />

*It will ask for the OLD UXtheme.dll file. So, drag the uxtheme.dll file you just found in the system 32 folder, and DRAG the file into the Replacer tool and press ENTER.<br /><br />

*It will now ask for the NEW uxtheme.dll file. Open the other folder you just downloaded and unzipped for your Windows XP Service Pack 1 or 2 . There should be a uxteme.dll file inside. DRAG the file into the Replacer tool and press ENTER.<br /><br />

*It will ask to confirm this. Make sure you did it right and enter Y for yes or N for no and press ENTER.

</p>
<p class="p">

All done with the hard part!
</p>
<p class="p">
--

</p>
<p class="p">

OK now to use that theme/shell you downloaded.

</p>
<p class="p">

If you have not unzipped it yet do so now. If you are using the file I provided Go to A. If your using another file go to B.

</p>
<p class="p">

A. So you picked the file I gave you? Great.

</p>
<p class="p">

*Make sure the file is in the themes folder and open it <br /><br />

*Double Click on the Vista Transformation Pack 4.o icon. <br /><br />

*Just follow the instructions and when the computer boots back up it should be different with a different boot screen and login and everything!<br /><br />

*If you want to change the Vista theme right click on desktop > properties > appearances tab > Windows and Buttons. Just scroll through. There are 4 themes that come along with it.

</p>
<p class="p">


B. So you picked a different one? No problem just follow the steps below:

<br /><br />

*Make sure the file is in the themes folder and open it<br /><br />

*Inside of the folder, most of the time in the root of the folder, is a icon that looks like a paintbrush painting a Windows XP window. Double click it. That is a Windows Visual Style File.<br /><br />

*It should automatically open the Display Properties and then all you have to do it click Apply. If not right click on desktop > properties > appearances tab > Windows and and look for it.

<br /><br />

If you want to know what to do with the other files that you don't know why they are there, email me. Email me at <a href="mailto:boozker@gmail.com">boozker@gmail.com</a>

<br /><br />

That's it all done! You have changed you shell/theme. Try out some different ones now and then. Tomorrow we will be showing you how to change the folders to look like Vista.
</p>
<!-- End of tutorial -->
</p>
<p class="tutorial_credits">Tutorial written by: BooZker</p>
<br />
<hr width="100%" />
<br />

</td>

<!-- right side content Include -->

<td valign="top" class="right">


<p class="content_titles">Tweak Archive</p>
<p class="right_titles1">Top Tweaks of 2006</p>




<!-- Pop Up Script -->
<script type="text/javascript" language="JavaScript">

function openDir( form ) {

var newIndex = form.fieldname.selectedIndex;

if ( newIndex == 0 ) {

alert( "Please select a Windows tweak!" );

} else {

cururl = form.fieldname.options[ newIndex ].value;

window.location.assign( cururl );

}

}

</script>

<!-- Pop Up Script End -->
<form action="http://boozkerstweaks.trap17.com/inc/right_side.php">
<select name="fieldname" size="1"

onChange="openDir( this.form )">

<option>Top Tweaks</option>

<option value="http://boozkerstweaks.trap17.com/tutorials/2006/11/change_windows_to_vista.php">Change Windows to Look Like Vista</option>

</select>
</form>

</td><!-- End of right side content Include -->

<!-- footer include -->

<tfoot>
<tr>
<td class="foot" colspan="3"> &copy; Oscar Godson 2006-2007, All rights reserved
</td></tr>

</tfoot>


</table>

<center><a href="http://ot-design.net">OT-Design &amp; BooZker Design</a></center>



<!-- End of Footer include -->

</body>
</html>

 

 

 


Reply

BooZker
Thanks SM, but actually i didnt do that haha. Kubi did and i just edited it. I did all the font stuff and links from scratch, but the tables and layout is from Kubi. thanks a lot Kubi haha just playing Kubi. Thanks SM i'll test it out.

*Bump because i tested out the code and have problems and if i edit the post no one will read it because it will get lost in all the topics*

I tested the code out and i still have the problem with Safari. It wont execute the java script. Is there something wrong with the java script or HTML?

Anyways thanks so far. I just can't wait to get these glitches out of the way so i can actually get to the designing part and then adding the tutorials i posted on my old site http://boozkerstweaks.blogspot.com .

Thanks

Notice from BuffaloHELP:
Do not bump your own topic or any other topic. No one topic is more urgent than another one. You can simply edit your own post if it's the last one--instead of double posting. Merged.

Reply

BuffaloHELP
Java script should be installed between <HEAD> and </HEAD>. Try that first since Safari is very picky with the order of HTML coding.

Also check your Safari's security level and see if your Java code is tripping any security level you set--or even safely executing under Safari's security level.

Lastly, do you really need all those commands for just opening a form? Unless I misread your coding a simple window.open will do the same effect without using the Java script. And you can have
HTML
<a href="java script:;" onClick="window.open(options)">

and you can open any file.php or file.html as part of options.

And never, ever bump your own topic again. If you want your topic to be noticed your topic title should be named better next time (note how I changed it), instead of 'help, don't know what's wrong...'[sic]. These are the forum rules.

EDIT: looks like this board is protecting by placing SPACE between the word java and script.
QUOTE
java script:;
is one word without a blank space.

Reply

Saint_Michael
Buff Is correct that you want the main javascript code within the head tags now for optimization purposes it would could to use external javascript docs.

Set up is simple, this is an example of how it is done.

First you take your main javascript code you plan to use and you stripe the the beginning and the end of it like so.

CODE

<script LANGUAGE="JavaScript">

<!-- hide script from old browsers

test = new Date()
month = test.getMonth()
month = (month * 1) + 1
day = test.getDate()
year = test.getFullYear()
document.write(" ",month,"/",day,"/",year," ")

// end hiding script from old browsers -->

</SCRIPT>


Stripped javascript

CODE

<!-- hide script from old browsers

test = new Date()
month = test.getMonth()
month = (month * 1) + 1
day = test.getDate()
year = test.getFullYear()
document.write(" ",month,"/",day,"/",year," ")

// end hiding script from old browsers -->


Like a CSS file you need to have the doc as a javascript file or for file purposes .js.

So if you using notepad you have to do save and put the .js at the end, or if you have something like dreamweaver you can do the same thing without typing it and just select the file type and your set.

If you know how to external CSS files work it is the same thing in getting the javascript to load and so you just put this on top or below the CSS (preferably below) and use this code.

CODE

<script SRC="datestmp.js"></SCRIPT>


and your set, all browsers I know accept this so Safari should as well.

Of course don't forget to add the body onload code to where you want your javascript to work or it won't do what it is supposed to do.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : website, layout, correction, browsers, page, larger, firefox, 2

  1. Website Drop Shadow Effect Help
    (7)
  2. Website Problems Please Help
    Unwanted gap between the welcome bar and flash. (6)
    I just set up this website, none of the links are in working condition yet. This is mainly because
    im trying to get rid of this anoyying gab in between my flash object and my welcome bar (its the
    small dark grey/brownish gap). Does anyone know exactly how to fix this without messing anything
    else up vis changing the code or possibly even the size of the flash? Thanks. Here is the website:
    http://www.childrenofconan.trap17.com/ Moved to html section in anticipation of that being the
    correct Forum ....
  3. Making This Website Automatically Scale For Browsers
    (1)
    Hi I am trying to scale the code below so It can be used for a furniture business website
    successfully, heres the code: "http://www.w3.org/TR/html4/loose.dtd"> Home
    Lorem ipsum quaeque
    eripuit probatus id usu, nec ea dos epic uri verterem, quando tempr et mei. Eam equidem erroribus
    an, id nam illum perse- cuti read more 12/20/2007 Lorem ipsum
    quaeque eripuit probatus id usu, nec ea dos epicuri verterem, quando tempr ....
  4. Centered Div Layout Issues
    Float Right item not vertically aligned with text (2)
    Hey everyone. I am writing an all div layout for my friends website and i just cant seem to get all
    the fields aligned properly. I can get all my images to be aligned and look great until i put any
    text on the site. For example, my box that will contain links and such has 3 parts: top, middle and
    bottom. Each of these have 3 parts: left, middle and right. To program the 3 parts of each row, i
    use 3 divs which are all floated based on their position. However, as soon as I put text in the
    middle area, the right image is moved down to a new line. The sample site is located ....
  5. Help With Css/html Layout
    Horizontal List Problems (5)
    I can't figure out why this horizontal list isnt working. Underneath my banner is supposed to
    be a green gradient bar with a list of links in the center of the page. The links are all the way
    to the left and are really small. The banner is also overlapping the list for some reason. This is
    my current layout(don't worry, I'm not trying to advertise).
    http://www.stormgaming.net/stormcreations/ This is my CSS file
    http://www.stormgaming.net/stormcreations/storm.css Thanks in advance for any help.....
  6. How To Make Cms For My Dynamic Website?
    A Content Management System (3)
    It is a pain trying to have to write new code everytime you want to change something on my website.
    I know there is an easier way to update content. I read about COntent Management systems which
    apparently use XML. When I would enter the administartion area there woudl be dynamic fileds in
    which I could edit the data and when I click submit it would change. The thing is that I know how
    to add these forms to a page but I dont know how to create an adminstration area. I use php and one
    of my friends said to use XML. I have a book but it is taking a long time to read.....
  7. Background Image Picture On A Website
    how do u make a pic a backround?? (3)
    ?email me if u know! Trap17 forum asks you to post contributes with substance. ....
  8. Help Aligning My Site Into The Centre In Firefox
    site aligns to the centre in ie but not in firefox (5)
    I'm developing a new layout and so far, in my opinion, everything's going fine except for
    one thing. That's the way in which the whole layout is aligned. In IE6, the entire thing aligns
    beautifully in the centre whereas in firefox, it aligns leftwards. To get around this so far I'm
    using this java script: CODE   <script type="text/javascript">      if
    (screen.width > 880 && navigator.appName !== "Microsoft Internet
    Explorer")  {        window.resizeTo(880,window.screen.availHeight);     }
      </....
  9. How To Make Youtube Embedded Videos Viewable On All Browsers
    including on Opera browser which is actually not viewable with embedde (3)
    Firstly, I've noticed that embedded YouTube videos on personal websites, or any sites not on
    YouTube's domain, cannot be viewed on Opera browser. In other words, the codes given by YouTube
    to embed the videos on your site does not have support for Opera browser. However I've found out
    a trick to do so. Here's how.. This is the original code given by YouTube to embed to your own
    website. Copy this codes and paste into the source of your site. CODE <object
    width="425" height="350"> <param name="movie" value="....
  10. Firefox Script Problem
    (5)
    Why Firefox can't scripting on below script:- CODE <center><a
    href='http://www.yahoo.com'>Yahoo!</a></center> If correct,
    the webpage should run "Yahoo!" at the center. When I using Internet Explorer, it run
    correctly, but when I using Firefox, the "Yahoo!" will go to the left side. Who know this,
    please explain to me and show me the introdution to make "Yahoo!" to center by using Firefox and
    Internet Explorer browser.....
  11. Website Deployment Problems
    (3)
    Hello, I have developed a website that is specific to IE. The website looks great on my local
    machine. I then move it to my production environment. For some reason, the website now looks
    different when I view it from the production server. The strange thing is... I am using the same
    browser. I always believed that HTML was downloaded to the client and then it was up to the browser
    to render it. Considering I am viewing the webpage using the same browser from my machine... I
    should have received the same thing. Which lead me to believe that I didn't upload it prop....
  12. How Do I Mirror A Website?
    (4)
    After the last batch of hurricanes we lost 5 days of traffic due to power outages in S. Florida.
    What I really want to do is redirect a visitor to a copy of the website if the original site takes
    more than a set amount of time. If heavy traffic causes the original site to take more than 10
    seconds to load I want the visitor automatically redirected to a copy on a different server. Can
    this be done somehow? I'm thinking the requests might have to go through a first server that
    times the two other servers and decides which is the best route. Any ideas? Thanks, ....
  13. Header < H1> Layout Problem
    only in IE? FF is okay. (13)
    The problem is best described as follows. The site in question has a four word Heading as a text
    field, is contained in a div tag, and I tried using br tags to control the display of the words such
    that the layout would follow a set pattern. ie: line 1 = 1word, line 2 = next two words, and line 3
    = the last word. It seems like no matter what I do, Internet Explorer displays the words one line at
    a time, one word on each line. Is this an IE problem? Firefox displays the Heading exactly as I
    want, but IE doesn't even come close. CODE <div><h1>Word....
  14. Making A Refresh Link On Your Website.
    refresh local webpage (16)
    /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> post it on ur website
    CODE <a href="javascript:this.location.reload();" style="color:
    #000000; font-weight: normal">refresh</a> It can refresh local webpage. U
    can add it at ur forum so that each topic u are reading can be refresh easily. If ur website
    return to homepage after pressing I.E. refresh button, then u must need this coding. /cool.gif'
    border='0' style='vertical-align:middle' alt='cool.gif' /> Beacus visitors only w....
  15. Anchor Tag Compliance Issue?
    Firefox is tiny, IE and Opera okay (5)
    I have a string of anchor tags arranged as a menu bar horizontally on a page. Pretty basic stuff is
    included in the css to give some colour and rollover colour change. The page links have been in
    place in the Html code and all are tested and confirmed accurate. This topic has to do with the
    browser only,( I think). I mention this in case there might be concerns about the anchor tags being
    correctly coded. Yes, they are good. So I modified the css to get it looking the way I thought was
    correct for the page in terms of placement, Background colour, rollover effect, etc.....
  16. Xhtml Forms Layout
    all within the standars (8)
    We all remember the good old tables right? When we used them to design or beloved websites. But
    nowadays things have change a little bit, strict code format, css, xhtml and no tables. And so
    when it comes finally to the design of a form, instead of having two rows (left row with the label
    and right row with the input tag) and those rows aligned to look nice (left row= right aligned and
    right row=left aligned), how can we keep order with our fancy style sheet? Thanks in advance.....
  17. Html Templates
    HTML Templates for website (3)
    Where do i get free HTML Templates to use in look and feel of website? Any link will be
    helpfull....I know there are some free templates available but it is hard to find even by
    gooooogling it. Please, share if you have any. Thank You.....
  18. Website Copy Protection
    (15)
    Hey people, thanks for the help in advance. I notice that my competition refuses to put the time
    into their websites that I do and have been stealing my pages. Copying my web text is one thing, but
    I notice often times my entire page is stolen, from what looks like a 'Save Page As' deal.
    What can I do to protect myself from this web theft, or at least to make it harder. I dont use any
    java, I use straight CSS on all my pages. Thanks. kvarnerexpress....
  19. Ftp Website
    (0)
    hi guys, i am creating an FTP site which will have alot of folders on it each with subfolders and
    so on. the folders will be created every day on a machine and then sent to the site. i wanted to
    know if i can use a custom made DOS program created using the C language to upload the files and
    create the folders on the site or do i have to upload the folders invidually. i am a complete
    novice on FTP sites but have created a client for FTP transfers already, a pointer to a library of
    functions or general help would be gratefully appreciated. i am using VC++ 6 and windo....
  20. Div Layout Problems
    table in div not shrinking (5)
    Hey everyone. I am having an issue on one of my pages where the table inside my middle section of my
    layout will not continue to shrink if the browser window is shrunk. AKA, i get a slider bar on the
    bottom instead of things just overlapping. Below is the code for the page along with my style sheet.
    If you want to see for yourself the problem just go here: Final Fantasy Fanatics - FF7 - Armor .
    Armor.php CODE <?php session_start();    include './../db_connect.php';  
     include './../member_class.php'; include './../news_class.php&....
  21. Page Content Shifts In Different Browsers
    (4)
    The content on my pages either shifts or looks recognizably different between IE and Mozilla Firefox
    browsers. I formatted the text with css classes hopping that might help. However, that didn't
    help this problem. The page doesn't look the same in IE and Mozilla Firefox. What can I do to
    fix this? Thanks, kvarnerexpress ....
  22. Code For This Table Layout?
    html help needed (6)
    Hey, can anyone help me generate the code needed for a table that would look something like this?
    CODE  ----------------------------------------------------- |                                  
    |---------------- | |                                   |---------------- | |                    
                  |---------------- | |                                   |---------------- | |      
                                |---------------- | |                                  
    |---------------- |  ------------------------------------------------------ Thanks i....
  23. I Finally Found A Simple Way To Do A Blendtrans
    - want some cool effect for your website? (1)
    ok, this code isn't supported by some browsers, like Firefox. But it still works for the
    OnMouseOver. This code basically fades one images into another one. Really cool effect
    /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> . First thing: build or
    find 6 images, 3 pair. your going to want to build buttons that are close in relation, so they fade
    properly. Name the images as so: image1_on.gif , image1_off.gif image2_on.gif , image2_off.gif
    image3_on.gif , image3_off.gif now put these in a folder called: "images" inside your original....
  24. Optimizing Website?
    (10)
    I am sure there is the way to optimize website, so that is looks exactly how you want in every
    browser. I don't know it, so can somebody help me with that?....
  25. Web Page Layout?
    (13)
    I am really struggling right now. I need help!!! Can anyone please tell me what the best
    way to make web page layout is!!!! Please if you say any way, point me to the web
    site where I can learn about it!!! Thanks:)....
  26. Website Security
    encryption/html function disabling etc. (2)
    Hey Guys, Searched for posts re: webpage security (keeping slimeB*lls from "borrowing" your content)
    on the forums & came up blank. So thought I'd start a string here. OK, so does anyone have any
    info to contribute? Has anyone used html encryption programs? Does this create problems with
    browsers "reading" the page content or other functionality problems? What about webpage/html
    modifications/"updates" after the page has been encrypted? How good is the encryption OR how easy is
    it to hack/crack etc. ??? Anybody? Cheers! PS-Any strings/links in the forums I've....
  27. How To Make Open & Close Table (layout)
    Do You know that ? (1)
    Hi Every one i want to learn and make and use open and close layout and tables on my page i know its
    jsp code but i want one clear jsp code for edit and desgin or tell me how can i do that ? for
    sample see this site you can close tables left and right of the site by one down and up arrow
    www.ashiyane.com Thx /cool.gif' border='0' style='vertical-align:middle' alt='cool.gif' /> ....
  28. going to far when designing a website
    all opinions for this one (3)
    how far is going to far to make sure to get those 90 billion hits a day on your website. if your
    creative with your scripting and it makes the user looking at your page happy ok that fine and
    dandy. but if you add all thos high speed tricks to your website like making text flash 6000
    different pop up adds per click QUOTE then you should be drag outside and shot for wasting web
    space /tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /> . but for me
    if its a useful trick like making text pop up if a person wants to know more that cool bu....
  29. Show The Last Update Time Automatically
    very helpful to your website (5)
    After we ourselves upload webpage, will often bring in constant renewal in and add the new content ,
    and how could let net friend to browse through webpage know working hard getting newer one's
    own? Usually we will list the last date that this webpage will be upgraded in one mao of the
    webpage, but if this job is come to do by hand, troublesome and easy to forget. How to solve this
    problem? Having seen this small skill, you will say , it was so simple originally definitely. All
    right, now we do it. The source code pastes the frame : <script language="JavaScrip....
  30. Tips on creating a good website!
    (8)
    1) Navigation: Keep it simple (KISS), and make sure it's consistent from page to page. No matter
    where you place your menu bar -- either at the top or down the side -- always include a small text
    menu at the bottom of every page. If you're one of those people easily impressed with Flash,
    don't design your navigation with it. There are still some people who don't have or want the
    plug-in, so they won't be able to navigate your site. Besides, search engine spiders can't
    read it, so won't be able to spider the individual pages of your site if the....

    1. Looking for website, layout, correction, browsers, page, larger, firefox, 2

Searching Video's for website, layout, correction, browsers, page, larger, firefox, 2
Similar
Website Drop
Shadow
Effect Help
Website
Problems
Please Help
- Unwanted
gap between
the welcome
bar and
flash.
Making This
Website
Automaticall
y Scale For
Browsers
Centered Div
Layout
Issues -
Float Right
item not
vertically
aligned with
text
Help With
Css/html
Layout -
Horizontal
List
Problems
How To Make
Cms For My
Dynamic
Website? - A
Content
Management
System
Background
Image
Picture On A
Website -
how do u
make a pic a
backround??
Help
Aligning My
Site Into
The Centre
In Firefox -
site aligns
to the
centre in ie
but not in
firefox
How To Make
Youtube
Embedded
Videos
Viewable On
All Browsers
- including
on Opera
browser
which is
actually not
viewable
with embedde
Firefox
Script
Problem
Website
Deployment
Problems
How Do I
Mirror A
Website?
Header <
H1>
Layout
Problem -
only in IE?
FF is okay.
Making A
Refresh Link
On Your
Website. -
refresh
local
webpage
Anchor Tag
Compliance
Issue? -
Firefox is
tiny, IE and
Opera okay
Xhtml Forms
Layout - all
within the
standars
Html
Templates -
HTML
Templates
for website
Website Copy
Protection
Ftp Website
Div Layout
Problems -
table in div
not
shrinking
Page Content
Shifts In
Different
Browsers
Code For
This Table
Layout? -
html help
needed
I Finally
Found A
Simple Way
To Do A
Blendtrans -
- want some
cool effect
for your
website?
Optimizing
Website?
Web Page
Layout?
Website
Security -
encryption/h
tml function
disabling
etc.
How To Make
Open &
Close Table
(layout) -
Do You know
that ?
going to far
when
designing a
website -
all opinions
for this one
Show The
Last Update
Time
Automaticall
y - very
helpful to
your website
Tips on
creating a
good
website!
advertisement



Help With Website Layout Correction For All Browsers - Page gets larger on Firefox 2



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE