/    Sign up×
Community /Pin to ProfileBookmark

Hi,

How do I get rid of the line going down the middle of the page?

[url]http://www.djshawnmichaels.com/new_site/[/url]

What would you do to make this site look better?

Thanks

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@knowjJan 20.2006 — the line is the border use the css to remove the border border-right: 0; etc...

to make it better do the layout with layers rather than tables and set the width/height etc... in the CSS

also change the top of the html doc to the following

[code=html]
<?php include "include.php"; ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>djshawnmichaels.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
[/code]


you then want to completely remove the font tag its obsolete use CSS for all presentational elements

and get it to validate: http://validator.w3.org/check?verbose=1&uri=http://www.djshawnmichaels.com/new_site/

validate to strict (the code for this to check the validate is in the markup above i said change to)

also centering the site would make it look better (dont use the <center> or align="center" markup as there also obsolete now)

html 4.01 strict validation:

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.djshawnmichaels.com%2Fnew_site%2F&charset=%28detect+automatically%29&doctype=HTML+4.01+Strict&verbose=1
Copy linkTweet thisAlerts:
@comptech520authorJan 20.2006 — I still can't get rid of the line going through the middle of the page. Any other ideas?

Also the red jpg at the top of the page is missing a pixel on both the left and right side. How can I correct this?

Thanks,
Copy linkTweet thisAlerts:
@knowjJan 20.2006 — try this just for a test in the css file add this:

table{

border:0;

}
Copy linkTweet thisAlerts:
@comptech520authorJan 20.2006 — It was actually the cell spacing property. The question is how do I do the re add the black border for the navigation area .

Thanks

http://www.djshawnmichaels.com/new_site/
×

Success!

Help @comptech520 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.16,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...