Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 4th, 2008, 2:48 PM   #11
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Old Mar 4th, 2008, 3:58 PM   #12
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Old Mar 4th, 2008, 6:39 PM   #13
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 95
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
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
MrMan9879 is offline   Reply With Quote
Old Mar 5th, 2008, 10:23 AM   #14
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Old Mar 5th, 2008, 10:28 AM   #15
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Old Mar 5th, 2008, 10:30 AM   #16
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Old Mar 5th, 2008, 10:31 AM   #17
privateD.lister
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 privateD.lister is on a distinguished road
Angry Re: XHTML/CSS Div formatting problem

<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????
privateD.lister is offline   Reply With Quote
Old Mar 5th, 2008, 11:17 AM   #18
cscgal
Hobbyist Programmer
 
cscgal's Avatar
 
Join Date: Oct 2007
Location: New York
Posts: 162
Rep Power: 10 cscgal is on a distinguished road
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)
  1. <font color="red">Here is red font</font>

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
cscgal is offline   Reply With Quote
Old Mar 5th, 2008, 11:18 AM   #19
cscgal
Hobbyist Programmer
 
cscgal's Avatar
 
Join Date: Oct 2007
Location: New York
Posts: 162
Rep Power: 10 cscgal is on a distinguished road
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
cscgal is offline   Reply With Quote
Old Mar 5th, 2008, 11:20 AM   #20
privateD.lister
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 privateD.lister is on a distinguished road
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????
privateD.lister is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:58 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC