Welcome Guest ( Log In | Register)



 
Closed TopicStart new topic
> Yet More Help With My Websites Template
Albus Dumbledore
post Nov 24 2006, 10:22 AM
Post #1


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,522
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756
myCENT:ZERO



<link removed because i deleted directory, and problem resolved>

now i need help with this template biggrin.gif

What i want is for the layout to be touching both the top of the browser, and the left side of the browser.

It looks fine now, but when i put the Doctype in

QUOTE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
it adds a space between the top and side of the layout... any suggestions? or am i just going to have to deal without a doctype? lol

This post has been edited by Albus Dumbledore: Nov 24 2006, 11:05 AM
Go to the top of the page
 
+Quote Post
shadowx
post Nov 24 2006, 10:45 AM
Post #2


Look around, what do you see? Incorrect.
***********

Group: [HOSTED]
Posts: 1,118
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719
myCENT:47.88



Ive had a similar problem and i found this website: http://www.webdevelopersnotes.com/tips/htm...er_padding.php3 Which talks about the browser padding as its called and how to remove it. The code they give for HTML is:

CODE
<BODY MARGINWIDTH="0" MARGINHEIGHT="0 LEFTMARGIN="0"
TOPMARGIN="0">


It definately works for their site in IE and Firefox so i assume it should work for your site too smile.gif
Go to the top of the page
 
+Quote Post
Albus Dumbledore
post Nov 24 2006, 11:04 AM
Post #3


Hidden Secrets can't be told threw just words. One must feel what the other feels to truely understand...
**************

Group: Members
Posts: 1,522
Joined: 8-January 06
From: Sacramento California
Member No.: 16,756
myCENT:ZERO



ohh ok i see what i forgot haha i forgot the marginheight and marginwidth part in the thing i allready had in there biggrin.gif sweet thanks biggrin.gif this can be closed now to prevent spam
Go to the top of the page
 
+Quote Post
hts
post Nov 24 2006, 02:30 PM
Post #4


Advanced Member
*******

Group: Members
Posts: 138
Joined: 30-September 06
From: Iasi, Romania
Member No.: 30,851



i suggest using css to specify such properties of the document, as using BODY attributes might invalidate your file (not sure about this, got to check it out smile.gif )..

in your css file:
CODE

body {
margin:0;
padding:0;
}


Hope that`s what are you looking for
Good luck
Go to the top of the page
 
+Quote Post
electriic ink
post Nov 25 2006, 10:57 AM
Post #5


Incest is a game the whole family can play.
Group Icon

Group: [MODERATOR]
Posts: 1,234
Joined: 11-February 05
From: Heaven
Member No.: 3,709
myCENT:15.88



Issue resolved.

/~* Locked
Go to the top of the page
 
+Quote Post

Closed TopicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Which Template Is Nicer(8)
  2. Template Coding(4)
  3. Realtime/wma Player In Websites(5)
  4. Need Free Help With Upgrading Websites For Church(4)
  5. Help With My Websites Template(5)
  6. Template Coding Issue(7)
  7. Help With My Template [resolved](4)
  8. [request] Runescape Theme Web Template(2)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 08:35 PM