WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Html code problem!! Empty Html code problem!! Sat Jun 04, 2011 10:21 pm

venu238


Registered Member
Registered Member
In my html page, description cell below the submenu moved towards right and it's looking ugly
please help me to correct its position

And how to lower the "info grid" it is overlayed on navigation bar..
here is my html page code, you can understand my problem if you see it

Spoiler:

2Html code problem!! Empty Re: Html code problem!! Wed Jun 08, 2011 8:05 pm

Fatal Dawn


Registered Member
Registered Member
What I first saw:
Html code problem!! F0vw8z

Something I tested is by changing the left positioning.
Try changing the left value on the sumbenus from 0px to -40px:

Code:
<dd style="top: -1px; left: 0px; position: relative; ">How to get rid of this cell misalignment.. how to position it correctly</dd>

Code:
<dd style="top: -1px; left: -40px; position: relative; ">How to get rid of this cell misalignment.. how to position it correctly</dd>

Again another visual to compare to what I first saw:
Html code problem!! 24zfyuq

3Html code problem!! Empty Re: Html code problem!! Tue Jun 14, 2011 11:03 pm

venu238


Registered Member
Registered Member
it didn't worked

4Html code problem!! Empty Re: Html code problem!! Wed Jun 15, 2011 3:05 am

Unknown Data

Unknown Data
Registered Member
Registered Member
Add this to the stylesheet.
Code:
dd {
margin : 0px;
}

http://woops.dk

5Html code problem!! Empty Re: Html code problem!! Wed Jun 15, 2011 10:34 pm

Drogba921


Registered Member
Registered Member
I don't know why you'd use a definition list, it'd automatically indent it. What UD gave you would work though

http://www.codinghelp.org

6Html code problem!! Empty Re: Html code problem!! Wed Jan 30, 2013 3:54 pm

rhae29


Registered Member
Registered Member
try to use the web page maker. it is easier than coding.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum