LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-24-2009, 03:49 PM   #61
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899

sent the message and we will see.
 
Old 04-24-2009, 03:59 PM   #62
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
think I enabled it now -)
 
Old 04-24-2009, 04:15 PM   #63
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
it didn't work...
OK-just a couple three questions....

Easiest HTML editor for newbie like me??

If you are going to download my CD-can you run DSL off the LIVECD and at the Desktop open a root terminal and type-
"cd /cdrom"

"mydsl.sh" or "hydra.sh"

Qemu should appear playing DSL, which will restore the mydsl stuff, etc. -now-as you said-it cannot save back to CDR but it does work in my USB version.

Also-Need help on menu.c32/vesamenu.c32

That's the menu for the CD

Problems-when trying to use any menu.c32/vesamenu.c32 in my USB's Kingston 2GB/4GB I get a blank screen at boot saying "password" which of course I don't know-nor why it's asking for one-

The reason I need this or something similar for USB is a text menu system would be lengthy and wouldn't scroll...

How is the Billix boot message made-it looks like html??

Code:
0f70
79              Billix70 Boot Menu                                 
Billix is based on Knoppix Technology, and contains:           
Damn Small Linux, Ubuntu Intrepid/Hardy/Dapper, Debian,        
Fedora Core 10, Centos 4/5, NT Password Utils, memtest86,      
and dban.  Thanks to greenfly for the menu-fu.                 
 07--------| Select the image to boot or install: |-----------70   
 07  1. 0bDamn Small Linux 4.4.100f                               70   
 07  2. 0aUbuntu Linux - Intrepid Ibex Desktop (8.10LTS)
what is that? It's the Billix "boot.msg"

Also-thanks alot for all your help!!
 
Old 04-24-2009, 04:25 PM   #64
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
private message should work now
 
Old 04-24-2009, 06:56 PM   #65
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Can anyone tell me how to put a Background image (jpg) in a webpage??
 
Old 04-24-2009, 07:19 PM   #66
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by linus72 View Post
Can anyone tell me how to put a Background image (jpg) in a webpage??
You could add the following script between <head>............</head>

Code:
<style type="text/css">
body 
{
background-image:
url('image.jpg')
}
</style>
Make sure you've specified the right path to your image.
 
Old 04-24-2009, 07:22 PM   #67
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Awesome-that worked-Now How do I make ALL the text WHITE??
and thank you...
 
Old 04-25-2009, 12:34 AM   #68
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I'm also accepting donations for my site from people like you guys, so dig deep and spread the wealth!
You are kidding, right ?
 
Old 04-25-2009, 03:25 AM   #69
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by linus72 View Post
Awesome-that worked-Now How do I make ALL the text WHITE??
and thank you...
add the following code inside the existing <style> .... </style> tags:
Code:
p {color: #ffffff}
I'd recommend reading a css tutorial. For example:
http://www.w3schools.com/css/default.asp
CSS is rather easy to learn and it's very useful when designing websites.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu-804 in Dell Dimension.. troiubles installing... Cosmicb Linux - Newbie 13 03-07-2009 09:16 AM
Differences between Debian and Ubuntu jmite Linux - Distributions 5 08-03-2008 05:30 PM
LXer: Specifications Released for the Asus Eee PC 904 and 1000 LXer Syndicated Linux News 0 07-12-2008 12:30 AM
Keyboard Problems on Fujitsu Amilo xi2428-804 dmcbeing Linux - Laptop and Netbook 0 04-20-2008 06:21 PM
differences Ubuntu /Kubuntu ? Helmut_K Ubuntu 17 12-02-2006 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration