![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
g
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#12 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
i cant get used to this system this forum is using for code.........
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#13 |
|
Programmer
|
Re: XHTML/CSS Div formatting problem
Errrr... alright, but no, the competition is not called ThinkQuest... it's a competition put on by the Superintendents of Schools Association in my province.
__________________
http://bcssa.andrewsmythe.net |
|
|
|
|
|
#14 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
awsome
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#15 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
just adapt this little beuty to your needs,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Background to fit screen</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Imagetoolbar" content="no">
<style type="text/css">
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
</style>
<!--[if IE 6]>
<style type="text/css">
/* some css fixes for IE browsers */
html {overflow-y:hidden;}
body {overflow-y:auto;}
#bg {position:absolute; z-index:-1;}
#content {position:static;}
</style>
<![endif]-->
</head>
<body>
<div id="bg"><img src="yourimage.jpg" width="100%" height="100%" alt=""></div>
<div id="content"><p>Enter a ton of text or whatever here.</p></div>
</body>
</html>thats how i do it an, MAN, it looks guuuwd. (<----by the way its from htmlite---->) <("<)kirby
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#16 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
anyone know how to use the code right in this place??
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#17 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
<font color="red">hello</font> i mean why doesnt it work!!!!!! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGGGGGGGGGGGGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH viva la resistance...FIGHT THE VISTA!!!!
<img src="http://www.google.co.uk/intl/en_uk/images/logo.gif">
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
|
|
#18 |
|
Hobbyist Programmer
![]() Join Date: Oct 2007
Location: New York
Posts: 162
Rep Power: 10
![]() |
Re: XHTML/CSS Div formatting problem
[code]<font color="red">Here is red font[/code]
<font color="red">Here is red font</font> [code=html]<font color="red">Here is red font[/code] html Syntax (Toggle Plain Text)
Inline code [icode]<font color="red">Here is red font[/icode] is on one line Inline code <font color="red">Here is red font</font> is on one line
__________________
DaniWeb IT Discussion Community Everything Information Technology related all in one convenient interactive online publication and community |
|
|
|
|
|
#19 |
|
Hobbyist Programmer
![]() Join Date: Oct 2007
Location: New York
Posts: 162
Rep Power: 10
![]() |
Re: XHTML/CSS Div formatting problem
[color="Red"]Type this for red font[/color]
Type this for red font Otherwise, use the Advanced Reply button for the full editor.
__________________
DaniWeb IT Discussion Community Everything Information Technology related all in one convenient interactive online publication and community |
|
|
|
|
|
#20 |
|
multigamer
Join Date: Mar 2008
Location: thelandofnoddy who has an addictio to vista, why has he becom sucha warped creature asthus?<("<)kirb
Posts: 13
Rep Power: 0
![]() |
Re: XHTML/CSS Div formatting problem
type this for red font
__________________
why does everyone say think outside the box? I like the box, the box is my friend!!! [and yes i am insane] roses are #ff0000; violets are #0000ff; all my base are belong to you why d0 p30p13 d0 th15???? |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Challenging Programming Problem - "Pinball Ranking" | Sane | Coder's Corner Lounge | 38 | Jan 15th, 2008 5:16 PM |
| Problem solving | ReggaetonKing | Software Design and Algorithms | 7 | Jan 4th, 2008 1:49 PM |
| problem processing file into a char array | csrocker101 | C++ | 1 | May 8th, 2007 11:50 PM |
| cgi/perl script + IE problem | joyceshee | Perl | 2 | Jan 24th, 2006 11:10 AM |
| problem with user defined class mixed with functions | willj729 | C++ | 4 | Oct 9th, 2005 3:26 PM |