473,382 Members | 1,357 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

2 background images.

Hello :)

I want to make an index page with a repeat background, thats fine but I also want to place an image that is fixed in the top left corner.

I dont know the best way to go about this, when I simply place it in as an image it pushes the text down (obviously)


Here is a link to how its looking now (Link removed pending review)

and here is the code I am trying to modify :

<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<title> Welcome to From all points. </title>
<body><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0Transitional//EN">
<html>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<META NAME="HTDIG-NOINDEX" CONTENT="NONE"><br>
<meta http-equiv="Content-Type" content="text/html;
HTTP-EQUIV="Cache-Control"
CONTENT="No-Cache,Must-Revalidate,No-Store"><META
</HEAD>
<body bgcolor=#000000>
<IMG SRC="/forum/templates/whatisreal/images/3.jpg">
<p ALIGN=CENTER><body

background="/forum/templates/whatisreal/images/earth_bk2.jpg">
</p>

<TD colSpan=3>

<CENTER>

<font face="Arial" size="3" color="#948E8E"><br>

We regard your privacy as important. For more detailed<br>
information on how we collect and process your<br>

personal information, please Email directly to the<br>
Site.We do track IP address for research and "attack"<br>
monitoring purposes. You willing allow your IP to be<br>
tracked by accepting the agreement. We reserve the<br>
right to amend, modify, add, delete and make<br>
corrections to the website at any time without<br>
notice.<br><br><br>
<a href="/forum/">Enter Here!</a>
</table><br>

</p><!--/BODY--><!--/HTML--><br>
</body>
</html>


Thanks in advance
Jul 24 '07 #1
6 1573
drhowarddrfine
7,435 Expert 4TB
This is the current way to do a web page:
[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Welcome to From all points.</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta name="HTDIG-NOINDEX" content="NONE">

<style type="text/css">

body{
background-color:#000;
color:#948e8e;
font-family: Arial;
}

img{
float:left;
}

p#enter{text-align:center}
</style>

</head>

<body>

<img src="3.jpg">

<p>
Site Terms.....You agree that you are not a Law
Enforcement Official in any capacity, or a member of
the RIAA, If so you are not welcome and are requested
to leave the site immediately and NOT return. Not
under any circumstance are you to return. Period. If
you ,the user, are affiliated with any government, or
ANTI-Piracy group or any other related group or were
formally a worker of one or ever plan to be a member
of any of the groups mentioned above you CANNOT enter
this site, cannot access any of its files and you
cannot view any of the files.
All the objects on this site are PRIVATE property and
are not meant for viewing or any other purposes other
then bandwidth space. DO NOT ENTER whatsoever! If you
enter this site you are agreeing to these terms and
you are violating code 431.322.12 of the Internet
Privacy Act signed by Bill Clinton in 1995 and that
means that you CANNOT threaten our ISP(s) or any
person(s) or company storing these files. If you are
not over 21 years old or are not in a state of mind
where you can make this decision due to a mental
illness
or damage sustained then you CANNOT accept these terms
and conditions.
</p>

<p>
This website is owned and operated by The Webpirate
Network (Webpirate Inc.) and may contain information
and material from other People,sites and P2P, its
subsidiaries and other related companies
(collectively, we, us, and our). Your access to and
use of the information, materials and services
provided on this website is conditional upon your
acceptance and compliance with the terms, conditions,
notices and disclaimers contained on this website
(Terms). Your use of this site will mean you accept
these Terms.
</p>

<h3>Intellectual Property Rights</h3>
<p>
Our name and logos are registered trade marks and may
not be used without our written consent.
</p>

<p>
You agree that all the materials displayed on or
available through this website, including without
limitation any and all names, logos, data,
information, graphics, underlying software, displayed
on or available from this website are protected by
copyright, trade mark and other intellectual property
laws and are available for your personal use only.
</p>

<p>
You must not copy, modify, alter, download, publish,
broadcast, distribute, sell or transfer any such
materials unless expressly provided for in these Terms
or with our express written permission.
</p>

<h3>Links to other websites</h3>
<p>
Links to other websites are provided for your
convenience. we do not control these other websites
and cannot be responsible for the content or accuracy
of the information or other material on these
websites. Unless expressly stated on this website, the
provision of a link to an external website does not
constitute an endorsement or approval of that website
or any of the products or services on that website. We
will not accept any liability for your access, use or
reliance of those websites.
</p>

<p>
Before disclosing your personal information or using
other websites, we suggest you examine the terms and
conditions of those websites, as they may differ from
this website.
You must obtain our written permission to make any
hyperlinks with this website.
</p>

<h3>Limitation of Liability and disclaimer</h3>
<p>
The information provided on this website has been
compiled for your convenience. We make no warranties
about the reliability, accuracy or completeness of any
information contained on the website or that your
access and use of the website will be uninterrupted or
error free.
Except where we are unable to exclude our liability by
legislation, we, our officers, employees, agents and
contractors will not be liable in any way to you or
anyone else for any loss or damage, however it arises
(whether in contract, tort including negligence, or
otherwise) out of or in connection with your access
and use of this website.
In the case of goods or services supplied or offered
via this website, liability for breach of an implied
term which cannot be excluded by legislation, is
limited at our option to either, the supply of the
goods or services (or the equivalent goods or
services) again or the payment of the cost of having
the goods or services supplied again.
</p>

<p>
Our limitation of liability in these Terms applies to
direct, indirect, consequential, special, punitive or
other damages that your or others may suffer, as sell
as damages for loss of profit, business interruption
or the loss of data or information, even if we are
informed of their possibility.
</p>

<h3>Our Privacy Policy</h3>
<p>
We regard your privacy as important. For more detailed
information on how we collect and process your
personal information, please Email directly to the
Site.We do track IP address for research and "attack"
monitoring purposes. You willing allow your IP to be
tracked by accepting the agreement. We reserve the
right to amend, modify, add, delete and make
corrections to the website at any time without
notice.
</p>

<p id="enter">
<a href="/forum/">Enter Here!</a>
</p>

</body>
</html>[/HTML]
Jul 25 '07 #2
pbmods
5,821 Expert 4TB
[html]
<img ... />
[/html]

HTML Strict requires IMG tags to be closed (I'm sure this was just an oversight).
Jul 25 '07 #3
drhowarddrfine
7,435 Expert 4TB
No. You are thinking of Xhtml.
HTML image tag.
Jul 25 '07 #4
pbmods
5,821 Expert 4TB
No. You are thinking of Xhtml.
HTML image tag.
Really?

Huh. This is what I get for thinking I caught the Expert :)
Jul 25 '07 #5
drhowarddrfine
7,435 Expert 4TB
I thought I was wrong once.
But I was wrong.
Jul 25 '07 #6
I had the same problem. I used CSS and two table-cells to rectify the issue. I needed the top-most background to not repeat itself while the bottom background needed to repeat itself horizontally only. It all works fine in IE7 and FF but it gets screwed in IE6. In IE6 the topmost image gets stretched to the width and height of the browser. Am not CSS expert, so I dont know how to rectofy this enw problem. :(

Perhaps a support on that would greatly be appreciated. Thanks in advance.
Aug 23 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Markus Mohr | last post by:
Hi, everyone, I have a special problem: For every monitor resolution in 200 pixel steps from 800 to 1600 pixels I have an image to be shown as centered background-image. Those images all...
4
by: Nathan Given | last post by:
Hello All, I am trying to randomly change the background image of my home page but I can't seem to figure it out. Here is a snippet of my css .... BODY {background:transparent...
3
by: MediaDesign | last post by:
so there's the problem: my text links have background images and when I put links around images on my page, they too get the background image treatment which I do not...I have tried several...
5
by: proximus | last post by:
Hi, I am trying to change the background of table TD's. The problem is that I have no access to the HTML code. SO I am trying to alter this using Javascript/DOM in an external .js file. I...
3
by: ribinha | last post by:
Hi all, I am having problems loading background images on my pages. I have created a css to display the images. It works just fine on my test box, but when I tried on real pages it wont upload any...
7
by: Nilesh | last post by:
I am using background-image attribute in a CSS file and linking the CSS file to aspx page. But strangly, background-image attribute is not working for relative URL. e.g. If I apply following css...
3
by: Viken Karaguesian | last post by:
Hello all, I need somehelp with background tiling. I have a sneaking suspicion that what I want to do is not possible, but I'll ask anyway. :>) First some background: Here's the site in...
0
by: Jeb Hunter | last post by:
Well, how can I describe this succinctly? I have a page with DIVs that us background images to produce a border effect. It works perfectly well, but I want to make up (for now) 3 different...
10
by: VividWeb | last post by:
Hi. I am relatively new to CSS and HTML but have a basic understanding of most things. One of my backgrounds is not positioning correctly in IE 7 or AOL. The background behind the content...
2
by: thephatp | last post by:
I'm having a problem with IE rendering correctly. I'm experimenting with using all div's in my pages now, and I'm not very familiar with the quirks of IE. I have created a sample page, and I'm...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.