HTML layout
-
I have a webpage which looks like some thing like this
----HTML INSIDE---- DIV> I want to make this webpage look real tight. How can I make the border of the div tag start right at the frame begininng. i mean it is giving me some white space between the frame and the contents of the div tag. i want to make it real tight. if i put a table between the frame and div i get this tight but i cant do that. can any body help me please! Thanks, Raj
-
I have a webpage which looks like some thing like this
----HTML INSIDE---- DIV> I want to make this webpage look real tight. How can I make the border of the div tag start right at the frame begininng. i mean it is giving me some white space between the frame and the contents of the div tag. i want to make it real tight. if i put a table between the frame and div i get this tight but i cant do that. can any body help me please! Thanks, Raj
sorry for the typo it looks like
----HTML INSIDE----
-
I have a webpage which looks like some thing like this
----HTML INSIDE---- DIV> I want to make this webpage look real tight. How can I make the border of the div tag start right at the frame begininng. i mean it is giving me some white space between the frame and the contents of the div tag. i want to make it real tight. if i put a table between the frame and div i get this tight but i cant do that. can any body help me please! Thanks, Raj
ITS NOT TAKING THE DIV TAG WHEN I TYPE HERE FOR SOME REASON it looks like .ok now i got it i didnt check do not treat as html tags before
html inside
-
I have a webpage which looks like some thing like this
----HTML INSIDE---- DIV> I want to make this webpage look real tight. How can I make the border of the div tag start right at the frame begininng. i mean it is giving me some white space between the frame and the contents of the div tag. i want to make it real tight. if i put a table between the frame and div i get this tight but i cant do that. can any body help me please! Thanks, Raj
-
yes i did the main thing is what will be the difference between to have a div tag and a table tag inside a frame. if I put a div tag directly inside a frame it gives some white space between, but when I wrap this div tags within a table then it doesnt give me white space. what is the difference? can you please let me know? the problem is i cant put it inside a table.
-
yes i did the main thing is what will be the difference between to have a div tag and a table tag inside a frame. if I put a div tag directly inside a frame it gives some white space between, but when I wrap this div tags within a table then it doesnt give me white space. what is the difference? can you please let me know? the problem is i cant put it inside a table.
-
I would imagine its a rendering "feature" of the browser. Have you tried it on all browsers with the same result?
-
I would imagine its a rendering "feature" of the browser. Have you tried it on all browsers with the same result?
yes I only need that in IE and its not working on that. I made all the margins and div tags to 0. The thing is if I put a table in a frame its fine but not when i put a div tag in a frame. i dont know the reason