HTML Markup : Need Help

by 2 replies
3
Hi there, I'm a new artist in Web Designing. This is my first post here to find a solution for PSD to HTML Markup creation. See my navigation bar that I made



And I'm going to convert PSD to HTML Markup such as

<div>


<div>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Who We Are</a></li>
<li><a href="#">Our Vision</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>

<div><a href="#">Twitter Followers</a></div>
</div>


</div>

Actually My question is I made an another Div only for Twitter in Navigation Div.

Is it right or wrong or what is your suggestion on my work?

I'm waiting now...
#website design #beginner #div #html #markup #web design
  • Yes, For twitter Nav you should need to manage in another DIV.
    • [ 1 ] Thanks
  • To avoid trouble of having a broken layout after modifying the generated divs from the PSD, I would suggest go back to the first step of re-slicing the PSD and add there an space for your twitter, in that way after you regenerate the code the twitter container div will become available without editing it....hope this will help.

Next Topics on Trending Feed