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
Text not aligning In Opera?Ie,firefox?
Old 03-06-2008, 09:51 PM Text not aligning In Opera?Ie,firefox?
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
If you would could you go over this For me http://www.blakeanthonydesign.com

the text is not aligning in The divs right for some reason.I know the postioning of the divs should not be in the html itself but i got lazy and decided to put it in the html.
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
 
Register now for full access!
Old 03-07-2008, 12:11 AM Re: Text not aligning In Opera?Ie,firefox?
greenlush's Avatar
Ultra Talker

Posts: 481
Name: Jason - Greenlush.com
Location: Bradford, UK
Trades: 0
validate your CSS
greenlush is offline
Reply With Quote
View Public Profile Visit greenlush's homepage!
 
Old 03-07-2008, 02:33 AM Re: Text not aligning In Opera?Ie,firefox?
Super Moderator

Posts: 1,584
Location: Kokkola, Finland
Trades: 1
check your use of apostrophes too!
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 03-07-2008, 10:51 AM Re: Text not aligning In Opera?Ie,firefox?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Put a proper DOCTYPE on your pages ! That is always the FIRST thing you should do.
Then, validate your code - html AND css - you've got lots of errors.

Lastly -- lose the tables for layout
__________________
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 03-07-2008, 10:55 AM Re: Text not aligning In Opera?Ie,firefox?
Novice Talker

Posts: 8
Trades: 0
Which ones are not aligning right?? you might want to share the html/css code?
__________________

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

Please login or register to view this content. Registration is FREE
pelle is offline
Reply With Quote
View Public Profile
 
Old 03-07-2008, 10:58 AM Re: Text not aligning In Opera?Ie,firefox?
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Nothing is going to align correctly without a proper DOCTYPE.
__________________
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 03-10-2008, 08:27 PM Re: Text not aligning In Opera?Ie,firefox?
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="en" lang="en">
<head>
<link href="ss.css" rel="stylesheet"
type="text/css">
<title>Destroyer Art</title>

<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type"
content="text/css" />
<meta http-equiv="imagetoolbar"
content="no" />
<meta name="description" content="A
brief description of the current page goes here." />
<meta name="keywords"
content="keywords, go, here, only, once, page, content,
has, been, finished" />

</head>
<body>
<style type="text/css">
body {
background-color: #000000;
color: #FFFFFF;
}
div.c14 {text-align: center}
div.c13 {position: absolute; width: 328px; height:
231px; z-index: 3; left: 707px; top: 390px}
div.c12 {position: absolute; width: 192px; height:
38px; z-index: 1; left: -1px; top: 267px}
span.c11 {color: #FFCD9B; font-size: 120%}
span.c10 {text-decoration: none; font-weight: 700}
div.c9 {line-height: 1.25em; margin-left: 0;
margin-right: 0; margin-top: 0; margin-bottom: .75em}
span.c8 {color: #800000; font-size: 120%}
h3.c7 {text-align: left}
div.c6 {position: absolute; width: 328px; height:
180px; z-index: 2; left: 706px; top: 199px}
p.c5 {text-align: left}
p.c4 {color: #FFCD9B; text-align: left}
div.c3 {position: absolute; width: 299px; height:
494px; z-index: 1; left: 394px; top: 199px; float:left}
span.c2 {color: #FFCD9B}
span.c1 {color: #FFCD9B; font-family: Verdana;
font-size: 80%}
</style>
</head>
<body>
<div class="c14">
<table cellpadding="0" cellspacing="0" width="755"
height="38"><!-- MSTableType="layout" -->
<tr>
<td width="17">&nbsp;</td>
<td valign="top" width="727"> <a
href="/">
<img border="0" src="http://i25.tinypic.com/dvscpv.jpg"
width="97" height="35" alt=""></a><a
href="iliketodo.html"><img border="0"
src="http://i26.tinypic.com/16h4tch.jpg" width="112"
height="35" alt=""></a><a

href="

Last edited by blktallos; 03-10-2008 at 08:37 PM..
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 03-10-2008, 08:30 PM Re: Text not aligning In Opera?Ie,firefox?
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
for some reason im so sick of my site is not aligning i dont know what im doing wrong. Its really making me mad.I validated my page.

in safari the text is way off if someone could tell me what to do please help thanks.
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Old 03-10-2008, 08:46 PM Re: Text not aligning In Opera?Ie,firefox?
Banned

Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
Trades: -2
ok so i changed my resolution to 1024 x 768 and wow did it changed things and now i can see why the text isnt aligning. so hopefully im gonna play around with it now and get it to align
blktallos is offline
Reply With Quote
View Public Profile Visit blktallos's homepage!
 
Reply     « Reply to Text not aligning In Opera?Ie,firefox?
 

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.71725 seconds with 12 queries