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]

1coding home page help! Empty coding home page help! Sat Apr 17, 2010 3:45 am

atlantica


Registered Member
Registered Member
I have been wanting to make a home page really bad using html for my forum. i can provide the graphics. I don't know a lot in html so i am hoping some one could walk me through coding this html page. The page setup looks simple and i am not really asking for a lot. i already have the table and login html code. i need help placing them and getting the navbar button and register button up. the circles in red show where image buttons are to be. Anyway, can some one help me?

Code:
<form action="http://testie.forumotion.com/login.forum" method="post"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr> <tr align="center"><td colspan="2"><br><center>Log me on automatically each visit: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2"><input type="submit" class="mainoption" name="login" value="Log in" /></td></tr></table></center></form>
Code:
<table width="100%" border="1" cellspacing="5" cellpadding="5">
  <tr>
    <td width="31"> </td>
    <td width="284"> </td>
    <td width="31"> </td>
    <td width="279"> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>

coding home page help! 110coding home page help! N10coding home page help! B10

2coding home page help! Empty Re: coding home page help! Tue Apr 20, 2010 3:19 pm

ankillien

ankillien
Administrator
Administrator
Hello,

For the top navbar you can use simply anchor tag, like this..

Code:
<a href="FORUM LINK"><img src="IMAGE URL"></a>
<a href="NEWS LINK"><img src="IMAGE URL"></a>
<a href="ADVERTISE LINK"><img src="IMAGE URL"></a>
<a href="SOCIAL LINK"><img src="IMAGE URL"></a>

To get the register button on left, you should use CSS absolute positioning.

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