any chance of some help?
if you look at http://www.cheap-florida-holiday.com/index.php
the form isn't in the correct place. but you cant edit that index.php
i need to edit this page. ( if you copy paste it into you html editer you'll see.)
-------------------------------------------------
<?=$aset[SiteTitle]?>
">
">
.BlackLink {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:black; font-weight:bold; text-decoration:none}
a.BlackLink:hover {text-decoration: underline}
.BlackLinkB {font-family:tahoma, verdana, helvetica, arial; font-size:13; color:black; font-weight:bold; text-decoration:none}
a.BlackLinkB:hover {text-decoration: underline}
.BlueLink {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:blue; font-weight:bold; text-decoration:underline}
a.BlueLink:hover {text-decoration: underline}
.RedLink {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:red; font-weight:bold; text-decoration:none}
a.RedLink:hover {text-decoration: underline}
a.CatLinks {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:white; font-weight:bold; text-decoration:none}
a.CatLinks:hover {text-decoration:underline}
a.SubCatLinks {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:#878888; font-weight:normal; text-decoration:none}
a.SubCatLinks:hover {text-decoration:underline}
a.SubCatLinksB {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:#8F8E8E; font-weight:normal; text-decoration:none}
a.SubCatLinksB:hover {text-decoration:underline}
.TitleLinks {font-family:tahoma, verdana, helvetica, arial; font-size:12; color:black; font-weight:bold; text-decoration:none}
a.TitleLinks:hover {text-decoration:underline}
.ItemText {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:black; font-weight:regular; text-decoration:none}
body {background-color:white; font-family:tahoma, verdana, helvetica, arial; font-size:11; color:black; font-weight:regular; text-align:left}
td {font-family:tahoma, verdana, helvetica, arial; font-size:11; font-weight:regular; text-decoration:none}
.sm {font-family:tahoma, verdana, helvetica, arial; font-size:11}
input, select, textarea {font-family:tahoma, verdana, helvetica, arial; font-size:11; color:black; border-width:1; border-color:black}
<script language="JavaScript">
function CheckSearch() {
if(document.f1.what.value=="")
{
window.alert('Enter the search criteria, please!');
document.f1.what.focus();
return false;
}
}
function CheckFriend() {
if(document.sfriend.f1.value=="")
{
window.alert('Enter your email address!');
document.sfriend.f1.focus();
return false;
}
if(document.sfriend.f2.value=="")
{
window.alert('Enter your friend email address!');
document.sfriend.f2.focus();
return false;
}
}
function CheckLogin() {
if(document.lform.us.value=="")
{
window.alert('Enter your username, please!');
document.lform.us.focus();
return false;
}
if(document.lform.ps.value=="")
{
window.alert('Enter your password, please!');
document.lform.ps.focus();
return false;
}
}
function CheckForgot() {
if(document.ForgotForm.u2.value=="")
{
window.alert('Enter your username, please!');
document.ForgotForm.u2.focus();
return false;
}
}
function CheckRegister() {
if(document.RegForm.NewUsername.value=="")
{
window.alert('Enter your username, please!');
document.RegForm.NewUsername.focus();
return false;
}
if(document.RegForm.p1.value=="")
{
window.alert('Enter your password, please!');
document.RegForm.p1.focus();
return false;
}
if(document.RegForm.p2.value=="")
{
window.alert('Confirm your password, please!');
document.RegForm.p2.focus();
return false;
}
if(document.RegForm.p1.value != "" && document.RegForm.p2.value != "" && document.RegForm.p1.value != document.RegForm.p2.value)
{
window.alert('Enter and confirm your password again!');
document.RegForm.p1.value="";
document.RegForm.p2.value="";
document.RegForm.p1.focus();
return false;
}
if(document.RegForm.FirstName.value=="")
{
window.alert('Enter your First Name, please!');
document.RegForm.FirstName.focus();
return false;
}
if(document.RegForm.LastName.value=="")
{
window.alert('Enter your Last Name, please!');
document.RegForm.LastName.focus();
return false;
}
if(document.RegForm.phone.value=="")
{
window.alert('Enter your Phone, please!');
document.RegForm.phone.focus();
return false;
}
if(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.RegForm.email.value))
{
return true;
}
alert("Invalid E-mail Address! Please re-enter.");
document.RegForm.email.focus();
return false;
}
function CheckProfile() {
if(document.RegForm.p1.value=="")
{
window.alert('Enter your password, please!');
document.RegForm.p1.focus();
return false;
}
if(document.RegForm.p2.value=="")
{
window.alert('Confirm your password, please!');
document.RegForm.p2.focus();
return false;
}
if(document.RegForm.p1.value != "" && document.RegForm.p2.value != "" && document.RegForm.p1.value != document.RegForm.p2.value)
{
window.alert('Enter and confirm your password again!');
document.RegForm.p1.value="";
document.RegForm.p2.value="";
document.RegForm.p1.focus();
return false;
}
if(document.RegForm.FirstName.value=="")
{
window.alert('Enter your First Name, please!');
document.RegForm.FirstName.focus();
return false;
}
if(document.RegForm.LastName.value=="")
{
window.alert('Enter your Last Name, please!');
document.RegForm.LastName.focus();
return false;
}
if(document.RegForm.phone.value=="")
{
window.alert('Enter your Phone, please!');
document.RegForm.phone.focus();
return false;
}
if(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.RegForm.email.value))
{
return true;
}
alert("Invalid E-mail Address! Please re-enter.");
document.RegForm.email.focus();
return false;
}
function CheckOffer() {
if(document.PostForm.SelectCategory.value=="")
{
alert('Select the category in which your offer will appear!');
document.PostForm.SelectCategory.focus();
return false;
}
if(document.PostForm.address.value=="")
{
alert('Enter the property address, please!');
document.PostForm.address.focus();
return false;
}
if(document.PostForm.city.value=="")
{
alert('Enter the property city, please!');
document.PostForm.city.focus();
return false;
}
if(document.PostForm.state.value=="")
{
alert('Enter the property state, please!');
document.PostForm.state.focus();
return false;
}
if(document.PostForm.country.value=="")
{
alert('Enter the property country, please!');
document.PostForm.country.focus();
return false;
}
if(document.PostForm.ShortDesc.value=="")
{
alert('Enter the property short description, please!');
document.PostForm.ShortDesc.focus();
return false;
}
if(document.PostForm.DetailedDesc.value=="")
{
alert('Enter the property detailed description, please!');
document.PostForm.DetailedDesc.focus();
return false;
}
if(document.PostForm.Price.value=="")
{
alert('Enter the property price, please!');
document.PostForm.Price.focus();
return false;
}
if(document.PostForm.PropertyType.value=="")
{
alert('Select the property type, please!');
document.PostForm.PropertyType.focus();
return false;
}
if(document.PostForm.rooms.value=="")
{
alert('Enter the number of bedrooms, please!');
document.PostForm.rooms.focus();
return false;
}
if(document.PostForm.bathrooms.value=="")
{
alert('Enter the number of bathrooms, please!');
document.PostForm.bathrooms.focus();
return false;
}
}
</script>
<script language="JavaScript" type="text/JavaScript">
</script>
<?=$Categories?>
<?=$Account?>
<script type="text/javascript"></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Price:
<?=$MinPrice?>
<?=$MaxPrice?>
Bedrooms:
<?=$MinBed?>
<?=$MaxBed?>
City:
<?=$CityMenu?>
For Sale by Owner homeowners can enjoy listing their home on the market with our friendly private lisitings service to list property quickly and easily.
Realtors can benefit in additional features not included in our private listings. Register as a realtor and receive your Realtor webpage.
-------------------------------------------------
i want the " find the villa" bit to be level with the 2 find out more bit"
i want it done using table not using div.
CptAwesome posted this at 21:28 — 12th May 2006.
He has: 370 posts
Joined: Dec 2004
That is some seriously deep table embedding, the best I can tell is that you put the find a villa table one (or more) rows below the one it needs to be in.
I would install (if you don't have something very similar)
Notepad++ http://notepad-plus.sourceforge.net/uk/site.htm
and make sure it has the HTML Tidy extension, hopefully you'll be able to run the XHTML conversion under plugins (it keeps the tables, but cleans them up and tabs them) when the code is a little cleaner, maybe you'll see why it's happening.
steve40 posted this at 06:37 — 17th May 2006.
He has: 490 posts
Joined: May 2005
The first thing I would is to make a separate style sheet, and get all that markup off my page. It will load a lot faster that way, besides that looks amateurish.
Just looking at the code, that looks like one long running column broken with a god-awful bunch of rows. To get anything on the same row, you are going to need another column.
You can make a nested group of 's the way it is - but it is going to screw up royally the rest of your page.
Well I looked again, I take back what I said. Basically that's the damndest mess I think I ever saw. You just need to start all over. And don't use a height attribute in tables, if you want to even come close to validation with your page. Height attributes are a no no.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.