Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-12-2007, 07:31 AM Who can do this? ***
Novice Talker

Posts: 9
Trades: 0
Hey, i need some help!

Can anyone add a block of white to this html. In the center of the page and rounded edges so i can add text to it and you can see it easly?

Heres the html,

Code:
<html>
<head>
  <title>***************</title>
  <meta content="none" name="none">
</head>

<body background="http://img248.imageshack.us/img248/3199/backgroundta1.gif">
  <div style="POSITION: absolute"></div>
</body>
</html>
Thanks in advance?
krissyafc is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-12-2007, 09:15 AM Re: Who can do this? ***
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Code:
<div style="margin:  0px auto;  text-align:  center;  width: (width of your white block);">
<div style="text-align:  left;">
...
</div>
</div>
That will center your div. As far as rounded rectangles go, you can lift the code off my blog. You don't need absolute positioning for this.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 08-12-2007, 09:45 AM Re: Who can do this? ***
Novice Talker

Posts: 9
Trades: 0
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
  <title>***************</title>
  <meta content="none" name="none">
</head>

<body background="http://img248.imageshack.us/img248/3199/backgroundta1.gif">
  <div style="POSITION: absolute"></div>
  <div style="margin:  0px auto;  text-align:  center;  width: 100;">
<div style="text-align:  left;">
</div>
</div>
</body>
</html>
Nothing happens?
krissyafc is offline
Reply With Quote
View Public Profile
 
Old 08-12-2007, 09:45 AM Re: Who can do this? ***
Novice Talker

Posts: 9
Trades: 0
I need it like http://hostgator.com but without content.
krissyafc is offline
Reply With Quote
View Public Profile
 
Old 08-12-2007, 05:03 PM Re: Who can do this? ***
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Get rid of the <div style="position:absolute"></div> line, you don't need it, use what Adam gave you. He offered his code for the rounded corners, go get it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-12-2007, 07:57 PM Re: Who can do this? ***
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Nothing will happen until you get the rounded corner code (actually, you'll need to create rounded corner graphics too, since they're actually graphic images). But the answer's there.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to Who can do this? ***
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.78828 seconds with 12 queries