|
|
|
|
|
|
|
|
|
|
|
#1 |
|
Oh no, I'm sweating like Roger Ebert
|
Need help with html
Hi & Merry HannaKwanzMas,
It has been about a year since I've made any web pages and I'm totally lost. I am trying to make a page - not porn - but I know there are helpful souls here - and I can't remember how to do a table. Here is the link: http://www.ubuymenow.com/ I want to have the shopping cart as my logo and the links to my other pages on the right of it. I can't remember how to do it. Anyone wanting to help a menopausal forgetful middle aged female would be very much appreciated. Thanks. Nina |
|
|
|
|
|
#2 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
ctrl+alt+t in Dreamweaver.
![]() Two rows, two columns. Add/subtract cells as you need: Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
__________________
~Warm and Fuzzy.
|
|
|
|
|
|
#3 |
|
Oh no, I'm sweating like Roger Ebert
|
Thanks so much!
|
|
|
|
|
|
#4 |
|
Madness is like gravity. All it takes is a little... push.
Join Date: Feb 2006
Location: California
Posts: 1,679
|
__________________
~Warm and Fuzzy.
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|